| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-27 | remove sty_by_ref, though traces still remain due to dtors | Niko Matsakis | -1/+0 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -2/+2 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -3/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -1/+1 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-22 | rustc: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -9/+12 |
| 2013-03-19 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -0/+1 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -0/+1 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -1/+4 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -1/+4 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -4/+5 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -5/+5 |
| 2013-03-08 | rustc: Remove uses of DVec | Alex Crichton | -9/+7 |
| 2013-03-07 | librustc: Add #[link_args] to metadata | Patrick Walton | -0/+9 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-05 | core: convert vec::{init,initn} to return references | Erick Tryzelaar | -3/+5 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -6/+1 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -3/+3 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+17 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -2/+17 |
| 2013-02-25 | libsyntax: Convert ast::attribute_ to store a @meta_item | Erick Tryzelaar | -1/+1 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -43/+45 |
| 2013-02-19 | librustc: convert creader and cstore to use @~strs | Erick Tryzelaar | -11/+11 |
| 2013-02-19 | librustc: minor cleanup | Erick Tryzelaar | -6/+7 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -4/+4 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -2/+3 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -4/+4 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -2/+3 |
| 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 | -11/+11 |
| 2013-02-13 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -6/+18 |
| 2013-02-12 | Revert "librustc: Make monomorphic newtype structs work cross-crate" | Graydon Hoare | -18/+6 |
| 2013-02-11 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -6/+18 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -13/+11 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |
| 2013-01-31 | test cases, cleanup | John Clements | -2/+3 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -11/+11 |
| 2013-01-29 | librustc: De-export metadata. rs=deexporting | Patrick Walton | -100/+64 |
| 2013-01-22 | Simplify path_entry's closure argument | Tim Chevalier | -31/+12 |
| 2013-01-20 | convert librustc record types to structs | Erick Tryzelaar | -8/+12 |
| 2013-01-17 | When decoding types, indicate to the def-id conversion function what kind of | Niko Matsakis | -6/+4 |