| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-17 | Relicense shootout-fasta.rs ti the shootout license. | Guillaume Pinot | -14/+39 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-08 | Handle fallout in bench tests | Kevin Ballard | -0/+1 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -0/+1 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -2/+1 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -1/+1 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -1/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+1 |
| 2013-12-12 | rewrite of shootout-fasta.rs | Guillaume Pinot | -112/+80 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -1/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -2/+2 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -2/+2 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -1/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -12/+12 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -1/+1 |
| 2013-10-09 | std::rand: Add an implementation of ISAAC64. | Huon Wilson | -1/+1 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+1 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+154 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -154/+0 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -2/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -2/+2 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -4/+9 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 |
| 2013-06-23 | Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ... | Matthijs Hofstra | -18/+12 |
| 2013-06-23 | Fixed shootout-fasta.rs output | Matthijs Hofstra | -10/+14 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -4/+4 |
| 2013-06-10 | std: convert str::reserve* to methods, and methodise str::push_*. | Huon Wilson | -1/+1 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -5/+5 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -10/+10 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+10 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -1/+4 |