| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -3/+3 |
| 2013-12-26 | librustc: De-`@mut` `used_unsafe` in the type context | Patrick Walton | -1/+2 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -4/+4 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 |
| 2013-10-09 | Forbid modifications of strings in the compiler | Alex Crichton | -96/+100 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-11 | Implement the notion of a "generated unsafe block" | Alex Crichton | -2/+4 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -10/+10 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -3/+3 |
| 2013-08-15 | Ported effect checker from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -50/+65 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -8/+8 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -3/+3 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -1/+1 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -2/+2 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -1/+9 |
| 2013-06-13 | automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -8/+8 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -5/+8 |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -0/+154 |