| Age | Commit message (Expand) | Author | Lines |
| 2013-07-23 | Major rework of how calls to self and super methods work. | Michael Sullivan | -22/+2 |
| 2013-07-23 | Properly track and export information about vtables for impls in metadata. | Michael Sullivan | -18/+73 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -5/+7 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -4/+5 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -2/+4 |
| 2013-07-08 | Update trans to use type to decide when to move, not the moves table (simpler | Niko Matsakis | -10/+1 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -6/+6 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -5/+4 |
| 2013-06-28 | Rework vtable_res to not be flattened. It is now a list of the resolutions fo... | Michael Sullivan | -3/+7 |
| 2013-06-28 | Make calling methods parameterized on the trait work from default methods. | Michael Sullivan | -1/+17 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -14/+17 |
| 2013-06-25 | Merge remote-tracking branch 'mozilla/master' into incoming | Brian Anderson | -1/+1 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -1/+1 |
| 2013-06-22 | Cleaned up middle a bit. | Steven Stewart-Gallus | -86/+89 |
| 2013-06-16 | remove unused imports | Huon Wilson | -1/+0 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -21/+31 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -4/+4 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -52/+83 |
| 2013-06-10 | clean-up unused import warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -1/+1 |
| 2013-06-08 | tydecode: Accept a plain borrowed pointer to the data | Björn Steinbrink | -2/+2 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -1/+1 |
| 2013-06-05 | removed some interner fields | John Clements | -7/+8 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -5/+5 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -6/+6 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -7/+7 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-16 | rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c... | Youngsoo Son | -1/+1 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -2/+2 |
| 2013-05-14 | rustc: Remove ty::arg | Erick Tryzelaar | -23/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -3/+3 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -233/+239 |
| 2013-05-05 | Address all FIXMEs from #5562 | Niko Matsakis | -5/+3 |
| 2013-05-04 | Register snapshots | Brian Anderson | -774/+0 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -93/+795 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -26/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -38/+5 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -104/+0 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -16/+16 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -2/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -43/+44 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -1/+4 |
| 2013-04-10 | std: rename {read,emit}_field to {read,emit}_struct_field | Erick Tryzelaar | -0/+97 |