| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the parser more careful about keywords | Marijn Haverbeke | 2011-05-13 | 1 | -146/+1 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -198/+198 |
| * | Change module dereference syntax from . to :: | Marijn Haverbeke | 2011-05-12 | 1 | -2/+10 |
| * | Properly lex block comments followed by EOF | Marijn Haverbeke | 2011-05-12 | 1 | -4/+4 |
| * | Remove unused filename parameter from lexer.new_reader | Brian Anderson | 2011-05-11 | 1 | -2/+2 |
| * | Give the lexer a session so that it can fail more informatively | Brian Anderson | 2011-05-11 | 1 | -18/+29 |
| * | Remove boxes from token.t. | Graydon Hoare | 2011-05-09 | 1 | -7/+20 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -40/+40 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 1 | -0/+1 |
| * | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | 2011-05-05 | 1 | -1/+1 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 1 | -1/+2 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -2/+1 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -1/+2 |
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 1 | -2/+0 |
| * | Remove effect system from src. | Graydon Hoare | 2011-04-19 | 1 | -19/+18 |
| * | replace error logging with log_err in stdlib and rustc | Marijn Haverbeke | 2011-04-19 | 1 | -14/+11 |
| * | add log_err to rustc | Marijn Haverbeke | 2011-04-19 | 1 | -0/+1 |
| * | Lex numeric escapes, needed for lib-str.rs (which now passes). | Graydon Hoare | 2011-04-13 | 1 | -13/+77 |
| * | Move to single-uint file-position representation. | Marijn Haverbeke | 2011-04-09 | 1 | -43/+38 |
| * | Make lexer buffer the whole file | Marijn Haverbeke | 2011-04-09 | 1 | -59/+66 |
| * | Started adding support for typestate checking. | Tim Chevalier | 2011-04-01 | 1 | -1/+1 |
| * | handle unterminated block comments and line comment at eof | Marijn Haverbeke | 2011-03-31 | 1 | -4/+9 |
| * | Preserve comments when pretty-printing. | Marijn Haverbeke | 2011-03-31 | 1 | -0/+80 |
| * | Beginnings of support for magical self prefix; nothing profound happening yet. | Lindsey Kuper | 2011-03-29 | 1 | -0/+1 |
| * | Add support for break and cont to rustc | Marijn Haverbeke | 2011-03-27 | 1 | -0/+2 |
| * | Another go at changing compile-command, this time using RBUILD env var. | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Revert "Bulk-edit compile commands in emacs chatter to point to assumed build... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of... | Graydon Hoare | 2011-03-25 | 1 | -1/+1 |
| * | Parse FP literals without coercing to int. This allows parsing 64-bit | Tim Chevalier | 2011-03-25 | 1 | -36/+59 |
| * | make lexer unicode-aware for strings and char literals | Marijn Haverbeke | 2011-03-25 | 1 | -5/+5 |
| * | Start making the standard-lib utf-8 aware | Marijn Haverbeke | 2011-03-25 | 1 | -3/+3 |
| * | Further support for floating-point. Literals with exponents work | Tim Chevalier | 2011-03-22 | 1 | -7/+68 |
| * | Started adding support for floating-point type, floating-point literals, and ... | Tim Chevalier | 2011-03-21 | 1 | -12/+36 |
| * | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | 2011-03-16 | 1 | -7/+7 |
| * | Extend stream functionality | Marijn Haverbeke | 2011-03-14 | 1 | -6/+6 |
| * | Make ret and fail stmts have 0 out-edges, Closes #250. | Graydon Hoare | 2011-03-05 | 1 | -4/+1 |
| * | Teach rustc about reserved keywords | Brian Anderson | 2011-02-22 | 1 | -1/+16 |
| * | Rename std._io to std.io since 'io' is no longer a keyword | Brian Anderson | 2011-02-22 | 1 | -1/+1 |
| * | rustc: Lex '_' as an underscore, not as an identifier | Patrick Walton | 2010-12-15 | 1 | -1/+4 |
| * | Fix token span tracking in lexer. | Graydon Hoare | 2010-12-09 | 1 | -3/+7 |
| * | Implement binop= forms. Un-XFAIL bitwise.rs. | Graydon Hoare | 2010-12-08 | 1 | -1/+1 |
| * | Support mach types in rustc, enable 5 more tests. | Graydon Hoare | 2010-11-22 | 1 | -34/+95 |
| * | Fix lexer bug, enable 5 more tests on rustc. | Graydon Hoare | 2010-11-22 | 1 | -1/+1 |
| * | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | 2010-11-03 | 1 | -1/+5 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -7/+7 |
| * | rustc: Lex identifiers that have numbers in them too | Patrick Walton | 2010-10-13 | 1 | -2/+6 |
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | 2010-09-29 | 1 | -9/+9 |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 1 | -0/+595 |