| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -114/+114 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -4/+6 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -22/+22 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -5/+5 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -3/+3 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -3/+3 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -15/+15 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -114/+114 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -4/+4 |
| 2013-02-19 | std: update rand-using tests, r=burningtree | Graydon Hoare | -2/+2 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+92 |
| 2013-02-17 | Implement Set container on top of a bit vector | Alex Crichton | -40/+470 |
| 2013-02-17 | Favor local closures instead of global functions | Alex Crichton | -8/+4 |
| 2013-02-17 | Remove the 'uint_bits' constant in bitv | Alex Crichton | -11/+9 |
| 2013-02-17 | Change SmallBitv to use uint instead of u32 | Alex Crichton | -8/+8 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -134/+132 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -5/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -3/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | auto merge of #4784 : alexcrichton/rust/bitv-clear-fix, r=graydon | bors | -1/+19 |
| 2013-02-04 | Fix the each_storage() iterator on big bit vectors | Alex Crichton | -1/+19 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -4/+4 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | Repair RIMOV damage to libstd | Ben Striegel | -2/+2 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-30 | RIMOV, round 7 | Ben Striegel | -1/+1 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -20/+18 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -3/+5 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -3/+3 |
| 2013-01-19 | Fix the difference method on bit vectors | Alex Crichton | -5/+32 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -4/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 2012-12-28 | libstd: Fix tests. rs=bustage | Patrick Walton | -0/+1 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -0/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+4 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -8/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+8 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -16/+19 |
| 2012-10-12 | Make moves explicit in std tests | Tim Chevalier | -3/+3 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -2/+2 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |