| Age | Commit message (Expand) | Author | Lines |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -46/+56 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -2/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -19/+19 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -0/+10 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -0/+21 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -0/+2 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -2/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -0/+2 |
| 2013-08-03 | librustc: Implement `#[no_main]`, which omits the entry point entirely. | Patrick Walton | -1/+2 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -5/+5 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -7/+8 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -11/+4 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -6/+10 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-29 | auto merge of #7244 : bblum/rust/once, r=nikomatsakis | bors | -25/+30 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -2/+6 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-19 | Hide the once-move-out privilege for stack fns behind '-Z once-fns' | Ben Blum | -25/+30 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -9/+9 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -2/+7 |
| 2013-06-05 | removed some interner fields | John Clements | -3/+4 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -2/+4 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -41/+45 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -0/+2 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -0/+5 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -2/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | librustc: Disable borrow check debugging even when rustc is compiled with -O0. | Patrick Walton | -3/+10 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -1/+1 |
| 2013-05-17 | Change lints to indicate exactly where the level was set | Alex Crichton | -9/+0 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -10/+9 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -2/+2 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -2/+2 |
| 2013-05-09 | auto merge of #6325 : sammykim/rust/lint-name, r=graydon | bors | -0/+1 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -2/+2 |
| 2013-05-09 | Add space | Sangeun Kim | -1/+1 |
| 2013-05-08 | Show lint names | Sangeun Kim | -0/+1 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -0/+3 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -30/+21 |
| 2013-05-04 | make asm_comments something that you opt in to | Niko Matsakis | -3/+3 |
| 2013-05-03 | auto merge of #6198 : luqmana/rust/linker-arg, r=graydon | bors | -1/+3 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -1/+1 |
| 2013-05-03 | librustc: Add argument to allow choosing "linker" | Luqman Aden | -1/+3 |
| 2013-05-01 | auto merge of #6174 : sanxiyn/rust/static-string, r=brson | bors | -14/+14 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -7/+0 |
| 2013-05-02 | Take string slices | Seo Sanghyeon | -14/+14 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -0/+8 |
| 2013-04-30 | Change flags to -Z print-link-args and --link-args | James Miller | -5/+2 |
| 2013-04-29 | Adds '--print-link-args' that outputs linker arguments that would be used | James Miller | -0/+5 |