about summary refs log tree commit diff
path: root/src/comp/front
AgeCommit message (Collapse)AuthorLines
2010-10-06Make ast node box uses more uniform in rustc.Graydon Hoare-25/+25
2010-10-05Add input coordinate tracking to all major rustc ast nodes.Graydon Hoare-74/+186
2010-10-04Improve name nodes to ast, teach to parse qualified names, put out flaming ↵Graydon Hoare-3/+34
tinderbox.
2010-10-04Teach rustc about phi nodes, block relationships. Translate if- and ↵Graydon Hoare-12/+57
block-expressions.
2010-09-29Patchwork of attempted fixes to effect system and gc system; eventually give ↵Graydon Hoare-48/+48
up and disable it entirely in the runtime. Will need extensive reworking.
2010-09-28Translate a modest selection of easy binops.Graydon Hoare-10/+10
2010-09-28Translate literal int, char, bool and str types, as well as logging them.Graydon Hoare-0/+4
2010-09-28More rustc expr-parsing logic.Graydon Hoare-22/+238
2010-09-27Start building up the expression tower.Graydon Hoare-16/+88
2010-09-23Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵Graydon Hoare-0/+1291
rustc, and move files around.