| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -4/+4 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -46/+46 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -1/+9 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -1/+9 |
| 2013-03-28 | testsuite: Update and un-xfail test for #4335 | Tim Chevalier | -3/+2 |
| 2013-03-28 | auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphism | bors | -1/+17 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -0/+13 |
| 2013-03-27 | libsyntax: error on struct Foo {}. | Luqman Aden | -1/+17 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -13/+110 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -0/+13 |
| 2013-03-26 | test: Fix botched error message in compile-fail test | Patrick Walton | -1/+1 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -4/+5 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -156/+85 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -5/+5 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -88/+3 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -9/+9 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -7/+7 |
| 2013-03-22 | test: Add lifetime binders and new-style lifetime parameters to the test suite | Patrick Walton | -35/+35 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -20/+20 |
| 2013-03-22 | auto merge of #5488 : pcwalton/rust/depure, r=pcwalton | bors | -21/+21 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -17/+17 |
| 2013-03-22 | test: Fix test. rs=test | Patrick Walton | -1/+1 |
| 2013-03-22 | auto merge of #5483 : pcwalton/rust/static-syntax, r=graydon | bors | -9/+9 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -5/+5 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -0/+17 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -244/+30 |
| 2013-03-21 | librustc: Replace the `&static` bound with `'static` | Patrick Walton | -9/+9 |
| 2013-03-21 | libsyntax: Remove `@const` from the language | Patrick Walton | -239/+0 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -5/+30 |
| 2013-03-21 | auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakis | bors | -8/+21 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -0/+9 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-20 | Make typechecker compositional | Tim Chevalier | -8/+21 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-19 | auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton | bors | -0/+11 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -0/+11 |
| 2013-03-19 | Tests for cfg attribute. | Luqman Aden | -0/+18 |
| 2013-03-18 | Add tests for const exprs in fixed vec length type and vec repeat. | Luqman Aden | -0/+34 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -258/+3 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -10/+13 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -70/+70 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -42/+44 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -110/+90 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -25/+25 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -11/+2 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -72/+72 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+14 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -72/+72 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -0/+4 |