| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add input coordinate tracking to all major rustc ast nodes. | Graydon Hoare | 2010-10-05 | 2 | -74/+186 |
| * | Improve name nodes to ast, teach to parse qualified names, put out flaming ti... | Graydon Hoare | 2010-10-04 | 2 | -3/+34 |
| * | Teach rustc about phi nodes, block relationships. Translate if- and block-exp... | Graydon Hoare | 2010-10-04 | 2 | -12/+57 |
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | 2010-09-29 | 2 | -48/+48 |
| * | Translate a modest selection of easy binops. | Graydon Hoare | 2010-09-28 | 1 | -10/+10 |
| * | Translate literal int, char, bool and str types, as well as logging them. | Graydon Hoare | 2010-09-28 | 1 | -0/+4 |
| * | More rustc expr-parsing logic. | Graydon Hoare | 2010-09-28 | 2 | -22/+238 |
| * | Start building up the expression tower. | Graydon Hoare | 2010-09-27 | 2 | -16/+88 |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 4 | -0/+1291 |