| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 |
| 2013-05-10 | std: Use the new `for` protocol | Alex Crichton | -31/+63 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -8/+8 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -10/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -10/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -7/+7 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+0 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -2/+3 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -32/+32 |
| 2013-04-10 | libstd: changes to in response to #5656 | Niko Matsakis | -4/+2 |
| 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 |