| Age | Commit message (Expand) | Author | Lines |
| 2012-11-25 | Fix test | Brian Anderson | -2/+2 |
| 2012-11-25 | Add improvements to insert_with_key | Kevin Cantu | -3/+10 |
| 2012-11-25 | Test insert_with_key... | Kevin Cantu | -8/+2 |
| 2012-11-25 | Add an insert_with_key function to the Map trait | Kevin Cantu | -0/+8 |
| 2012-11-24 | [tests] Add passing test | Tim Chevalier | -0/+16 |
| 2012-11-24 | Split EBML module into a reader and a writer module | Tim Chevalier | -5/+7 |
| 2012-11-24 | [tests] Add test for #4033 | Tim Chevalier | -0/+9 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -1/+16 |
| 2012-11-24 | Implement LUB algorithm and add new unit-testing infrastructure for infer. | Niko Matsakis | -15/+18 |
| 2012-11-21 | Introduce a T_err type for type errors | Tim Chevalier | -7/+8 |
| 2012-11-21 | libsyntax: Implement `deriving` correctly for type-parameterized structs and ... | Patrick Walton | -0/+17 |
| 2012-11-21 | libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai... | Patrick Walton | -0/+26 |
| 2012-11-21 | libsyntax: Implement `deriving` for enums with N-ary variants. r=brson | Patrick Walton | -0/+15 |
| 2012-11-20 | libcore: Add stat methods to paths | Erick Tryzelaar | -0/+24 |
| 2012-11-20 | syntax: switch tt quoter to emit ~[tt], not tt. | Graydon Hoare | -3/+5 |
| 2012-11-20 | rustc: Implement "deriving" for monomorphic structs via a syntax extension. r... | Patrick Walton | -0/+32 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -66/+71 |
| 2012-11-19 | Fix parsing of interpolated paths | Brian Anderson | -0/+16 |
| 2012-11-18 | Report errors better when failing to open files for sub-parsers | Brian Anderson | -0/+11 |
| 2012-11-18 | Parse file mods from .rs files | Brian Anderson | -0/+32 |
| 2012-11-18 | Made Map.contains_key, contains_key_ref, and get pure. | Jesse Jones | -3/+3 |
| 2012-11-16 | syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}! | Graydon Hoare | -0/+19 |
| 2012-11-16 | re-xfail two tests | Brian Anderson | -0/+2 |
| 2012-11-15 | Update and un-xfail tests | Tim Chevalier | -33/+37 |
| 2012-11-15 | Update test and un-xfail it | Tim Chevalier | -3/+3 |
| 2012-11-15 | Update error message and un-xfail test | Tim Chevalier | -4/+3 |
| 2012-11-15 | Un-xfail working tests | Tim Chevalier | -2/+0 |
| 2012-11-15 | Update error message and un-xfail test | Tim Chevalier | -4/+2 |
| 2012-11-15 | Add comments explaining why these tests are xfailed | Tim Chevalier | -19/+12 |
| 2012-11-15 | Un-xfail working test | Tim Chevalier | -7/+0 |
| 2012-11-15 | Check for duplicate supertraits and forbid them | Tim Chevalier | -0/+23 |
| 2012-11-15 | Make staticness mismatch a fatal error | Tim Chevalier | -1/+16 |
| 2012-11-15 | Add xfailed test for #3979 | Tim Chevalier | -0/+12 |
| 2012-11-15 | librustc: Fix cross-crate reexports. rs=blocking-servo | Patrick Walton | -0/+19 |
| 2012-11-15 | Update error message and un-xfail test | Tim Chevalier | -3/+1 |
| 2012-11-15 | Add comments explaining why these tests fail | Tim Chevalier | -4/+2 |
| 2012-11-15 | Un-xfail working tests | Tim Chevalier | -7/+0 |
| 2012-11-15 | Remove test that tested behavior of unchecked blocks | Tim Chevalier | -34/+0 |
| 2012-11-15 | Update error messages and un-xfail | Tim Chevalier | -25/+8 |
| 2012-11-15 | Add another test for #3177 | Tim Chevalier | -0/+11 |
| 2012-11-15 | Remove typestate test | Tim Chevalier | -16/+0 |
| 2012-11-15 | Add tests for #2190 (xfailed) | Tim Chevalier | -0/+43 |
| 2012-11-15 | librustc: Implement (and require) explicit self for derivable traits. r=nmats... | Patrick Walton | -27/+27 |
| 2012-11-15 | librustc: Pass through extra parameters in automatically-derived methods. r=b... | Patrick Walton | -0/+31 |
| 2012-11-14 | Inherit mutability through fixed-length vectors. | Niko Matsakis | -0/+16 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -161/+462 |
| 2012-11-14 | Move two fn assignability tests from compile-fail to run-pass | Brian Anderson | -2/+2 |
| 2012-11-14 | Remove obsolete const pattern test | Brian Anderson | -15/+0 |
| 2012-11-14 | librustc: Require the #[derivable] attribute, remove the significance of "imp... | Patrick Walton | -0/+73 |
| 2012-11-14 | rustc: Implement let assignability. r=nmatsakis | Patrick Walton | -0/+18 |