aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* rustc: Parse vector typesPatrick Walton2010-10-131-0/+7
* rustc: Add mutability to tuple literalsPatrick Walton2010-10-121-5/+17
* rustc: Parse box typesPatrick Walton2010-10-121-0/+2
* rustc: Parse tuple typesPatrick Walton2010-10-121-0/+21
* Parse autosPatrick Walton2010-10-111-9/+22
* rustc: Parse letsPatrick Walton2010-10-111-0/+27
* 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-081-4/+3
* Add the beginnings of an ast folder plus an empty module for resolve.Graydon Hoare2010-10-061-2/+2
* Make ast node box uses more uniform in rustc.Graydon Hoare2010-10-061-18/+18
* Add input coordinate tracking to all major rustc ast nodes.Graydon Hoare2010-10-051-54/+149
* Improve name nodes to ast, teach to parse qualified names, put out flaming ti...Graydon Hoare2010-10-041-2/+18
* Teach rustc about phi nodes, block relationships. Translate if- and block-exp...Graydon Hoare2010-10-041-10/+50
* Patchwork of attempted fixes to effect system and gc system; eventually give ...Graydon Hoare2010-09-291-39/+39
* 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-281-6/+224
* Start building up the expression tower.Graydon Hoare2010-09-271-9/+46
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-0/+265