| Age | Commit message (Expand) | Author | Lines |
| 2013-06-06 | test/compile-fail: clarify bad-for-loop | Ramkumar Ramachandra | -3/+19 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -1/+1 |
| 2013-06-05 | auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestinger | bors | -0/+19 |
| 2013-06-06 | std: add an external iterator for mutating vec elements | Huon Wilson | -0/+19 |
| 2013-06-05 | Fix stat.rs to not pollute the build directory. Closes #6959. | Michael Sullivan | -1/+2 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -47/+106 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -2/+2 |
| 2013-06-04 | auto merge of #6928 : Blei/rust/fix-constructors, r=bstrie | bors | -25/+25 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -25/+25 |
| 2013-06-04 | Use ABI alignment, not "preferred" alignment, to unify monomorphizations. | Jed Davis | -0/+31 |
| 2013-06-03 | Add test for issue #6698 | Philipp Brüschweiler | -0/+17 |
| 2013-06-02 | ptr: split out borrowed pointer utilities | Daniel Micay | -3/+4 |
| 2013-06-01 | auto merge of #6896 : nickdesaulniers/rust/issue4501, r=brson | bors | -30/+30 |
| 2013-06-01 | auto merge of #6891 : luqmana/rust/unit-struct-drop, r=catamorphism | bors | -0/+29 |
| 2013-06-01 | Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail. | Luqman Aden | -0/+1 |
| 2013-06-01 | auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -0/+16 |
| 2013-06-01 | testsuite: Add an xfailed test case for the new `extern mod` syntax | Tim Chevalier | -0/+16 |
| 2013-06-01 | Swap return value of pipes::init Fixes #4501 | Nick Desaulniers | -30/+30 |
| 2013-06-01 | Add test for #6861 | Luqman Aden | -0/+28 |
| 2013-06-01 | auto merge of #6880 : thomaslee/rust/issue-6745, r=catamorphism | bors | -4/+30 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -220/+223 |
| 2013-06-01 | librustc: Don't require `pub extern` to make extern functions visible | Patrick Walton | -0/+14 |
| 2013-06-01 | Reexport static methods on structs & enums. | Tom Lee | -4/+30 |
| 2013-05-31 | auto merge of #6851 : alexcrichton/rust/bugfixes, r=pcwalton | bors | -19/+101 |
| 2013-05-31 | auto merge of #6864 : thestinger/rust/bool, r=pcwalton | bors | -1/+1 |
| 2013-05-31 | auto merge of #6862 : thestinger/rust/swap, r=bstrie | bors | -2/+2 |
| 2013-05-31 | bool: rm functions duplicating methods | Daniel Micay | -1/+1 |
| 2013-05-31 | xfail-fast the deriving test | Alex Crichton | -0/+2 |
| 2013-05-31 | auto merge of #6857 : alexcrichton/rust/ebml-fixes, r=pcwalton | bors | -2/+17 |
| 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 | mv the raw pointer {swap,replace}_ptr to std::ptr | Daniel Micay | -2/+2 |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -0/+75 |
| 2013-05-30 | auto merge of #6848 : pcwalton/rust/issue-6352, r=pcwalton | bors | -0/+14 |
| 2013-05-31 | Implement unimplemented methods in ebml | Alex Crichton | -2/+17 |
| 2013-05-30 | Rewrite deriving(Decodable, Encodable) | Alex Crichton | -0/+75 |
| 2013-05-30 | auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydon | bors | -29/+18 |
| 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/+75 |
| 2013-05-30 | librustc: Bump the offset when translating const structs. Closes #6352. | Patrick Walton | -0/+14 |
| 2013-05-30 | Fix parser test | Niko Matsakis | -25/+2 |
| 2013-05-30 | Correct issue-2804 test | Niko Matsakis | -4/+4 |
| 2013-05-30 | rustc: change 'use' to 'add' in error message, fix #2994 | Graydon Hoare | -2/+2 |
| 2013-05-30 | Fix matching of rvalues with destructors | Niko Matsakis | -0/+12 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -19/+19 |
| 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 | test: Fix problem with check-fast. rs=burningtree | Patrick Walton | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -218/+939 |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -8/+8 |