| Commit message (Expand) | Author | Age | Files | Lines |
| * | rustc: Parse type-parametric functions | Patrick Walton | 2010-11-24 | 1 | -1/+2 |
| * | rustc: Add patterns to fold | Patrick Walton | 2010-11-24 | 1 | -5/+5 |
| * | rustc: Parse simple patterns | Patrick Walton | 2010-11-24 | 1 | -0/+10 |
| * | rustc: Parse tag items. Currently segfaults in copy glue. | Patrick Walton | 2010-11-24 | 1 | -0/+3 |
| * | Support mach types in rustc, enable 5 more tests. | Graydon Hoare | 2010-11-22 | 1 | -0/+2 |
| * | rustc: First stab at a typechecker | Patrick Walton | 2010-11-19 | 1 | -1/+4 |
| * | rustc: Add a type annotation for locals | Patrick Walton | 2010-11-12 | 1 | -1/+2 |
| * | rustc: Add an annotation to function and type items so that the typechecker c... | Patrick Walton | 2010-11-10 | 1 | -2/+2 |
| * | rustc: Implement function types | Patrick Walton | 2010-11-05 | 1 | -0/+1 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -8/+7 |
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 1 | -0/+1 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 1 | -1/+0 |
| * | rustc: Use an extensible annotation field instead of putting option[@ty] ever... | Patrick Walton | 2010-11-03 | 1 | -16/+22 |
| * | Support while and do-while loops in rustc. | Graydon Hoare | 2010-11-03 | 1 | -0/+2 |
| * | Implement check-exprs, un-xfail 5 rustc tests. | Graydon Hoare | 2010-10-22 | 1 | -0/+1 |
| * | Teach trans to allocate, initialize and load from local variables. | Graydon Hoare | 2010-10-19 | 1 | -1/+1 |
| * | 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 | 1 | -8/+16 |
| * | More work on resolving names in rustc. Basic expr_name lookup working on item... | Graydon Hoare | 2010-10-18 | 1 | -23/+18 |
| * | Roll back the expr->lval change. We're now LL(1) again. | Patrick Walton | 2010-10-18 | 1 | -9/+4 |
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | 2010-10-15 | 1 | -3/+1 |
| * | Finish the fold drivers in fold.rs. | Graydon Hoare | 2010-10-14 | 1 | -1/+1 |
| * | rustc: Start work on lvals | Patrick Walton | 2010-10-14 | 1 | -3/+9 |
| * | rustc: Parse vector types | Patrick Walton | 2010-10-13 | 1 | -0/+1 |
| * | rustc: Add mutability to tuple literals | Patrick Walton | 2010-10-12 | 1 | -1/+1 |
| * | rustc: Add the tuple type to the AST | Patrick Walton | 2010-10-11 | 1 | -0/+1 |
| * | rustc: Parse lets | Patrick Walton | 2010-10-11 | 1 | -1/+1 |
| * | rustc: Make functions output a type, not a slot | Patrick Walton | 2010-10-08 | 1 | -1/+1 |
| * | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | 2010-10-06 | 1 | -2/+3 |
| * | Make ast node box uses more uniform in rustc. | Graydon Hoare | 2010-10-06 | 1 | -7/+7 |
| * | Add input coordinate tracking to all major rustc ast nodes. | Graydon Hoare | 2010-10-05 | 1 | -20/+37 |
| * | Improve name nodes to ast, teach to parse qualified names, put out flaming ti... | Graydon Hoare | 2010-10-04 | 1 | -1/+16 |
| * | Teach rustc about phi nodes, block relationships. Translate if- and block-exp... | Graydon Hoare | 2010-10-04 | 1 | -2/+7 |
| * | More rustc expr-parsing logic. | Graydon Hoare | 2010-09-28 | 1 | -16/+14 |
| * | Start building up the expression tower. | Graydon Hoare | 2010-09-27 | 1 | -7/+42 |
| * | Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust... | Graydon Hoare | 2010-09-23 | 1 | -0/+83 |