| Age | Commit message (Expand) | Author | Lines |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -1/+1 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -2/+2 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -8/+8 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+50 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1/+1 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -11/+5 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -5/+3 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-02 | util: common: remove dead code | Corey Richardson | -20/+0 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -0/+1 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -1/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+2 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+1 |
| 2014-02-14 | Removed libextra dependency from libsyntax. | HeroesGrave | -3/+3 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -6/+6 |
| 2013-12-26 | librustc: Remove the unused `stmt_map` from the borrow checker | Patrick Walton | -3/+0 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -6/+6 |
| 2013-12-09 | Implement LTO | Alex Crichton | -1/+10 |
| 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 | -1/+1 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -2/+2 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -4/+4 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -4/+4 |
| 2013-10-04 | rustc: Use static strings in a few literals | blake2-ppc | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -3/+3 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 2013-09-25 | Move the linearly-updated flag state into the Visitor. | Felix S. Klock II | -16/+18 |
| 2013-09-23 | librustc: Remove garbage-collected functions from util/common. | Patrick Walton | -12/+16 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -9/+9 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -2/+2 |
| 2013-08-15 | port util/common.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -25/+32 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -2/+1 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -11/+11 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -2/+1 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -3/+3 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -8/+8 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |