| Age | Commit message (Expand) | Author | Lines |
| 2015-08-11 | Stabilize the Duration API | Steven Fackler | -4/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -5/+5 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-02-16 | Replace some uses of deprecated os functions | Simonas Kazlauskas | -13/+12 |
| 2015-02-13 | Cleanup getenv from tests and benchmarks | Simonas Kazlauskas | -1/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-08 | bench: fix a few compiler warnings | Tshepang Lekhonkhobe | -1/+0 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -3/+2 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -0/+1 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -14/+9 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -4/+4 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+3 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -3/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 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 | -3/+4 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -2/+2 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -4/+4 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -6/+4 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -3/+3 |
| 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 | -2/+2 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+66 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -66/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -3/+3 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -6/+6 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 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/+1 |
| 2013-01-31 | modernize smallintmap | Daniel Micay | -9/+8 |
| 2013-01-31 | move smallintmap to oldsmallintmap | Daniel Micay | -4/+4 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-09-05 | test: Fix smallintmap test | Patrick Walton | -3/+3 |