about summary refs log tree commit diff
path: root/src/comp/fe/parser.rs
AgeCommit message (Expand)AuthorLines
2010-09-23Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare-265/+0
2010-09-23More fleshing-out on rustc.me.trans. Emitting modules and fns corresponding t...Graydon Hoare-0/+16
2010-09-21Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare-14/+161
2010-09-21Implement preliminary form of structured compare. No boxes, vectors or string...Graydon Hoare-2/+1
2010-09-20Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare-3/+3
2010-09-01Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare-3/+72
2010-08-27Modify rustboot to use lexer.reader.Graydon Hoare-2/+3
2010-08-18Simplify lexer/parser structure to use stdio_reader.Graydon Hoare-0/+22
2010-08-12Add modelines and related emacs chatter to rustc.Graydon Hoare-0/+11
2010-06-23Populate tree.Graydon Hoare-0/+0