| Age | Commit message (Expand) | Author | Lines |
| 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 |