| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -1/+1 |
| 2013-03-19 | librustc: adjust logic for cfg attribute and add not predicate. | Luqman Aden | -12/+13 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -4/+4 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -10/+10 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -16/+16 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -11/+14 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -7/+4 |
| 2013-01-20 | convert the remaining ast record types into structs | Erick Tryzelaar | -10/+12 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -7/+12 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -2/+2 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -2/+2 |
| 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 | -18/+21 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+3 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | librustc: Eliminate most expressions of the form `a.b()` that are not method ... | Patrick Walton | -6/+6 |
| 2012-11-28 | librustc: Parse `extern "C" { ... }`. r=brson | Patrick Walton | -0/+1 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -2/+2 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+183 |