| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -5/+5 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-23 | Support foreign 'static mut' variables as well | Alex Crichton | -1/+1 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-16 | std: test-fixes, remove warnings, syntax highlighting for code examples. | Huon Wilson | -2/+0 |
| 2013-06-13 | rustdoc: fix tests for @~str -> @str change. | Huon Wilson | -18/+18 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -2/+2 |
| 2013-06-05 | remove unused get_ident_interner's | John Clements | -1/+0 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+3 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -3/+3 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -2/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-23 | cleanup warnings from librustdoc | Erick Tryzelaar | -2/+0 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -12/+6 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -1/+1 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -66/+66 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -24/+24 |
| 2013-03-26 | rustdoc: Add type bounds to impls | Brian Anderson | -0/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -2/+1 |
| 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 | -24/+24 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -7/+1 |
| 2013-02-26 | Remove space from the middle of path | John Clements | -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 | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+2 |
| 2013-01-30 | rustdoc: De-mode | Brian Anderson | -20/+20 |
| 2013-01-30 | rustdoc: deny(deprecated_mode) | Brian Anderson | -4/+4 |
| 2013-01-30 | rustdoc: Various bits of modernization | Brian Anderson | -6/+6 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -14/+12 |
| 2013-01-29 | rustdoc: Remove structural records from tests. Fixes build breakage | Tim Chevalier | -4/+4 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -17/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-29 | librustdoc: Fix a bunch of rustdoc tests. rs=bustage | Patrick Walton | -0/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+8 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-20 | rustdoc: Begin removing legacy modes | Brian Anderson | -17/+17 |
| 2012-11-20 | rustdoc: Remove legacy exports | Brian Anderson | -6/+4 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -14/+9 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+414 |