| Age | Commit message (Expand) | Author | Lines |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -29/+29 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -4/+3 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -3/+5 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -0/+13 |
| 2013-09-12 | rustc: Fix cstack lint for default methods. Closes #8753 | Brian Anderson | -0/+24 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -0/+27 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -3/+3 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -3/+3 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+3 |
| 2013-09-04 | forbid cast as bool | Daniel Micay | -0/+12 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+3 |
| 2013-09-04 | Fixed docs and styles | Flaper Fesp | -1/+1 |
| 2013-09-04 | Add a safe implementation of MutexArc::access* methods | Flaper Fesp | -0/+26 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+338 |
| 2013-09-03 | Tests for fixed issues. | Huon Wilson | -0/+26 |
| 2013-09-03 | Un-xfail/move/delete some tests. | Huon Wilson | -96/+12 |
| 2013-08-29 | Correct the sources of glob imports | Alex Crichton | -0/+84 |
| 2013-08-28 | auto merge of #8800 : fhahn/rust/ticket_5239, r=alexcrichton | bors | -0/+15 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -0/+35 |
| 2013-08-28 | Add tests for ref in closure parameter list, closes #5239 | Florian Hahn | -0/+15 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -6/+6 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -39/+50 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -305/+6 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -0/+61 |
| 2013-08-27 | Extend aliasability check to uncover `& &mut &mut` and the like | Niko Matsakis | -0/+30 |
| 2013-08-26 | auto merge of #8739 : fhahn/rust/ticket_2275, r=brson | bors | -0/+450 |
| 2013-08-26 | Add script and tests for using keywords as identifiers | Florian Hahn | -0/+450 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -47/+47 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -2/+2 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+22 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -0/+13 |
| 2013-08-23 | auto merge of #8677 : bblum/rust/scratch, r=alexcrichton | bors | -0/+21 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -5/+12 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -0/+14 |
| 2013-08-21 | auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphism | bors | -0/+164 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -0/+135 |
| 2013-08-21 | oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f... | Ben Blum | -2/+4 |
| 2013-08-21 | testsuite: Test for #6132 | Tim Chevalier | -0/+24 |
| 2013-08-21 | rustc: More helpful error message when using a struct type like a function | Tim Chevalier | -0/+19 |
| 2013-08-21 | Testsuite: Test for #7013. Closes #7013 | Tim Chevalier | -0/+43 |
| 2013-08-21 | testsuite: Tests for #6458. Closes #6458 | Tim Chevalier | -0/+78 |
| 2013-08-21 | Only bug on self-not-mapped-to-def if no previous errors were present. Close ... | Ben Blum | -0/+21 |
| 2013-08-21 | oops, xfail-fast the cross-crate superkind tests | Ben Blum | -0/+2 |
| 2013-08-21 | Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l... | Niko Matsakis | -0/+31 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -5/+12 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -2/+0 |
| 2013-08-20 | Add tests for self type using builtin kinds. (#7083) | Ben Blum | -0/+26 |
| 2013-08-20 | Fixup style of test cases for #7083 | Ben Blum | -3/+14 |
| 2013-08-20 | Add tests for #7083. | Ben Blum | -0/+75 |