aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Patrick Walton2010-10-111-8/+14
| | | | expect an expression
* 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
|
* Add input coordinate tracking to all major rustc ast nodes.Graydon Hoare2010-10-052-74/+186
|
* Improve name nodes to ast, teach to parse qualified names, put out flaming ↵Graydon Hoare2010-10-042-3/+34
| | | | tinderbox.
* Teach rustc about phi nodes, block relationships. Translate if- and ↵Graydon Hoare2010-10-042-12/+57
| | | | block-expressions.
* Patchwork of attempted fixes to effect system and gc system; eventually give ↵Graydon Hoare2010-09-292-48/+48
| | | | up and disable it entirely in the runtime. Will need extensive reworking.
* Translate a modest selection of easy binops.Graydon Hoare2010-09-281-10/+10
|
* Translate literal int, char, bool and str types, as well as logging them.Graydon Hoare2010-09-281-0/+4
|
* More rustc expr-parsing logic.Graydon Hoare2010-09-282-22/+238
|
* Start building up the expression tower.Graydon Hoare2010-09-272-16/+88
|
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵Graydon Hoare2010-09-234-0/+1291
rustc, and move files around.