| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -34/+34 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -7/+7 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -11/+18 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -4/+0 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -6/+6 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -3/+3 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -21/+21 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -9/+24 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -8/+8 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -0/+2 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -4/+4 |
| 2013-03-08 | std: Remove uses of DVec | Alex Crichton | -54/+46 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -34/+34 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -6/+5 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -4/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -16/+16 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -13/+15 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -9/+9 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -13/+15 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -7/+7 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -8/+6 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -55/+55 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -7/+7 |
| 2013-01-30 | Repair RIMOV damage to libstd tests | Ben Striegel | -9/+9 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 5 | Ben Striegel | -19/+19 |
| 2013-01-30 | RIMOV, round 4 | Ben Striegel | -9/+9 |
| 2013-01-30 | RIMOV, round 3 | Ben Striegel | -29/+29 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -16/+9 |
| 2013-01-24 | librustc: Disallow `&mut` loans from overlapping with any other loans | Patrick Walton | -3/+9 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -6/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+21 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -21/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+21 |
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+13 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+4 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-28 | Register snapshots | Brian Anderson | -56/+0 |
| 2012-11-20 | libstd: fix warnings in sort | Erick Tryzelaar | -14/+14 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -4/+69 |
| 2012-11-18 | Made merge_sort pure | Jesse Jones | -2/+2 |
| 2012-11-14 | Convert libstd to use the Drop trait | Ben Striegel | -1/+4 |
| 2012-11-14 | Revert "Convert libstd to use the Drop trait" | Brian Anderson | -4/+1 |