about summary refs log tree commit diff
path: root/src/comp/front/lexer.rs
AgeCommit message (Expand)AuthorLines
2010-12-15rustc: Lex '_' as an underscore, not as an identifierPatrick Walton-1/+4
2010-12-09Fix token span tracking in lexer.Graydon Hoare-3/+7
2010-12-08Implement binop= forms. Un-XFAIL bitwise.rs.Graydon Hoare-1/+1
2010-11-22Support mach types in rustc, enable 5 more tests.Graydon Hoare-34/+95
2010-11-22Fix lexer bug, enable 5 more tests on rustc.Graydon Hoare-1/+1
2010-11-03Teach rustc lexer about changes to stratum, opacity and effect keywords.Graydon Hoare-1/+5
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-7/+7
2010-10-13rustc: Lex identifiers that have numbers in them tooPatrick Walton-2/+6
2010-09-29Patchwork of attempted fixes to effect system and gc system; eventually give ...Graydon Hoare-9/+9
2010-09-23Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare-0/+595