| Age | Commit message (Expand) | Author | Lines |
| 2012-10-21 | rustc: add new intrinsics - atomic_cxchg{_acq,_rel} | Luqman Aden | -0/+17 |
| 2012-10-20 | Remove obsolete fixed-length string test | Brian Anderson | -13/+7 |
| 2012-10-20 | Remove remaining uses of old fixed-length vec syntax | Brian Anderson | -1/+1 |
| 2012-10-20 | Parse and report obsolete fixed-length vector syntax | Brian Anderson | -0/+11 |
| 2012-10-20 | Fix a pprint test for fixed-length vecs | Ben Striegel | -2/+2 |
| 2012-10-20 | Remove old fixed-length vector syntax | Ben Striegel | -51/+51 |
| 2012-10-20 | Fix run-pass/issue-2895 for 32-bit archs | Brian Anderson | -0/+7 |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -2/+2 |
| 2012-10-18 | rustc: Implement intra-crate static methods on anonymous trait implementation... | Patrick Walton | -0/+23 |
| 2012-10-18 | test: Fix failing tests. r=rustbot | Patrick Walton | -8/+8 |
| 2012-10-17 | libsyntax: refactor the parser to consider foreign items as items | Philipp Brüschweiler | -0/+4 |
| 2012-10-17 | Merge pull request #3716 from Blei/fix-3656 | Tim Chevalier | -0/+20 |
| 2012-10-16 | rustc: Implement intra-crate static methods on anonymous trait implementations. | Patrick Walton | -0/+15 |
| 2012-10-15 | In ty::normalize_ty, don't replace self_regions with None | Tim Chevalier | -3/+2 |
| 2012-10-15 | Add test for Issue 2823 | Tim Chevalier | -0/+12 |
| 2012-10-15 | Add test case for Issue 2895 | Tim Chevalier | -0/+16 |
| 2012-10-15 | Error out in resolve if structs try to capture type parameters | Tim Chevalier | -2/+2 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -4/+4 |
| 2012-10-15 | Add test cases for #3668 | Tim Chevalier | -8/+6 |
| 2012-10-15 | Un-xfail test for #3521; it works now | Tim Chevalier | -2/+1 |
| 2012-10-15 | rustc: Implement monomorphic default methods. r=nmatsakis | Patrick Walton | -0/+23 |
| 2012-10-15 | Check whether loans conflict with old loans or with themselves. | Niko Matsakis | -0/+25 |
| 2012-10-15 | Allow enum discriminator exprs to refer to declared consts | Tim Chevalier | -0/+17 |
| 2012-10-15 | Add various test cases (xfailed) | Tim Chevalier | -0/+90 |
| 2012-10-15 | libstd: make Serializer a trait-level typaram | Erick Tryzelaar | -27/+47 |
| 2012-10-12 | Test that functional struct update exprs get rejected if... | Tim Chevalier | -0/+16 |
| 2012-10-12 | Make moves explicit in rfail tests | Tim Chevalier | -4/+4 |
| 2012-10-12 | Make moves explicit in rpass tests | Tim Chevalier | -185/+192 |
| 2012-10-12 | Make moves explicit in cfail tests | Tim Chevalier | -15/+15 |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -123/+124 |
| 2012-10-12 | Make moves explicit in aux test files | Tim Chevalier | -5/+4 |
| 2012-10-12 | Make moves explicit in doc examples | Tim Chevalier | -0/+18 |
| 2012-10-12 | remove ctor from ast (take 2) (no review: just dead code removal) | Niko Matsakis | -6/+4 |
| 2012-10-12 | Use the Nth impl when translating a static method call, instead | Niko Matsakis | -0/+25 |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -1/+1 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -35/+35 |
| 2012-10-11 | Change FIXME number | Tim Chevalier | -1/+1 |
| 2012-10-11 | Revert "Use a constant vector for the sudoku board, delete a FIXME" | Tim Chevalier | -13/+32 |
| 2012-10-11 | Re-xfail two tests that I tried to resurrect (no time right now) | Tim Chevalier | -37/+78 |
| 2012-10-11 | Use move instead of ref in select-macro | Tim Chevalier | -1/+1 |
| 2012-10-11 | Fix pipe-select-macro | Tim Chevalier | -1/+1 |
| 2012-10-11 | Un-XFAIL task-compare | Tim Chevalier | -3/+0 |
| 2012-10-11 | Use match move in select-macro, get rid of a FIXME | Tim Chevalier | -3/+2 |
| 2012-10-11 | Un-XFAIL reflect-visit-type | Tim Chevalier | -3/+0 |
| 2012-10-11 | Annotate FIXMEs in reflect-visit-data | Tim Chevalier | -10/+4 |
| 2012-10-11 | Uncomment nested module in test, delete a FIXME | Tim Chevalier | -2/+0 |
| 2012-10-11 | Use a constant vector for the sudoku board, delete a FIXME | Tim Chevalier | -32/+13 |
| 2012-10-11 | Use match move in pingpong, delete a FIXME | Tim Chevalier | -8/+4 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -3/+3 |
| 2012-10-10 | rustc: fix size computation of structs for the FFI | Philipp Brüschweiler | -0/+20 |