| Age | Commit message (Expand) | Author | Lines |
| 2010-11-24 | rustc: Parse type-parametric tags | Patrick Walton | -9/+14 |
| 2010-11-24 | rustc: Parse type-parametric functions | Patrick Walton | -3/+12 |
| 2010-11-24 | rustc: Don't require a semicolon after an "alt" statement | Patrick Walton | -0/+6 |
| 2010-11-24 | rustc: Add patterns to fold | Patrick Walton | -9/+15 |
| 2010-11-24 | rustc: Parse simple patterns | Patrick Walton | -0/+87 |
| 2010-11-24 | rustc: Parse tag items. Currently segfaults in copy glue. | Patrick Walton | -0/+52 |
| 2010-11-22 | Support mach types in rustc, enable 5 more tests. | Graydon Hoare | -34/+101 |
| 2010-11-22 | Accumulate type paths as we parse, rather than throwing them away. | Graydon Hoare | -0/+1 |
| 2010-11-22 | rustc: "expectied" -> "expected" in parser.rs; also say what was found | Patrick Walton | -1/+3 |
| 2010-11-22 | Fix lexer bug, enable 5 more tests on rustc. | Graydon Hoare | -1/+1 |
| 2010-11-19 | rustc: First stab at a typechecker | Patrick Walton | -1/+4 |
| 2010-11-19 | Parse type items, nil types, named types. Fix some parser bugs. Enable arith-... | Graydon Hoare | -6/+77 |
| 2010-11-19 | Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro... | Graydon Hoare | -13/+2 |
| 2010-11-19 | Work around Yet Another Typestate Lifecycle Bug in rustboot. | Graydon Hoare | -2/+13 |
| 2010-11-12 | rustc: Add a type annotation for locals | Patrick Walton | -3/+6 |
| 2010-11-10 | rustc: Add an annotation to function and type items so that the typechecker c... | Patrick Walton | -5/+5 |
| 2010-11-05 | rustc: Implement function types | Patrick Walton | -0/+44 |
| 2010-11-05 | Move the option type to its own module | Patrick Walton | -15/+14 |
| 2010-11-05 | Revert "Move the option type to its own module" | Patrick Walton | -3/+4 |
| 2010-11-05 | Move the option type to its own module | Patrick Walton | -4/+3 |
| 2010-11-04 | Fix buggy while and do-while translation in rustc. Add test. | Graydon Hoare | -0/+1 |
| 2010-11-03 | rustc: Use an extensible annotation field instead of putting option[@ty] ever... | Patrick Walton | -39/+45 |
| 2010-11-03 | Support while and do-while loops in rustc. | Graydon Hoare | -0/+45 |
| 2010-11-03 | Teach rustc lexer about changes to stratum, opacity and effect keywords. | Graydon Hoare | -5/+21 |
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -54/+54 |
| 2010-10-22 | Extremely broken hacked-up incorrect attempt at 'ret'. | Graydon Hoare | -0/+16 |
| 2010-10-22 | Implement check-exprs, un-xfail 5 rustc tests. | Graydon Hoare | -0/+17 |
| 2010-10-21 | Teach rustc to parse call exprs. | Graydon Hoare | -0/+13 |
| 2010-10-19 | Parse and translate assignments. | Graydon Hoare | -1/+15 |
| 2010-10-19 | Teach trans to allocate, initialize and load from local variables. | Graydon Hoare | -3/+3 |
| 2010-10-19 | Add a type slot to the AST | Patrick Walton | -18/+23 |
| 2010-10-19 | Partial work on adding types to the AST | Patrick Walton | -13/+13 |
| 2010-10-18 | Store items and decls in vecs to preserve input order, index externally. Impl... | Graydon Hoare | -41/+106 |
| 2010-10-18 | More work on resolving names in rustc. Basic expr_name lookup working on item... | Graydon Hoare | -40/+46 |
| 2010-10-18 | Roll back the expr->lval change. We're now LL(1) again. | Patrick Walton | -59/+7 |
| 2010-10-15 | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | -6/+5 |
| 2010-10-14 | Finish the fold drivers in fold.rs. | Graydon Hoare | -1/+1 |
| 2010-10-14 | rustc: Parse field and vector indexing expressions | Patrick Walton | -34/+53 |
| 2010-10-14 | rustc: Start work on lvals | Patrick Walton | -18/+46 |
| 2010-10-13 | rustc: Lex identifiers that have numbers in them too | Patrick Walton | -2/+6 |
| 2010-10-13 | rustc: Parse vector types | Patrick Walton | -0/+8 |
| 2010-10-12 | rustc: Add mutability to tuple literals | Patrick Walton | -6/+18 |
| 2010-10-12 | rustc: Parse box types | Patrick Walton | -0/+2 |
| 2010-10-12 | rustc: Parse tuple types | Patrick Walton | -0/+21 |
| 2010-10-11 | rustc: Add the tuple type to the AST | Patrick Walton | -0/+1 |
| 2010-10-11 | Parse autos | Patrick Walton | -9/+22 |
| 2010-10-11 | rustc: Parse lets | Patrick Walton | -1/+28 |
| 2010-10-11 | rustc: Say "expected expression" instead of "expected literal" when we expect... | Patrick Walton | -8/+14 |
| 2010-10-08 | rustc: Make functions output a type, not a slot | Patrick Walton | -5/+4 |
| 2010-10-06 | Add the beginnings of an ast folder plus an empty module for resolve. | Graydon Hoare | -4/+5 |