| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add input coordinate tracking to all major rustc ast nodes. | Graydon Hoare | 2010-10-05 | 1 | -0/+1 |
| | | |||||
| * | Teach rustc about phi nodes, block relationships. Translate if- and ↵ | Graydon Hoare | 2010-10-04 | 1 | -0/+8 |
| | | | | | block-expressions. | ||||
| * | Declare the global and upcall glues as ValueRefs in rustc's trans. | Graydon Hoare | 2010-09-23 | 1 | -0/+5 |
| | | |||||
| * | Begin teaching rustc to parse literals, atoms, stmts, blocks, items, ↵ | Graydon Hoare | 2010-09-21 | 1 | -0/+6 |
| | | | | | modules, crates. | ||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 1 | -24/+24 |
| | | | | | translate 0-ary constructors as constants. Rustc loses ~300kb. | ||||
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵ | Graydon Hoare | 2010-09-09 | 1 | -3/+14 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | Add session, span tracking, error reporting, beginning of a function to ↵ | Graydon Hoare | 2010-09-01 | 1 | -0/+4 |
| | | | | | parse an item to rustc. | ||||
| * | Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient ↵ | Graydon Hoare | 2010-08-31 | 1 | -4/+8 |
| | | | | | fixes to hopefully not break tinderboxes. | ||||
| * | Revert "More work on lexer.rs: start using keyword hashtable, handle more ↵ | Patrick Walton | 2010-08-27 | 1 | -8/+4 |
| | | | | | | | lexemes." due to tinderbox bustage This reverts commit 9f0eaa65817303b8768c80454734144c176fda43. | ||||
| * | More work on lexer.rs: start using keyword hashtable, handle more lexemes. | Graydon Hoare | 2010-08-27 | 1 | -4/+8 |
| | | |||||
| * | Expand rustc lexer to do almost-nearly-nontrivial stuff. | Graydon Hoare | 2010-08-20 | 1 | -0/+13 |
| | | |||||
| * | Add mod common to rustc. | Graydon Hoare | 2010-08-18 | 1 | -0/+15 |