| Age | Commit message (Expand) | Author | Lines |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -2/+3 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -2/+2 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -5/+1 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -3/+3 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -3/+3 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -8/+12 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -6/+5 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+3 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -3/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -9/+9 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -9/+11 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -11/+10 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+3 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -2/+3 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -1/+1 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -4/+9 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -4/+4 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -21/+21 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -3/+3 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -23/+23 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -3/+3 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -1/+2 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -3/+3 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -4/+4 |
| 2013-03-21 | Un-renamed trim and substr functions. | Marvin Löbel | -1/+1 |
| 2013-03-21 | Switched over substr and trim functions in str to be non-allocating, temporar... | Marvin Löbel | -1/+2 |
| 2013-03-18 | Refactored sudoku benchmark to use traits and added some tests | Stefan Plantikow | -106/+201 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -1/+2 |
| 2013-02-24 | test: xfail-pretty some benchmarks. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-04 | Merge remote-tracking branch 'bstrie/rimov' into incoming | Brian Anderson | -6/+6 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-30 | test: De-export sudoku. rs=burningtree | Patrick Walton | -6/+4 |
| 2013-01-31 | Fix bench/sudoku, broken by deëxporting | Ben Striegel | -6/+4 |
| 2013-01-30 | Repair RIMOV damage to benchmarks | Ben Striegel | -5/+5 |
| 2013-01-30 | RIMOV, round 10 | Ben Striegel | -1/+1 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -2/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |