| Age | Commit message (Expand) | Author | Lines |
| 2011-05-13 | rustc: lowercase the link and link::write modules | Brian Anderson | -1/+1 |
| 2011-05-12 | Add stats option and lazily emit glue. | Graydon Hoare | -0/+1 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -29/+30 |
| 2011-05-10 | Add --time-llvm-passes. | Graydon Hoare | -0/+1 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -9/+9 |
| 2011-05-05 | rustc: Add a Link module; move crate writing to it to slim down trans slightly | Patrick Walton | -1/+1 |
| 2011-05-04 | rustc: Detect the system root and allow the user to override if necessary | Patrick Walton | -1/+2 |
| 2011-05-04 | Add a structure for passing option flags around the compiler, put it in sessi... | Graydon Hoare | -8/+23 |
| 2011-04-28 | rustc: Only use color if it's supported | Patrick Walton | -2/+10 |
| 2011-04-28 | rustc: Joseph and the Amazing Technicolor Error Messages | Patrick Walton | -21/+20 |
| 2011-04-19 | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | -18/+18 |
| 2011-04-18 | collect crate meta info and ext crate names | Marijn Haverbeke | -4/+13 |
| 2011-04-09 | Move to single-uint file-position representation. | Marijn Haverbeke | -10/+26 |
| 2011-03-25 | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | -1/+1 |
| 2011-03-25 | Sketch of wiring typeck up to creader. | Graydon Hoare | -1/+7 |
| 2011-03-25 | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | -1/+1 |
| 2011-03-25 | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | -1/+1 |
| 2011-03-25 | rustc: Store cached crate metadata in the session | Patrick Walton | -0/+4 |
| 2011-03-25 | rustc: Create a crate metadata cache | Patrick Walton | -1/+12 |
| 2011-03-18 | rustc: When encountering "mutable" as a tycon, parse it, drop it on the floor... | Patrick Walton | -0/+8 |
| 2011-03-18 | rustc: Add a span_unimpl() for debugging | Patrick Walton | -0/+9 |
| 2010-11-22 | Check and translate 'as' cast-operator, lower target-specific types, reindent... | Graydon Hoare | -1/+30 |
| 2010-10-18 | Rewrite session formatting to use #fmt extension. | Graydon Hoare | -19/+7 |
| 2010-09-23 | More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding t... | Graydon Hoare | -3/+10 |
| 2010-09-01 | Add session, span tracking, error reporting, beginning of a function to parse... | Graydon Hoare | -0/+37 |