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