aboutsummaryrefslogtreecommitdiff
path: root/src/comp/fe/ast.rs
Commit message (Expand)AuthorAgeFilesLines
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-83/+0
* Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare2010-09-211-2/+7
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-7/+7
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-26/+45
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-011-3/+4
* Flesh out the ast module in rustc a little.Graydon Hoare2010-08-181-1/+47
* Add mostly-empty AST module to rustc.Graydon Hoare2010-08-121-0/+12