| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -0/+17 |
| 2013-05-22 | fix issue #6209 | Jihyun Yu | -0/+13 |
| 2013-05-21 | testsuite: Update test for #2478. Still xfailed | Tim Chevalier | -1/+1 |
| 2013-05-21 | auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydon | bors | -0/+29 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -2/+2 |
| 2013-05-20 | auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydon | bors | -0/+115 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -2/+2 |
| 2013-05-20 | detect unused attrs in one more place, allow parsing to continue for all | John Clements | -4/+4 |
| 2013-05-20 | Correctly track the source of imports with the same name | Alex Crichton | -0/+29 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -23/+23 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -2/+2 |
| 2013-05-17 | Distinguish tuple elements by index in mem_categorization. Fixes #5362. | Niko Matsakis | -0/+115 |
| 2013-05-18 | Made bytes!() accept a list of string, integer or char literals | Marvin Löbel | -0/+91 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -6/+42 |
| 2013-05-16 | auto merge of #6473 : nikomatsakis/rust/issue-5967-rvalue-immutability, r=pcw... | bors | -0/+38 |
| 2013-05-16 | Add two tests for rvalue mutability | Niko Matsakis | -0/+38 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -0/+42 |
| 2013-05-15 | auto merge of #6502 : huonw/rust/no-auto-code, r=graydon | bors | -0/+15 |
| 2013-05-15 | auto merge of #6500 : kud1ing/rust/cleanup, r=bstrie | bors | -17/+0 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -0/+15 |
| 2013-05-15 | auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphism | bors | -4/+14 |
| 2013-05-15 | remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6) | Lenny222 | -17/+0 |
| 2013-05-14 | Fix resolution tests | Corey Richardson | -2/+6 |
| 2013-05-14 | Add span to some import resolution errors | Corey Richardson | -3/+3 |
| 2013-05-14 | Add test for resolution errors | Corey Richardson | -1/+7 |
| 2013-05-14 | testsuite: Update and un-xfail unsafe-fn-autoderef | Tim Chevalier | -4/+6 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -8/+8 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -1/+1 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -1/+1 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -5/+7 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -1/+1 |
| 2013-05-13 | Better error for some unresolved imports | Corey Richardson | -1/+1 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -2/+1 |
| 2013-05-12 | actually fix failing test | Corey Richardson | -1/+1 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -3/+3 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -2/+4 |
| 2013-05-12 | auto merge of #6427 : catamorphism/rust/issue-6319, r=nikomatsakis | bors | -1/+15 |
| 2013-05-12 | Fix failing test | Corey Richardson | -2/+1 |
| 2013-05-11 | rustc: Don't call type_error_message() with ty_err as the expected type | Tim Chevalier | -1/+15 |
| 2013-05-11 | auto merge of #6402 : kud1ing/rust/fixes, r=pcwalton | bors | -20/+20 |
| 2013-05-11 | auto merge of #6385 : huonw/rust/rustc-dtor-struct-match, r=nikomatsakis | bors | -1/+30 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -60/+1 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -6/+8 |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -6/+8 |
| 2013-05-10 | more back-ticks, less colons | Lenny222 | -20/+20 |
| 2013-05-10 | auto merge of #6366 : catamorphism/rust/issue-3920, r=catamorphism | bors | -0/+17 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -2/+2 |
| 2013-05-10 | Issue number on xfailed test | Huon Wilson | -1/+1 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -6/+6 |
| 2013-05-10 | librustc: allow destructuring of structs with destructors if the pattern has ... | Huon Wilson | -1/+30 |