| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -1/+1 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -6/+11 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -18/+35 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -10/+0 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+0 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -64/+79 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -64/+79 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -1/+7 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -3/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-27 | cleanup .chain and .chain_err + fixing other files | maikklein | -3/+3 |
| 2013-07-23 | std: remove str::to_owned and str::raw::slice_bytes_owned | Erick Tryzelaar | -3/+2 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+5 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -5/+4 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+3 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -2/+3 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+0 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -3/+4 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+5 |
| 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 | -2/+2 |
| 2013-05-19 | Register snapshots | Brian Anderson | -28/+0 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -2/+2 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -2/+2 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -0/+28 |
| 2013-05-03 | rustpkg: Make code actually compile | Tim Chevalier | -4/+3 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -23/+31 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -9/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -4/+4 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -2/+3 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -2/+2 |
| 2013-02-22 | De-implicit-self librustc | Ben Striegel | -8/+8 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -7/+11 |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -27/+27 |
| 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 | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-29 | librustc: De-export metadata. rs=deexporting | Patrick Walton | -24/+13 |
| 2013-01-24 | rustc: One Less Bad Copy | Tim Chevalier | -2/+4 |