aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/lexer.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: Lex '_' as an underscore, not as an identifierPatrick Walton2010-12-151-1/+4
|
* Fix token span tracking in lexer.Graydon Hoare2010-12-091-3/+7
|
* Implement binop= forms. Un-XFAIL bitwise.rs.Graydon Hoare2010-12-081-1/+1
|
* Support mach types in rustc, enable 5 more tests.Graydon Hoare2010-11-221-34/+95
|
* Fix lexer bug, enable 5 more tests on rustc.Graydon Hoare2010-11-221-1/+1
|
* Teach rustc lexer about changes to stratum, opacity and effect keywords.Graydon Hoare2010-11-031-1/+5
|
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-7/+7
|
* rustc: Lex identifiers that have numbers in them tooPatrick Walton2010-10-131-2/+6
|
* Patchwork of attempted fixes to effect system and gc system; eventually give ↵Graydon Hoare2010-09-291-9/+9
| | | | up and disable it entirely in the runtime. Will need extensive reworking.
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to ↵Graydon Hoare2010-09-231-0/+595
rustc, and move files around.