| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ↵ | Graydon Hoare | 2010-10-15 | 1 | -3/+4 | |
| | | | | | rustc to use std.util.option. Fix various dependent bugs. Closes #73. | |||||
| * | rustc: Parse field and vector indexing expressions | Patrick Walton | 2010-10-14 | 1 | -34/+53 | |
| | | ||||||
| * | rustc: Start work on lvals | Patrick Walton | 2010-10-14 | 1 | -15/+37 | |
| | | ||||||
| * | rustc: Parse vector types | Patrick Walton | 2010-10-13 | 1 | -0/+7 | |
| | | ||||||
| * | rustc: Add mutability to tuple literals | Patrick Walton | 2010-10-12 | 1 | -5/+17 | |
| | | ||||||
| * | rustc: Parse box types | Patrick Walton | 2010-10-12 | 1 | -0/+2 | |
| | | ||||||
| * | rustc: Parse tuple types | Patrick Walton | 2010-10-12 | 1 | -0/+21 | |
| | | ||||||
| * | Parse autos | Patrick Walton | 2010-10-11 | 1 | -9/+22 | |
| | | ||||||
| * | rustc: Parse lets | Patrick Walton | 2010-10-11 | 1 | -0/+27 | |
| | | ||||||
| * | rustc: Say "expected expression" instead of "expected literal" when we ↵ | Patrick Walton | 2010-10-11 | 1 | -8/+14 | |
| | | | | | expect an expression | |||||
| * | rustc: Make functions output a type, not a slot | Patrick Walton | 2010-10-08 | 1 | -4/+3 | |
| | | ||||||
| * | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | 2010-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | Make ast node box uses more uniform in rustc. | Graydon Hoare | 2010-10-06 | 1 | -18/+18 | |
| | | ||||||
| * | Add input coordinate tracking to all major rustc ast nodes. | Graydon Hoare | 2010-10-05 | 1 | -54/+149 | |
| | | ||||||
| * | Improve name nodes to ast, teach to parse qualified names, put out flaming ↵ | Graydon Hoare | 2010-10-04 | 1 | -2/+18 | |
| | | | | | tinderbox. | |||||
| * | Teach rustc about phi nodes, block relationships. Translate if- and ↵ | Graydon Hoare | 2010-10-04 | 1 | -10/+50 | |
| | | | | | block-expressions. | |||||
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ↵ | Graydon Hoare | 2010-09-29 | 1 | -39/+39 | |
| | | | | | up and disable it entirely in the runtime. Will need extensive reworking. | |||||
| * | 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 | 1 | -6/+224 | |
| | | ||||||
| * | Start building up the expression tower. | Graydon Hoare | 2010-09-27 | 1 | -9/+46 | |
| | | ||||||
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵ | Graydon Hoare | 2010-09-23 | 1 | -0/+265 | |
| rustc, and move files around. | ||||||