| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-10 | Test case for issue #4202 | Tom Lee | -0/+22 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-05-07 | test: Replace Durable with 'static | Brian Anderson | -1/+1 |
| 2013-05-06 | Fix cross-crate packed structs | Seo Sanghyeon | -0/+5 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -31/+3 |
| 2013-04-30 | Got test cases to pass, after some major surgery | John Clements | -10/+15 |
| 2013-04-30 | remove (non-parsing) test related to impl d for d feature | John Clements | -61/+0 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -3/+0 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -11/+14 |
| 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 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -3/+3 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -0/+3 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -2/+2 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -0/+6 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -4/+4 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -3/+3 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -2/+2 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -17/+17 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -8/+8 |
| 2013-03-21 | auto merge of #5480 : pcwalton/rust/at-const, r=pcwalton | bors | -0/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-21 | auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakis | bors | -0/+14 |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -0/+10 |
| 2013-03-20 | Make typechecker compositional | Tim Chevalier | -0/+14 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -1/+1 |
| 2013-03-13 | test: Some test fixes | Patrick Walton | -3/+3 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -28/+28 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -1/+1 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+1 |
| 2013-03-11 | test: Fix tests. rs=tests | Patrick Walton | -2/+2 |
| 2013-03-11 | test: Remove newtype enums from the test suite. rs=deenum | Patrick Walton | -2/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -4/+4 |
| 2013-03-08 | test: Removing dvec uses | Alex Crichton | -7/+4 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -23/+32 |
| 2013-03-07 | Inline constants across crates. | Josh Matthews | -0/+16 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -0/+21 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -2/+2 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -2/+3 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -2/+2 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-28 | librustc: Enforce cross-crate method privacy | Patrick Walton | -2/+2 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -10/+10 |
| 2013-02-25 | test: Residual de-muting of the test suite. rs=demuting | Patrick Walton | -29/+28 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |