about summary refs log tree commit diff
path: root/src/comp/front/lexer.rs
AgeCommit message (Expand)AuthorLines
2011-03-27Add support for break and cont to rustcMarijn Haverbeke-0/+2
2011-03-25Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare-1/+1
2011-03-25Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare-1/+1
2011-03-25Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare-1/+1
2011-03-25Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier-36/+59
2011-03-25make lexer unicode-aware for strings and char literalsMarijn Haverbeke-5/+5
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-3/+3
2011-03-22Further support for floating-point. Literals with exponents workTim Chevalier-7/+68
2011-03-21Started adding support for floating-point type, floating-point literals, and ...Tim Chevalier-12/+36
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-7/+7
2011-03-14Extend stream functionalityMarijn Haverbeke-6/+6
2011-03-05Make ret and fail stmts have 0 out-edges, Closes #250.Graydon Hoare-4/+1
2011-02-22Teach rustc about reserved keywordsBrian Anderson-1/+16
2011-02-22Rename std._io to std.io since 'io' is no longer a keywordBrian Anderson-1/+1
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