| Age | Commit message (Expand) | Author | Lines |
| 2012-11-18 | Documented fmt! expression syntax. | Jesse Jones | -1/+40 |
| 2012-11-17 | Added support for options that take no arguments and may be repeated. | Jesse Jones | -0/+75 |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -518/+710 |
| 2012-11-16 | Remove unused MultiByteChar.sum field from codemap | Brian Anderson | -10/+0 |
| 2012-11-16 | Add some docs to codemap | Brian Anderson | -13/+48 |
| 2012-11-16 | Forbid duplicate supertraits | Tim Chevalier | -1/+1 |
| 2012-11-16 | Remove incorrect comment from codemap | Brian Anderson | -2/+0 |
| 2012-11-16 | syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}! | Graydon Hoare | -28/+141 |
| 2012-11-16 | Remove unused types from codemap | Brian Anderson | -17/+2 |
| 2012-11-16 | Stop tracking CodeMap offsets in the parse session. Big simplification | Brian Anderson | -96/+48 |
| 2012-11-16 | Stop storing char positions in CodeMap | Brian Anderson | -56/+39 |
| 2012-11-16 | Change spans to use byte offsets instead of char offsets | Brian Anderson | -89/+161 |
| 2012-11-16 | librustc: Fastisel dislikes memmove, switch to memcpy. Perf win, r=catamorphism. | Graydon Hoare | -27/+27 |
| 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 | -3/+36 |
| 2012-11-15 | Make staticness mismatch a fatal error | Tim Chevalier | -9/+37 |
| 2012-11-15 | Add xfailed test for #3979 | Tim Chevalier | -0/+12 |
| 2012-11-15 | Remove CodeMap.lookup_byte_pos | Brian Anderson | -5/+0 |
| 2012-11-15 | librustc: Fix cross-crate reexports. rs=blocking-servo | Patrick Walton | -27/+56 |
| 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 | Un-ignore test_from_str and test_parse_buf | Tim Chevalier | -6/+0 |
| 2012-11-15 | rt: Don't print backtraces unless the ::rt::backtrace log level is greater th... | Brian Anderson | -1/+1 |
| 2012-11-15 | Convert CodeMap and FileMap to use &self instead of @self | Brian Anderson | -17/+17 |
| 2012-11-15 | rustc: make llloadenv bb optional, kill 1.5% of emitted llvm insns. | Graydon Hoare | -8/+26 |
| 2012-11-15 | Add some comments to codemap and lexer | Brian Anderson | -0/+9 |
| 2012-11-15 | Refactor the lexer to use FilePos types | Brian Anderson | -54/+85 |
| 2012-11-15 | Rename thread_pool to task_pool | Tim Chevalier | -10/+10 |
| 2012-11-15 | Add tests for #2190 (xfailed) | Tim Chevalier | -0/+43 |
| 2012-11-15 | rt: bump log levels up by one, fix tautological-compare error (and permit tur... | Graydon Hoare | -14/+14 |
| 2012-11-15 | librustc: Implement (and require) explicit self for derivable traits. r=nmats... | Patrick Walton | -46/+89 |
| 2012-11-15 | librustc: Pass through extra parameters in automatically-derived methods. r=b... | Patrick Walton | -13/+77 |
| 2012-11-14 | Create CodeMap.add_filemap | Brian Anderson | -2/+6 |
| 2012-11-14 | Factor out some position management code in the lexer | Brian Anderson | -8/+8 |
| 2012-11-14 | Inherit mutability through fixed-length vectors. | Niko Matsakis | -1/+18 |
| 2012-11-14 | Convert the test suite to use the Drop trait | Ben Striegel | -161/+462 |
| 2012-11-14 | llvm: fork to disable LiveIRVariabes in GCStrategy. | Graydon Hoare | -0/+0 |
| 2012-11-14 | librustc: discard side tables after translation, before llvm passes. | Graydon Hoare | -40/+52 |