| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-12-06 | Add various test cases, mostly xfailed | Tim Chevalier | -0/+38 |
| 2012-12-06 | Remove bogus FIXME, closes #2889 | Tim Chevalier | -1/+1 |
| 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 | Remove previous x86 data corruption workaround. #4054 | Brian Anderson | -3/+0 |
| 2012-12-06 | Turn off type_use on x86. #4127 | Brian Anderson | -1/+4 |
| 2012-12-06 | test: Fix busted test. rs=bustage | Patrick Walton | -1/+1 |
| 2012-12-06 | Eleminate pattern warnings | Brian Anderson | -4/+4 |
| 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 |
| 2012-12-06 | test: Fix some more run-pass bustage. rs=clownshoes | Patrick Walton | -2/+2 |
| 2012-12-05 | librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl... | Patrick Walton | -13/+24 |
| 2012-12-05 | librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn... | Patrick Walton | -27/+39 |
| 2012-12-05 | librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*... | Patrick Walton | -8/+28 |
| 2012-12-05 | Fix test | Brian Anderson | -1/+1 |
| 2012-12-05 | Convert Num to explicit self | Brian Anderson | -86/+82 |
| 2012-12-05 | librustc: Move the "legality of move bindings" check from typechecking to alt... | Patrick Walton | -77/+79 |
| 2012-12-05 | librustc: Make a context including the method map in check_alt, in preparatio... | Patrick Walton | -87/+103 |
| 2012-12-05 | Long lines | Brian Anderson | -1/+2 |
| 2012-12-05 | Fix cross-crate inlining of static functions | Brian Anderson | -9/+36 |
| 2012-12-05 | test: Fix float imprecision error on intrinsics-math | Patrick Walton | -1/+1 |
| 2012-12-05 | test: Fix alt-implicit-copy-unique. rs=me | Patrick Walton | -1/+1 |
| 2012-12-05 | test: More bustage fixes. rs=me | Patrick Walton | -11/+11 |
| 2012-12-05 | test: More run-pass test fixes | Patrick Walton | -45/+47 |
| 2012-12-05 | libcore: Fix some more coretest bustage. rs=bustage | Patrick Walton | -2/+2 |
| 2012-12-05 | librustc: Hook borrow check loan checking up to the moves-based-on-type infra... | Patrick Walton | -87/+143 |