| Age | Commit message (Expand) | Author | Lines |
| 2012-12-12 | syntax: remove all remaining uses of #ast, and #ast / qquote itself. | Graydon Hoare | -70/+64 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -35/+35 |
| 2012-12-11 | Auto-deref when checking field and method privacy | Tim Chevalier | -5/+10 |
| 2012-12-11 | Remove old deriving | Brian Anderson | -328/+0 |
| 2012-12-11 | Avoid extra error for type mismatches in patterns | Tim Chevalier | -2/+1 |
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -3/+3 |
| 2012-12-11 | Fix deriving for single-variant enums | Brian Anderson | -0/+8 |
| 2012-12-11 | Relate the module hierarchy to directory paths in the parser | Brian Anderson | -0/+157 |
| 2012-12-11 | Revert "Merge pull request #4144 from luqmana/deprecated-attribute" | Tim Chevalier | -10/+0 |
| 2012-12-11 | Allow pattern-matching on any strings, not just unique strings | Tim Chevalier | -3/+2 |
| 2012-12-10 | Merge pull request #4144 from luqmana/deprecated-attribute | Tim Chevalier | -0/+10 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -0/+15 |
| 2012-12-10 | Adjust the die macro to only accept ~str and to work in statement position | Brian Anderson | -0/+35 |
| 2012-12-10 | tests: relicense .pp files. Oddly not caught during local testing. | Graydon Hoare | -0/+30 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -1/+19111 |
| 2012-12-10 | test: Fix aux-build in struct-destructuring-cross-crate. rs=bustage | Patrick Walton | -0/+2 |
| 2012-12-10 | librustc: Fix bug preventing cross-crate struct destructuring from working. r... | Patrick Walton | -0/+16 |
| 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-08 | Print out a more helpful type error message for do-blocks/for-loops | Tim Chevalier | -3/+32 |
| 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 | Add test for #2995 | Tim Chevalier | -0/+3 |
| 2012-12-07 | Add test case for #2828 | Tim Chevalier | -0/+21 |
| 2012-12-07 | libsyntax: Fix parsing of module-qualified structure patterns. rs=bugfix | Patrick Walton | -0/+12 |
| 2012-12-07 | librustc: Implement "&mut [T]" as an expression. r=brson | Patrick Walton | -0/+4 |
| 2012-12-07 | Trait constraints are separated by space, not comma | Brian Anderson | -20/+20 |
| 2012-12-07 | Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp... | Brian Anderson | -0/+66 |
| 2012-12-07 | Merge pull request #4101 from brson/bound-default-methods | Brian Anderson | -0/+71 |
| 2012-12-07 | syntax: try to fix pattern printing yet again, r=burningtree. | Graydon Hoare | -1/+1 |
| 2012-12-07 | bench: fix nbody bugs, r=burningtree. | Graydon Hoare | -13/+29 |
| 2012-12-07 | syntax: Permit splicing anything into a quote that implements ToTokens. | Graydon Hoare | -3/+2 |
| 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 | 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 | -2/+2 |
| 2012-12-06 | Add various test cases, mostly xfailed | Tim Chevalier | -0/+38 |
| 2012-12-06 | test: Fix compilation of benchmarks for moves-based-on-type. rs=bustage | Patrick Walton | -14/+16 |
| 2012-12-06 | test: Fix shootout-mandelbrot.rs. rs=bustage | Patrick Walton | -5/+5 |
| 2012-12-06 | test: Fix busted test. rs=bustage | Patrick Walton | -1/+1 |
| 2012-12-06 | test: Fix more compile-fail bustage. rs=bustage | Patrick Walton | -10/+8 |
| 2012-12-06 | test: Fix some compile-fail bustage. rs=bustage | Patrick Walton | -36/+10 |
| 2012-12-06 | test: Fix some run-fail bustage. rs=bustage | Patrick Walton | -4/+4 |