aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front
Commit message (Expand)AuthorAgeFilesLines
* rustc: Parse type-parametric functionsPatrick Walton2010-11-242-3/+12
* rustc: Don't require a semicolon after an "alt" statementPatrick Walton2010-11-241-0/+6
* rustc: Add patterns to foldPatrick Walton2010-11-242-9/+15
* rustc: Parse simple patternsPatrick Walton2010-11-242-0/+87
* rustc: Parse tag items. Currently segfaults in copy glue.Patrick Walton2010-11-242-0/+52
* Support mach types in rustc, enable 5 more tests.Graydon Hoare2010-11-223-34/+101
* Accumulate type paths as we parse, rather than throwing them away.Graydon Hoare2010-11-221-0/+1
* rustc: "expectied" -> "expected" in parser.rs; also say what was foundPatrick Walton2010-11-221-1/+3
* Fix lexer bug, enable 5 more tests on rustc.Graydon Hoare2010-11-221-1/+1
* rustc: First stab at a typecheckerPatrick Walton2010-11-191-1/+4
* Parse type items, nil types, named types. Fix some parser bugs. Enable arith-...Graydon Hoare2010-11-191-6/+77
* Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro...Graydon Hoare2010-11-191-13/+2
* Work around Yet Another Typestate Lifecycle Bug in rustboot.Graydon Hoare2010-11-191-2/+13
* rustc: Add a type annotation for localsPatrick Walton2010-11-122-3/+6
* rustc: Add an annotation to function and type items so that the typechecker c...Patrick Walton2010-11-102-5/+5
* rustc: Implement function typesPatrick Walton2010-11-052-0/+44
* Move the option type to its own modulePatrick Walton2010-11-052-15/+14
* Revert "Move the option type to its own module"Patrick Walton2010-11-052-3/+4
* Move the option type to its own modulePatrick Walton2010-11-052-4/+3
* Fix buggy while and do-while translation in rustc. Add test.Graydon Hoare2010-11-041-0/+1
* rustc: Use an extensible annotation field instead of putting option[@ty] ever...Patrick Walton2010-11-032-39/+45
* Support while and do-while loops in rustc.Graydon Hoare2010-11-032-0/+45
* Teach rustc lexer about changes to stratum, opacity and effect keywords.Graydon Hoare2010-11-032-5/+21
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-022-54/+54
* Extremely broken hacked-up incorrect attempt at 'ret'.Graydon Hoare2010-10-221-0/+16
* Implement check-exprs, un-xfail 5 rustc tests.Graydon Hoare2010-10-222-0/+17
* Teach rustc to parse call exprs.Graydon Hoare2010-10-211-0/+13
* Parse and translate assignments.Graydon Hoare2010-10-191-1/+15
* Teach trans to allocate, initialize and load from local variables.Graydon Hoare2010-10-192-3/+3
* Add a type slot to the ASTPatrick Walton2010-10-191-18/+23
* Partial work on adding types to the ASTPatrick Walton2010-10-191-13/+13
* Store items and decls in vecs to preserve input order, index externally. Impl...Graydon Hoare2010-10-182-41/+106
* More work on resolving names in rustc. Basic expr_name lookup working on item...Graydon Hoare2010-10-182-40/+46
* Roll back the expr->lval change. We're now LL(1) again.Patrick Walton2010-10-182-59/+7
* Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare2010-10-152-6/+5
* Finish the fold drivers in fold.rs.Graydon Hoare2010-10-141-1/+1
* rustc: Parse field and vector indexing expressionsPatrick Walton2010-10-141-34/+53
* rustc: Start work on lvalsPatrick Walton2010-10-142-18/+46
* rustc: Lex identifiers that have numbers in them tooPatrick Walton2010-10-131-2/+6
* rustc: Parse vector typesPatrick Walton2010-10-132-0/+8
* rustc: Add mutability to tuple literalsPatrick Walton2010-10-122-6/+18
* rustc: Parse box typesPatrick Walton2010-10-121-0/+2
* rustc: Parse tuple typesPatrick Walton2010-10-121-0/+21
* rustc: Add the tuple type to the ASTPatrick Walton2010-10-111-0/+1
* Parse autosPatrick Walton2010-10-111-9/+22
* rustc: Parse letsPatrick Walton2010-10-112-1/+28
* rustc: Say "expected expression" instead of "expected literal" when we expect...Patrick Walton2010-10-111-8/+14
* rustc: Make functions output a type, not a slotPatrick Walton2010-10-082-5/+4
* Add the beginnings of an ast folder plus an empty module for resolve.Graydon Hoare2010-10-062-4/+5
* Make ast node box uses more uniform in rustc.Graydon Hoare2010-10-062-25/+25