| Age | Commit message (Expand) | Author | Lines |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -47/+79 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -0/+16 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -225/+13 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -4/+0 |
| 2013-08-27 | auto merge of #8799 : fhahn/rust/ticket_5783, r=catamorphism | bors | -0/+19 |
| 2013-08-27 | auto merge of #8797 : nikomatsakis/rust/issue-8625-assign-to-andmut-in-borrow... | bors | -0/+61 |
| 2013-08-27 | auto merge of #8771 : thestinger/rust/repr, r=catamorphism | bors | -27/+6 |
| 2013-08-27 | Add test for #5783 | Florian Hahn | -0/+19 |
| 2013-08-27 | reflect: rm unused visit_{var,var_integral,constr} | Daniel Micay | -21/+0 |
| 2013-08-27 | repr: print integer/float suffixes | Daniel Micay | -6/+6 |
| 2013-08-27 | Extend aliasability check to uncover `& &mut &mut` and the like | Niko Matsakis | -0/+30 |
| 2013-08-27 | auto merge of #8772 : thestinger/rust/option, r=anasazi | bors | -25/+0 |
| 2013-08-27 | option: rm implementation of Add | Daniel Micay | -25/+0 |
| 2013-08-26 | auto merge of #8757 : vadimcn/rust/debug-info-tests, r=brson | bors | -140/+4 |
| 2013-08-26 | auto merge of #8739 : fhahn/rust/ticket_2275, r=brson | bors | -0/+450 |
| 2013-08-26 | Fix deriving-zero test | Corey Richardson | -2/+0 |
| 2013-08-26 | Add script and tests for using keywords as identifiers | Florian Hahn | -0/+450 |
| 2013-08-26 | auto merge of #8744 : jld/rust/discr64, r=nikomatsakis | bors | -0/+25 |
| 2013-08-26 | Un-disabled debug info tests on Windows. | Vadim Chugunov | -140/+4 |
| 2013-08-24 | Add a test case for the preceding changes. | Jed Davis | -0/+25 |
| 2013-08-24 | Introduce alternate forms of logging | Alex Crichton | -1/+1 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -218/+233 |
| 2013-08-24 | Implement a wrapper macro around fprintf -- ifmtf | Alex Crichton | -1/+21 |
| 2013-08-23 | rt: Move some test functions to rust_test_helpers | Brian Anderson | -20/+20 |
| 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 #8596 : vadimcn/rust/master, r=alexcrichton | bors | -16/+0 |
| 2013-08-22 | Don't do a bogus substitution on the transformed self ty for objects. Closes ... | Michael Sullivan | -0/+20 |
| 2013-08-22 | Substitute into the impl method rather than the trait method when emitting vt... | Michael Sullivan | -0/+26 |
| 2013-08-22 | auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwalton | bors | -26/+101 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -0/+14 |
| 2013-08-22 | auto merge of #8620 : brson/rust/issue-7563, r=alexcrichton | bors | -0/+25 |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -16/+0 |
| 2013-08-21 | auto merge of #8570 : catamorphism/rust/2013-08-16-rollup, r=catamorphism | bors | -3/+180 |
| 2013-08-21 | auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis | bors | -0/+360 |
| 2013-08-21 | test: Add test for #7563. Closes #7563 | Brian Anderson | -0/+25 |
| 2013-08-21 | oops v2, apparently writing std::comm::stream() doesn't work on check-fast; f... | Ben Blum | -10/+19 |
| 2013-08-21 | auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichton | bors | -0/+0 |
| 2013-08-21 | testsuite: Un-xfail test for #5917 | Tim Chevalier | -3/+1 |
| 2013-08-21 | testsuite: Test for #4447 | Tim Chevalier | -0/+15 |
| 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 | auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwalton | bors | -0/+64 |
| 2013-08-21 | oops, xfail-fast the cross-crate superkind tests | Ben Blum | -0/+6 |
| 2013-08-21 | Changed `fn main` to `pub fn main` | Andreas Martens | -1/+1 |
| 2013-08-21 | Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l... | Niko Matsakis | -0/+31 |