index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
Commit message (
Expand
)
Author
Age
Files
Lines
*
rustc: Pass a "type context" around instead of directly passing the type stor...
Patrick Walton
2011-04-25
1
-45
/
+43
*
rustc: Thread the type store through everything that needs to access type str...
Patrick Walton
2011-04-22
1
-1
/
+1
*
rustc: Switch @ty.t to ty.t so that we can change it to a uint
Patrick Walton
2011-04-22
2
-8
/
+8
*
rustc: Eliminate the direct use of ty.t.struct
Patrick Walton
2011-04-22
1
-1
/
+1
*
Switch to binary search in codemap.lookup_pos
Marijn Haverbeke
2011-04-22
1
-19
/
+15
*
Fix the signature of expr_ext
Brian Anderson
2011-04-21
3
-4
/
+4
*
rustc: Pass a type store around, which does nothing yet
Patrick Walton
2011-04-21
1
-43
/
+45
*
rustc: Make the parser never assign any types, not even ty_nil
Patrick Walton
2011-04-21
1
-5
/
+4
*
rustc: Remove all manual type construction outside ty.rs
Patrick Walton
2011-04-20
1
-56
/
+51
*
Remove half-baked 'opacity' layer qualifier.
Graydon Hoare
2011-04-19
4
-27
/
+0
*
Remove effect system from src.
Graydon Hoare
2011-04-19
6
-193
/
+168
*
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
2011-04-19
4
-33
/
+30
*
add log_err to rustc
Marijn Haverbeke
2011-04-19
4
-3
/
+13
*
Support 0 flag in #fmt
Brian Anderson
2011-04-18
1
-7
/
+14
*
collect crate meta info and ext crate names
Marijn Haverbeke
2011-04-18
2
-6
/
+9
*
Support the space flag in #fmt
Brian Anderson
2011-04-17
1
-19
/
+35
*
Support + flag in #fmt
Brian Anderson
2011-04-17
1
-3
/
+27
*
Support #fmt precision for string types
Brian Anderson
2011-04-17
1
-2
/
+8
*
Support left-justification in #fmt conversions
Brian Anderson
2011-04-16
1
-9
/
+56
*
Make #fmt support explicit conversion widths
Brian Anderson
2011-04-16
1
-4
/
+36
*
Work on destructors, not entirely functional yet (no tydesc integration).
Graydon Hoare
2011-04-14
2
-4
/
+22
*
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
2011-04-13
1
-0
/
+3
*
Add more commentary about ExtFmt
Brian Anderson
2011-04-13
1
-14
/
+7
*
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
2011-04-13
1
-13
/
+78
*
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
2011-04-13
1
-29
/
+28
*
Lex numeric escapes, needed for lib-str.rs (which now passes).
Graydon Hoare
2011-04-13
1
-13
/
+77
*
typestate_check can now handle expr_block, expr_if, and expr_binary
Tim Chevalier
2011-04-12
2
-2
/
+3
*
rustc: Switch to indices for type parameters
Patrick Walton
2011-04-12
3
-18
/
+16
*
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
2011-04-12
2
-9
/
+13
*
Factor out creation of calls into ExtFmt.RT
Brian Anderson
2011-04-11
1
-12
/
+12
*
Add support for bool, char to extfmt.
Brian Anderson
2011-04-11
1
-0
/
+10
*
Move ExtFmt compile-time functions into their own module
Brian Anderson
2011-04-11
1
-1
/
+1
*
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
2011-04-11
1
-6
/
+4
*
Move extfmt parsing into standard library
Brian Anderson
2011-04-11
1
-210
/
+1
*
Move the extfmt data model into the standard library.
Brian Anderson
2011-04-11
1
-48
/
+30
*
Fix codemap.lookup_pos
Marijn Haverbeke
2011-04-09
1
-15
/
+12
*
Move to single-uint file-position representation.
Marijn Haverbeke
2011-04-09
5
-319
/
+374
*
Make lexer buffer the whole file
Marijn Haverbeke
2011-04-09
1
-59
/
+66
*
Support for self-calls that take arguments.
Lindsey Kuper
2011-04-07
2
-4
/
+11
*
Add a very basic crate-dump utility
Marijn Haverbeke
2011-04-07
1
-0
/
+66
*
Revise EBML reader API
Marijn Haverbeke
2011-04-07
1
-191
/
+122
*
Continued sketching out code for checking states against preconditions.
Tim Chevalier
2011-04-06
2
-10
/
+11
*
Last pieces of self-call support.
Lindsey Kuper
2011-04-05
1
-1
/
+1
*
Further on the path toward self-awareness.
Lindsey Kuper
2011-04-05
3
-2
/
+6
*
Make box prefix operator and box type carry mutability flag.
Graydon Hoare
2011-04-04
2
-3
/
+7
*
Support for passing native types through metadata/creader.
Graydon Hoare
2011-04-01
1
-0
/
+2
*
rustc: Get tag variants from the crate metadata
Patrick Walton
2011-04-01
1
-6
/
+49
*
Started adding support for typestate checking.
Tim Chevalier
2011-04-01
3
-28
/
+31
*
rustc: Add a type annotation to tag items
Patrick Walton
2011-03-31
2
-4
/
+5
*
rustc: Use the path index. Speeds up compilation a lot.
Patrick Walton
2011-03-31
1
-91
/
+48
[next]