| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Begin teaching rustc to parse literals, atoms, stmts, blocks, items, ↵ | Graydon Hoare | 2010-09-21 | 1 | -14/+161 |
| | | | | | modules, crates. | ||||
| * | Implement preliminary form of structured compare. No boxes, vectors or ↵ | Graydon Hoare | 2010-09-21 | 1 | -2/+1 |
| | | | | | strings yet. | ||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 1 | -3/+3 |
| | | | | | translate 0-ary constructors as constants. Rustc loses ~300kb. | ||||
| * | Add session, span tracking, error reporting, beginning of a function to ↵ | Graydon Hoare | 2010-09-01 | 1 | -3/+72 |
| | | | | | parse an item to rustc. | ||||
| * | Modify rustboot to use lexer.reader. | Graydon Hoare | 2010-08-27 | 1 | -2/+3 |
| | | |||||
| * | Simplify lexer/parser structure to use stdio_reader. | Graydon Hoare | 2010-08-18 | 1 | -0/+22 |
| | | |||||
| * | Add modelines and related emacs chatter to rustc. | Graydon Hoare | 2010-08-12 | 1 | -0/+11 |
| | | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+0 |