| 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 | -348/+0 |
| * | Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,... | Graydon Hoare | 2010-09-21 | 1 | -0/+1 |
| * | Add QUES to comp/fe/lexer.rs, rustc can self-lex again. | Graydon Hoare | 2010-09-21 | 1 | -0/+2 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 1 | -209/+209 |
| * | Teach front-end about simple, first-cut version of const items. | Graydon Hoare | 2010-09-14 | 1 | -0/+2 |
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | 2010-09-09 | 1 | -151/+153 |
| * | Add block-comment support, various additional operators. Rustc can lex itself... | Graydon Hoare | 2010-08-31 | 1 | -37/+44 |
| * | Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient fix... | Graydon Hoare | 2010-08-31 | 1 | -3/+4 |
| * | Revert "More work on lexer.rs: start using keyword hashtable, handle more lex... | Patrick Walton | 2010-08-27 | 1 | -4/+3 |
| * | More work on lexer.rs: start using keyword hashtable, handle more lexemes. | Graydon Hoare | 2010-08-27 | 1 | -3/+4 |
| * | Stringify op tokens. | Graydon Hoare | 2010-08-20 | 1 | -2/+29 |
| * | Expand rustc lexer to do almost-nearly-nontrivial stuff. | Graydon Hoare | 2010-08-20 | 1 | -2/+148 |
| * | Add mod token to rustc. | Graydon Hoare | 2010-08-18 | 1 | -0/+160 |