| Age | Commit message (Expand) | Author | Lines |
| 2011-05-13 | Make the parser more careful about keywords | Marijn Haverbeke | -1147/+608 |
| 2011-05-13 | Extend crate format to allow multiple definitions for a single name | Marijn Haverbeke | -82/+51 |
| 2011-05-13 | Move capture checking into resolve.rs | Marijn Haverbeke | -2/+0 |
| 2011-05-12 | Rename std.extfmt.CT to std.extfmt.RT to ct and rt | Brian Anderson | -32/+32 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -1497/+1500 |
| 2011-05-12 | Transitional change to make extfmt output lowercase module name | Marijn Haverbeke | -1/+1 |
| 2011-05-12 | Change module dereference syntax from . to :: | Marijn Haverbeke | -58/+30 |
| 2011-05-12 | Remove some truly wrong logic in parse_constrs | Marijn Haverbeke | -13/+8 |
| 2011-05-12 | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | -20/+33 |
| 2011-05-12 | Ensure ann tags are actually kept around during typechecking | Marijn Haverbeke | -1/+9 |
| 2011-05-12 | Properly lex block comments followed by EOF | Marijn Haverbeke | -4/+4 |
| 2011-05-11 | Remove unused filename parameter from lexer.new_reader | Brian Anderson | -3/+3 |
| 2011-05-11 | Give the lexer a session so that it can fail more informatively | Brian Anderson | -19/+30 |
| 2011-05-11 | Remove mod indices from the AST | Marijn Haverbeke | -148/+27 |
| 2011-05-11 | Get rid of arm indices | Marijn Haverbeke | -24/+3 |
| 2011-05-11 | Get rid of block indices | Marijn Haverbeke | -55/+13 |
| 2011-05-11 | Use a const for crate-num-zero (ast.local_crate) | Marijn Haverbeke | -0/+1 |
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -13/+6 |
| 2011-05-10 | rustc: Number everything with an annotation | Patrick Walton | -148/+166 |
| 2011-05-09 | Alias-ify fold and its users, remove another 85kb. | Graydon Hoare | -3/+4 |
| 2011-05-09 | Remove boxes from token.t. | Graydon Hoare | -42/+79 |
| 2011-05-09 | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | -2/+2 |
| 2011-05-06 | Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead. | Graydon Hoare | -2/+11 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -256/+256 |
| 2011-05-05 | rustc: Add Rust intrinsic support to the crate metadata reader and writer | Patrick Walton | -3/+4 |
| 2011-05-05 | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | -12/+31 |
| 2011-05-05 | Check well-formedness of constraints | Tim Chevalier | -0/+14 |
| 2011-05-05 | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | -2/+2 |
| 2011-05-04 | Add #env syntax extension for plucking strings out of the compilation environ... | Graydon Hoare | -0/+75 |
| 2011-05-04 | Add a structure for passing option flags around the compiler, put it in sessi... | Graydon Hoare | -3/+2 |
| 2011-05-03 | rustc: Stub support for Rust intrinsics | Patrick Walton | -0/+3 |
| 2011-05-03 | Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage | Patrick Walton | -1/+1 |
| 2011-05-03 | Start sketching --depend support in rustc. | Graydon Hoare | -1/+18 |
| 2011-05-03 | Rename the "llvm" API to "llvm-intrinsic" | Patrick Walton | -1/+1 |
| 2011-05-02 | Extract ast.is_exported from the resolve module | Brian Anderson | -0/+22 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -28/+38 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -38/+28 |
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -28/+38 |
| 2011-04-29 | Intern metadata while writing, shrink stage1 from 12mb to 5.7mb. | Graydon Hoare | -16/+49 |
| 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 |