| Age | Commit message (Expand) | Author | Lines |
| 2011-03-27 | Add support for break and cont to rustc | Marijn Haverbeke | -0/+2 |
| 2011-03-25 | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | -1/+1 |
| 2011-03-25 | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | -1/+1 |
| 2011-03-25 | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | -1/+1 |
| 2011-03-25 | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | -36/+59 |
| 2011-03-25 | make lexer unicode-aware for strings and char literals | Marijn Haverbeke | -5/+5 |
| 2011-03-25 | Start making the standard-lib utf-8 aware | Marijn Haverbeke | -3/+3 |
| 2011-03-22 | Further support for floating-point. Literals with exponents work | Tim Chevalier | -7/+68 |
| 2011-03-21 | Started adding support for floating-point type, floating-point literals, and ... | Tim Chevalier | -12/+36 |
| 2011-03-16 | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | -7/+7 |
| 2011-03-14 | Extend stream functionality | Marijn Haverbeke | -6/+6 |
| 2011-03-05 | Make ret and fail stmts have 0 out-edges, Closes #250. | Graydon Hoare | -4/+1 |
| 2011-02-22 | Teach rustc about reserved keywords | Brian Anderson | -1/+16 |
| 2011-02-22 | Rename std._io to std.io since 'io' is no longer a keyword | Brian Anderson | -1/+1 |
| 2010-12-15 | rustc: Lex '_' as an underscore, not as an identifier | Patrick Walton | -1/+4 |
| 2010-12-09 | Fix token span tracking in lexer. | Graydon Hoare | -3/+7 |
| 2010-12-08 | Implement binop= forms. Un-XFAIL bitwise.rs. | Graydon Hoare | -1/+1 |
| 2010-11-22 | Support mach types in rustc, enable 5 more tests. | Graydon Hoare | -34/+95 |
| 2010-11-22 | Fix lexer bug, enable 5 more tests on rustc. | Graydon Hoare | -1/+1 |
| 2010-11-03 | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | -1/+5 |
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -7/+7 |
| 2010-10-13 | rustc: Lex identifiers that have numbers in them too | Patrick Walton | -2/+6 |
| 2010-09-29 | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | -9/+9 |
| 2010-09-23 | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | -0/+595 |