| Commit message (Expand) | Author | Age | Files | Lines |
| * | Parse and translate assignments. | Graydon Hoare | 2010-10-19 | 1 | -1/+15 |
| * | Teach trans to allocate, initialize and load from local variables. | Graydon Hoare | 2010-10-19 | 2 | -3/+3 |
| * | Add a type slot to the AST | Patrick Walton | 2010-10-19 | 1 | -18/+23 |
| * | Partial work on adding types to the AST | Patrick Walton | 2010-10-19 | 1 | -13/+13 |
| * | Store items and decls in vecs to preserve input order, index externally. Impl... | Graydon Hoare | 2010-10-18 | 2 | -41/+106 |
| * | More work on resolving names in rustc. Basic expr_name lookup working on item... | Graydon Hoare | 2010-10-18 | 2 | -40/+46 |
| * | Roll back the expr->lval change. We're now LL(1) again. | Patrick Walton | 2010-10-18 | 2 | -59/+7 |
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | 2010-10-15 | 2 | -6/+5 |
| * | Finish the fold drivers in fold.rs. | Graydon Hoare | 2010-10-14 | 1 | -1/+1 |
| * | 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 | 2 | -18/+46 |
| * | rustc: Lex identifiers that have numbers in them too | Patrick Walton | 2010-10-13 | 1 | -2/+6 |
| * | rustc: Parse vector types | Patrick Walton | 2010-10-13 | 2 | -0/+8 |
| * | rustc: Add mutability to tuple literals | Patrick Walton | 2010-10-12 | 2 | -6/+18 |
| * | rustc: Parse box types | Patrick Walton | 2010-10-12 | 1 | -0/+2 |
| * | rustc: Parse tuple types | Patrick Walton | 2010-10-12 | 1 | -0/+21 |
| * | rustc: Add the tuple type to the AST | Patrick Walton | 2010-10-11 | 1 | -0/+1 |
| * | Parse autos | Patrick Walton | 2010-10-11 | 1 | -9/+22 |
| * | rustc: Parse lets | Patrick Walton | 2010-10-11 | 2 | -1/+28 |
| * | rustc: Say "expected expression" instead of "expected literal" when we expect... | Patrick Walton | 2010-10-11 | 1 | -8/+14 |
| * | rustc: Make functions output a type, not a slot | Patrick Walton | 2010-10-08 | 2 | -5/+4 |
| * | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | 2010-10-06 | 2 | -4/+5 |
| * | Make ast node box uses more uniform in rustc. | Graydon Hoare | 2010-10-06 | 2 | -25/+25 |
| * | 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 |