| Commit message (Expand) | Author | Age | Files | Lines |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 1 | -595/+0 |
| * | Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,... | Graydon Hoare | 2010-09-21 | 1 | -6/+1 |
| * | Add QUES to comp/fe/lexer.rs, rustc can self-lex again. | Graydon Hoare | 2010-09-21 | 1 | -0/+1 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 1 | -110/+110 |
| * | Teach front-end about simple, first-cut version of const items. | Graydon Hoare | 2010-09-14 | 1 | -0/+1 |
| * | Add session, span tracking, error reporting, beginning of a function to parse... | Graydon Hoare | 2010-09-01 | 1 | -28/+45 |
| * | Add block-comment support, various additional operators. Rustc can lex itself... | Graydon Hoare | 2010-08-31 | 1 | -23/+120 |
| * | Er, this would be the hunk that actually failed to get committed last time. | Graydon Hoare | 2010-08-31 | 1 | -7/+7 |
| * | Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient fix... | Graydon Hoare | 2010-08-31 | 1 | -10/+138 |
| * | Revert "More work on lexer.rs: start using keyword hashtable, handle more lex... | Patrick Walton | 2010-08-27 | 1 | -138/+10 |
| * | More work on lexer.rs: start using keyword hashtable, handle more lexemes. | Graydon Hoare | 2010-08-27 | 1 | -10/+138 |
| * | Whitespace shuffle in rustc's lexer to fit 78-column rule and put out burning... | Roy Frostig | 2010-08-27 | 1 | -5/+20 |
| * | Modify rustboot to use lexer.reader. | Graydon Hoare | 2010-08-27 | 1 | -92/+100 |
| * | Add lexer.reader to rustc for tracking position, char conversion, holding key... | Graydon Hoare | 2010-08-24 | 1 | -0/+89 |
| * | Add very basic char / str literal handling to rustc lexer. | Graydon Hoare | 2010-08-24 | 1 | -0/+56 |
| * | Tidy lexer. | Graydon Hoare | 2010-08-24 | 1 | -15/+23 |
| * | Handle line-comments and a few more symbols in rustc lexer. | Graydon Hoare | 2010-08-23 | 1 | -4/+81 |
| * | Accumulate number tokens properly, handle newline, EQ and EQEQ in rustc lexer. | Graydon Hoare | 2010-08-20 | 1 | -17/+28 |
| * | Lex commas too in the self-hosted compiler | Patrick Walton | 2010-08-20 | 1 | -0/+1 |
| * | Use pattern matching for the one-byte structural symbols in the self-hosted c... | Patrick Walton | 2010-08-20 | 1 | -10/+12 |
| * | Fix some lexer bugs in rustc. Beginning to lex stuff now. | Graydon Hoare | 2010-08-20 | 1 | -3/+7 |
| * | Expand rustc lexer to do almost-nearly-nontrivial stuff. | Graydon Hoare | 2010-08-20 | 1 | -1/+29 |
| * | Use str += u8 in rustc lexer. | Graydon Hoare | 2010-08-20 | 1 | -0/+4 |
| * | Add some code to lexer in rustc. | Graydon Hoare | 2010-08-19 | 1 | -2/+35 |
| * | Simplify lexer/parser structure to use stdio_reader. | Graydon Hoare | 2010-08-18 | 1 | -26/+6 |
| * | Add do-nothing obj type for lexer to rustc. | Graydon Hoare | 2010-08-18 | 1 | -0/+9 |
| * | Add modelines and related emacs chatter to rustc. | Graydon Hoare | 2010-08-12 | 1 | -0/+11 |
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | 2010-07-27 | 1 | -1/+1 |
| * | Sketch some not-quite-compiling code into comp/fe/lexer.rs. | Graydon Hoare | 2010-07-14 | 1 | -0/+20 |
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+0 |