| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -3/+3 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -10/+0 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -3/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -7/+7 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -4/+2 |
| 2013-03-21 | Move the function to time passes to util | Seo Sanghyeon | -0/+10 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -4/+0 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -2/+2 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+4 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -2/+2 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -12/+12 |
| 2013-01-24 | remove unnecessary code | ILyoan | -6/+0 |
| 2013-01-22 | Make borrowck's notion of scopes consistent with trans's notion of scopes | Tim Chevalier | -0/+3 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -4/+6 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -4/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -1/+2 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+6 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+102 |