| Age | Commit message (Expand) | Author | Lines |
| 2010-09-23 | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | -1291/+0 |
| 2010-09-23 | More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding t... | Graydon Hoare | -0/+16 |
| 2010-09-21 | Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,... | Graydon Hoare | -22/+170 |
| 2010-09-21 | Implement preliminary form of structured compare. No boxes, vectors or string... | Graydon Hoare | -2/+1 |
| 2010-09-21 | Add QUES to comp/fe/lexer.rs, rustc can self-lex again. | Graydon Hoare | -0/+3 |
| 2010-09-20 | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | -329/+329 |
| 2010-09-14 | Teach front-end about simple, first-cut version of const items. | Graydon Hoare | -0/+3 |
| 2010-09-09 | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | -177/+198 |
| 2010-09-01 | Add session, span tracking, error reporting, beginning of a function to parse... | Graydon Hoare | -34/+121 |
| 2010-08-31 | Add block-comment support, various additional operators. Rustc can lex itself... | Graydon Hoare | -60/+164 |
| 2010-08-31 | Er, this would be the hunk that actually failed to get committed last time. | Graydon Hoare | -7/+7 |
| 2010-08-31 | Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient fix... | Graydon Hoare | -13/+142 |
| 2010-08-27 | Revert "More work on lexer.rs: start using keyword hashtable, handle more lex... | Patrick Walton | -142/+13 |
| 2010-08-27 | More work on lexer.rs: start using keyword hashtable, handle more lexemes. | Graydon Hoare | -13/+142 |
| 2010-08-27 | Whitespace shuffle in rustc's lexer to fit 78-column rule and put out burning... | Roy Frostig | -5/+20 |
| 2010-08-27 | Modify rustboot to use lexer.reader. | Graydon Hoare | -94/+103 |
| 2010-08-24 | Add lexer.reader to rustc for tracking position, char conversion, holding key... | Graydon Hoare | -0/+89 |
| 2010-08-24 | Add very basic char / str literal handling to rustc lexer. | Graydon Hoare | -0/+56 |
| 2010-08-24 | Tidy lexer. | Graydon Hoare | -15/+23 |
| 2010-08-23 | Handle line-comments and a few more symbols in rustc lexer. | Graydon Hoare | -4/+81 |
| 2010-08-20 | Stringify op tokens. | Graydon Hoare | -2/+29 |
| 2010-08-20 | Accumulate number tokens properly, handle newline, EQ and EQEQ in rustc lexer. | Graydon Hoare | -17/+28 |
| 2010-08-20 | Lex commas too in the self-hosted compiler | Patrick Walton | -0/+1 |
| 2010-08-20 | Use pattern matching for the one-byte structural symbols in the self-hosted c... | Patrick Walton | -10/+12 |
| 2010-08-20 | Fix some lexer bugs in rustc. Beginning to lex stuff now. | Graydon Hoare | -3/+7 |
| 2010-08-20 | Expand rustc lexer to do almost-nearly-nontrivial stuff. | Graydon Hoare | -3/+177 |
| 2010-08-20 | Use str += u8 in rustc lexer. | Graydon Hoare | -0/+4 |
| 2010-08-19 | Add some code to lexer in rustc. | Graydon Hoare | -2/+35 |
| 2010-08-18 | Simplify lexer/parser structure to use stdio_reader. | Graydon Hoare | -26/+28 |
| 2010-08-18 | Add do-nothing obj type for lexer to rustc. | Graydon Hoare | -0/+9 |
| 2010-08-18 | Add mod token to rustc. | Graydon Hoare | -0/+160 |
| 2010-08-18 | Flesh out the ast module in rustc a little. | Graydon Hoare | -1/+47 |
| 2010-08-12 | Add modelines and related emacs chatter to rustc. | Graydon Hoare | -0/+22 |
| 2010-08-12 | Add mostly-empty AST module to rustc. | Graydon Hoare | -0/+12 |
| 2010-07-27 | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | -1/+1 |
| 2010-07-14 | Sketch some not-quite-compiling code into comp/fe/lexer.rs. | Graydon Hoare | -0/+20 |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+0 |