| Age | Commit message (Expand) | Author | Lines |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -21/+0 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -23/+22 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1911/+1911 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1912/+1912 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -4/+50 |
| 2013-03-29 | std: remove prettyprint | Erick Tryzelaar | -21/+0 |
| 2013-03-29 | auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiyn | bors | -1/+9 |
| 2013-03-29 | auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphism | bors | -0/+25 |
| 2013-03-29 | auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphism | bors | -0/+14 |
| 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: Add test case for #4325 | Tim Chevalier | -0/+25 |
| 2013-03-28 | testsuite: Add test for #4333 | Tim Chevalier | -0/+14 |
| 2013-03-28 | testsuite: Update and un-xfail test for #4335 | Tim Chevalier | -3/+2 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -24/+0 |
| 2013-03-28 | auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphism | bors | -1/+17 |
| 2013-03-28 | auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydon | bors | -0/+23 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -0/+13 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -0/+3 |
| 2013-03-27 | libsyntax: error on struct Foo {}. | Luqman Aden | -1/+17 |
| 2013-03-27 | auto merge of #5569 : thestinger/rust/map, r=catamorphism | bors | -3/+3 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -0/+23 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -2/+57 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -2/+0 |
| 2013-03-27 | another pub fn for check-fast | Graydon Hoare | -1/+1 |
| 2013-03-27 | testsuite: more `pub fn main` | Tim Chevalier | -26/+126 |
| 2013-03-27 | Oh, cool, I xfailed the wrong test, neat | Tim Chevalier | -0/+1 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -13/+383 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -2/+57 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -0/+13 |
| 2013-03-27 | test: xfail-pretty one of the run-pass tests. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-03-27 | syntax: Fix parsing global generics (Closes #5572) | Erick Tryzelaar | -0/+3 |
| 2013-03-26 | test: Fix botched error message in compile-fail test | Patrick Walton | -1/+1 |
| 2013-03-26 | test: Fix tests | Patrick Walton | -16/+18 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -0/+17 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -280/+156 |
| 2013-03-26 | librustc: Fix bug with newtype structs containing dtors | Patrick Walton | -0/+17 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -31/+31 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -192/+9 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -29/+29 |
| 2013-03-26 | fix the core-map benchmark's descending range | Daniel Micay | -3/+3 |
| 2013-03-26 | std: Remove the oldmap module | Alex Crichton | -1/+0 |
| 2013-03-26 | test: Remove uses of oldmap::HashMap | Alex Crichton | -116/+88 |
| 2013-03-26 | auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphism | bors | -3/+4 |
| 2013-03-26 | Stop writing directly to the final type/method/vtable sidetables from astconv | Niko Matsakis | -0/+21 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -3/+4 |
| 2013-03-25 | auto merge of #5528 : thestinger/rust/find_mut, r=brson | bors | -0/+2 |
| 2013-03-25 | auto merge of #5524 : luqmana/rust/repeat-loop, r=pcwalton | bors | -0/+7 |
| 2013-03-25 | Expand on cleanups in trans for expr_repeat and add to tests. | Luqman Aden | -0/+7 |
| 2013-03-24 | expose find_mut in the Map trait | Daniel Micay | -0/+2 |