| 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/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+7 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 |
| 2013-06-21 | auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydon | bors | -9/+6 |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -13/+0 |
| 2013-06-18 | Cleanup src/librustc/back | Steven Stewart-Gallus | -9/+6 |
| 2013-06-17 | Revert "stop using an absolute rpath" | Brian Anderson | -1/+26 |
| 2013-06-16 | remove unused imports | Huon Wilson | -3/+0 |
| 2013-06-15 | stop using an absolute rpath | Daniel Micay | -25/+1 |
| 2013-06-11 | std: replace str::{starts,ends}_with with the method. | Huon Wilson | -1/+1 |
| 2013-06-01 | rustc: Call str::is_empty | Tim Chevalier | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+11 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -8/+14 |
| 2013-05-23 | cleanup warnings from librustc | Erick Tryzelaar | -6/+6 |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -3/+3 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -15/+15 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+0 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -17/+17 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -22/+22 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -4/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -22/+22 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -0/+2 |
| 2013-03-04 | Add a special FIXME for subduing warnings in rpath.rs | Alex Crichton | -1/+6 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -4/+0 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -1/+1 |
| 2013-02-08 | librustc/back/rpath.rs: oldmap -> LinearSet | Daniel Micay | -8/+5 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -3/+3 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -18/+11 |
| 2013-01-29 | librustc: De-export driver. rs=deexport | Patrick Walton | -19/+17 |
| 2013-01-24 | remove remaining is_not_empty functions/methods | Daniel Micay | -1/+1 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -1/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+12 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -12/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+12 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -4/+5 |
| 2012-12-27 | librustc: Fix some unresolved imports in the test runner. rs=bustage | Patrick Walton | -1/+10 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -4/+9 |