| Age | Commit message (Expand) | Author | Lines |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -4/+4 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -13/+15 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -7/+7 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -2/+1 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -1/+5 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -2/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -2/+5 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -2/+2 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -2/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -1/+2 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -2/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -3/+3 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -4/+4 |
| 2013-09-30 | bench: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -5/+0 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+105 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -105/+0 |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -2/+0 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -1/+1 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -1/+1 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -3/+3 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -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 | -0/+2 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -3/+3 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -1/+1 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -3/+3 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -5/+4 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-28 | testsuite: De-record most bench tests | Tim Chevalier | -15/+14 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-06 | test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage | Patrick Walton | -1/+1 |
| 2012-11-29 | librustc: Make the Drop trait use explicit self | Patrick Walton | -1/+1 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -1/+4 |