| Age | Commit message (Expand) | Author | Lines |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -8/+8 |
| 2013-05-28 | Reconcile docs and code, adding examples and adding RESTR_CLAIM | Niko Matsakis | -0/+77 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -29/+96 |
| 2013-05-28 | auto merge of #6707 : catamorphism/rust/issue-5543, r=catamorphism | bors | -0/+102 |
| 2013-05-28 | testsuite: Add main function to issue-5554 test | Tim Chevalier | -2/+1 |
| 2013-05-28 | auto merge of #6773 : lkuper/rust/alt-to-match, r=thestinger | bors | -0/+0 |
| 2013-05-27 | testsuite: Update core to std | Tim Chevalier | -3/+3 |
| 2013-05-27 | testsuite: Test cases, one xfailed, one not | Tim Chevalier | -0/+58 |
| 2013-05-27 | testsuite: Add working test for #5550 | Tim Chevalier | -0/+15 |
| 2013-05-27 | testsuite: Add passing test for #4735 | Tim Chevalier | -0/+30 |
| 2013-05-27 | Change `alt` to `match` in filenames. | Lindsey Kuper | -0/+0 |
| 2013-05-27 | Add xfail'd test for #6762. | Lindsey Kuper | -0/+24 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -5/+6 |
| 2013-05-25 | auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brson | bors | -51/+0 |
| 2013-05-24 | auto merge of #6726 : alexcrichton/rust/filter-blocks, r=z0w0 | bors | -0/+15 |
| 2013-05-24 | Actually filter view_items in blocks | Alex Crichton | -0/+15 |
| 2013-05-24 | Remove the get function | Olivier Saut | -13/+13 |
| 2013-05-24 | Remove the #[merge] hack from the parser | Alex Crichton | -51/+0 |
| 2013-05-23 | rustc: Check for null before dropping ~objects. #5192 | Brian Anderson | -0/+24 |
| 2013-05-22 | libsyntax: Fix more merge fallout. | Patrick Walton | -2/+2 |
| 2013-05-22 | test: Update tests and import the prelude in some more places. | Patrick Walton | -31/+15 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -565/+565 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -3/+3 |
| 2013-05-22 | librustc: Fix privacy checking for cross-crate variants | Patrick Walton | -0/+14 |
| 2013-05-22 | test: Fix tests. | Patrick Walton | -42/+55 |
| 2013-05-22 | librustc: Disallow `use` from reaching into impls or traits. | Patrick Walton | -0/+39 |
| 2013-05-22 | auto merge of #6669 : yjh0502/rust/fix_6209, r=graydon | bors | -0/+13 |
| 2013-05-22 | auto merge of #6686 : cmr/rust/fix-6596, r=catamorphism | bors | -0/+9 |
| 2013-05-22 | Add test | Corey Richardson | -0/+9 |
| 2013-05-22 | testsuite: Make main fn public | Tim Chevalier | -1/+1 |
| 2013-05-22 | testsuite: Add passing test for #4107 | Tim Chevalier | -0/+33 |
| 2013-05-22 | auto merge of #6672 : yjh0502/rust/fix_6342, r=graydon | bors | -0/+17 |
| 2013-05-22 | Implement static_assert attribute | Corey Richardson | -0/+23 |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -0/+17 |
| 2013-05-22 | fix issue #6209 | Jihyun Yu | -0/+13 |
| 2013-05-21 | auto merge of #6665 : catamorphism/rust/issue-5741, r=nikomatsakis | bors | -0/+14 |
| 2013-05-21 | auto merge of #6664 : catamorphism/rust/issue-3796, r=catamorphism | bors | -1/+36 |
| 2013-05-21 | rustc: Don't generate code for unreachable expressions | Tim Chevalier | -0/+14 |
| 2013-05-21 | testsuite: Add xfailed test cases | Tim Chevalier | -0/+35 |
| 2013-05-21 | testsuite: Update test for #2478. Still xfailed | Tim Chevalier | -1/+1 |
| 2013-05-21 | testsuite: Test for #4780 | Tim Chevalier | -0/+14 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -2/+2 |
| 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 | Test fixes, use LLVMConstFCmp in ConstFCmp | Corey Richardson | -6/+6 |
| 2013-05-19 | Implement unimplemented const binops | Corey Richardson | -0/+116 |