aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/token.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove half-baked 'opacity' layer qualifier.Graydon Hoare2011-04-191-6/+0
* Remove effect system from src.Graydon Hoare2011-04-191-4/+2
* add log_err to rustcMarijn Haverbeke2011-04-191-0/+2
* Further on the path toward self-awareness.Lindsey Kuper2011-04-051-0/+2
* Beginnings of support for magical self prefix; nothing profound happening yet.Lindsey Kuper2011-03-291-1/+2
* Add support for break and cont to rustcMarijn Haverbeke2011-03-271-0/+6
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* make lexer unicode-aware for strings and char literalsMarijn Haverbeke2011-03-251-2/+2
* Further support for floating-point. Literals with exponents workTim Chevalier2011-03-221-0/+1
* Started adding support for floating-point type, floating-point literals, and ...Tim Chevalier2011-03-211-1/+2
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-161-2/+3
* Change 'stratum' to the friendlier term 'layer'.Graydon Hoare2010-12-031-2/+2
* Teach rustc lexer about changes to stratum, opacity and effect keywords.Graydon Hoare2010-11-031-4/+16
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-0/+348