| Age | Commit message (Expand) | Author | Lines |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-09 | Track the source of the type_target and value_target separately for ImportRes... | Alex Crichton | -8/+26 |
| 2013-06-08 | auto merge of #7018 : bill-myers/rust/fix_7017, r=thestinger | bors | -0/+20 |
| 2013-06-09 | add test for RcMut being Const and Owned, tests #7017 being fixed | Bill Myers | -0/+20 |
| 2013-06-08 | auto merge of #6992 : Blei/rust/fix-autoderef-ice, r=catamorphism | bors | -0/+32 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -1/+1 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -5/+5 |
| 2013-06-08 | Add test for #5062 | Philipp Brüschweiler | -0/+15 |
| 2013-06-08 | Add a test that causes an ICE currently | Philipp Brüschweiler | -0/+17 |
| 2013-06-07 | auto merge of #7000 : Blei/rust/fix-6155, r=catamorphism | bors | -0/+17 |
| 2013-06-07 | testsuite: Add test cases that pass | Tim Chevalier | -0/+23 |
| 2013-06-07 | Add test for #6155 | Philipp Brüschweiler | -0/+17 |
| 2013-06-06 | auto merge of #6985 : Aatch/rust/fixed-vec-6977, r=thestinger | bors | -0/+7 |
| 2013-06-07 | Disallow negative counts in repeat expressions | James Miller | -0/+7 |
| 2013-06-06 | test/compile-fail: clarify bad-for-loop | Ramkumar Ramachandra | -3/+19 |
| 2013-06-06 | std: add an external iterator for mutating vec elements | Huon Wilson | -0/+19 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -16/+28 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -1/+1 |
| 2013-06-03 | Add test for issue #6698 | Philipp Brüschweiler | -0/+17 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -53/+52 |
| 2013-05-31 | auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton | bors | -19/+24 |
| 2013-05-31 | auto merge of #6863 : huonw/rust/error-span, r=thestinger | bors | -0/+14 |
| 2013-06-01 | rustc: adjust span for error message to not trim last letter | Huon Wilson | -0/+14 |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -0/+45 |
| 2013-05-30 | auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydon | bors | -25/+2 |
| 2013-05-30 | Promote unreachable code to being a lint attribute | Alex Crichton | -19/+24 |
| 2013-05-30 | Add simple tests for Sized | Ben Blum | -0/+45 |
| 2013-05-30 | Fix parser test | Niko Matsakis | -25/+2 |
| 2013-05-30 | rustc: change 'use' to 'add' in error message, fix #2994 | Graydon Hoare | -2/+2 |
| 2013-05-30 | Allow doc(hidden) and --test to disable doc linting | Alex Crichton | -0/+13 |
| 2013-05-30 | Make missing documentation linting more robust | Alex Crichton | -0/+72 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -66/+103 |
| 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 | -53/+65 |
| 2013-05-28 | auto merge of #6707 : catamorphism/rust/issue-5543, r=catamorphism | bors | -0/+20 |
| 2013-05-28 | auto merge of #6773 : lkuper/rust/alt-to-match, r=thestinger | bors | -0/+0 |
| 2013-05-27 | testsuite: Test cases, one xfailed, one not | Tim Chevalier | -0/+20 |
| 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-24 | Remove the get function | Olivier Saut | -6/+6 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -86/+86 |
| 2013-05-22 | librustc: Rename core injection to std injection | Patrick Walton | -1/+1 |
| 2013-05-22 | librustc: Fix privacy checking for cross-crate variants | Patrick Walton | -0/+9 |
| 2013-05-22 | librustc: Disallow `use` from reaching into impls or traits. | Patrick Walton | -0/+29 |
| 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 | auto merge of #6672 : yjh0502/rust/fix_6342, r=graydon | bors | -0/+17 |
| 2013-05-22 | Implement static_assert attribute | Corey Richardson | -0/+9 |