| Age | Commit message (Expand) | Author | Lines |
| 2012-12-09 | Remove transitional code | Brian Anderson | -253/+0 |
| 2012-12-09 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-12-09 | Add test case for deprecated attribute. | Luqman Aden | -0/+10 |
| 2012-12-08 | Fix busted test case | Tim Chevalier | -1/+1 |
| 2012-12-08 | Update and un-xfail crate-method-reexport-grrrrrrr2 | Tim Chevalier | -7/+4 |
| 2012-12-09 | Add deprecated attribute. | Luqman Aden | -1/+28 |
| 2012-12-08 | Print out a more helpful type error message for do-blocks/for-loops | Tim Chevalier | -30/+103 |
| 2012-12-07 | Xfail broken tests | Tim Chevalier | -0/+2 |
| 2012-12-07 | test: Fix borrowck-preserve-box-in-pat. rs=bustage | Patrick Walton | -6/+6 |
| 2012-12-07 | test: Fix borrowck-preserve-box-in-discr; more fallout from pattern bindings.... | Patrick Walton | -6/+6 |
| 2012-12-07 | test: Remove alt-implicit-copy.rs test. Incompatible with current borrow chec... | Patrick Walton | -6/+0 |
| 2012-12-07 | test: Fix some busted run-pass tests, fallout from the pattern bindings chang... | Patrick Walton | -26/+7 |
| 2012-12-07 | libcore: Fix Windows-only pattern in run.rs. rs=bustage | Patrick Walton | -2/+2 |
| 2012-12-07 | Add test for #2995 | Tim Chevalier | -0/+3 |
| 2012-12-07 | Add test case for #2828 | Tim Chevalier | -0/+21 |
| 2012-12-07 | Make short flags with a single-char arg work in getopts | Tim Chevalier | -34/+37 |
| 2012-12-07 | librustc: De-mode pattern bindings. r=nmatsakis | Patrick Walton | -108/+99 |
| 2012-12-07 | libsyntax: Fix parsing of module-qualified structure patterns. rs=bugfix | Patrick Walton | -29/+13 |
| 2012-12-07 | librustc: Implement "&mut [T]" as an expression. r=brson | Patrick Walton | -6/+23 |
| 2012-12-07 | Fix pretty-printing of trait constraints | Brian Anderson | -3/+5 |
| 2012-12-07 | Long lines | Brian Anderson | -5/+7 |
| 2012-12-07 | Trait constraints are separated by space, not comma | Brian Anderson | -21/+21 |
| 2012-12-07 | Remove impl_id from trait_ref. Unused | Brian Anderson | -16/+4 |
| 2012-12-07 | Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp... | Brian Anderson | -7/+111 |
| 2012-12-07 | Merge pull request #4101 from brson/bound-default-methods | Brian Anderson | -36/+156 |
| 2012-12-07 | Long lines | Brian Anderson | -2/+4 |
| 2012-12-07 | Add :load command to REPL that can compile and load external libraries | Brian Leibig | -5/+96 |
| 2012-12-07 | syntax: try to fix pattern printing yet again, r=burningtree. | Graydon Hoare | -22/+31 |
| 2012-12-07 | syntax: try to fix pattern printing harder, r=burningtree. | Graydon Hoare | -20/+35 |
| 2012-12-07 | syntax: pretty print bind_by_value patterns as "copy", r=burningtree. | Graydon Hoare | -2/+4 |
| 2012-12-07 | bench: fix nbody bugs, r=burningtree. | Graydon Hoare | -13/+29 |
| 2012-12-07 | syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2. | Graydon Hoare | -97/+122 |
| 2012-12-07 | syntax: fix missing push in item macro expansion | Graydon Hoare | -5/+9 |
| 2012-12-07 | syntax: Permit splicing anything into a quote that implements ToTokens. | Graydon Hoare | -10/+192 |
| 2012-12-07 | syntax: fix quote_type! to quote_ty! | Graydon Hoare | -6/+6 |
| 2012-12-07 | syntax: point quote tokens at the site of quote-using-extension invocation. | Graydon Hoare | -89/+120 |
| 2012-12-07 | syntax: fix the accidental binding of interner state between parse and quote. | Graydon Hoare | -10/+6 |
| 2012-12-07 | syntax: fix a pp bug on foreign mods. | Graydon Hoare | -0/+1 |
| 2012-12-06 | Revert "Print copy patterns correctly" | Tim Chevalier | -4/+2 |
| 2012-12-06 | Print copy patterns correctly | Tim Chevalier | -2/+4 |
| 2012-12-06 | make bblum happy | Tim Chevalier | -17/+6 |
| 2012-12-06 | Test cases, some xfailed | Tim Chevalier | -0/+323 |
| 2012-12-06 | Remove obsolete comment | Tim Chevalier | -3/+0 |
| 2012-12-06 | Remove compile-fail test from run-pass | Tim Chevalier | -11/+0 |
| 2012-12-06 | Xfail trait-inheritance-overloading-xc-exe | Tim Chevalier | -0/+1 |
| 2012-12-06 | Remove hack to not use type_use on x86 | Brian Anderson | -4/+1 |
| 2012-12-06 | librustc: Propagate type uses correctly from method calls to the containing f... | Patrick Walton | -4/+84 |
| 2012-12-06 | Use fuzzy_eq in run-pass/intrinsics-math.rs | Brian Anderson | -26/+30 |
| 2012-12-06 | xfail-fast static-fn-inline-xc. needs aux-build | Brian Anderson | -0/+1 |
| 2012-12-06 | Rename std::ebml::Reader => std::ebml::reader, same for writer | Tim Chevalier | -179/+179 |