aboutsummaryrefslogtreecommitdiff
path: root/src/comp/fe/token.rs
Commit message (Expand)AuthorAgeFilesLines
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-348/+0
* Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare2010-09-211-0/+1
* Add QUES to comp/fe/lexer.rs, rustc can self-lex again.Graydon Hoare2010-09-211-0/+2
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-209/+209
* Teach front-end about simple, first-cut version of const items.Graydon Hoare2010-09-141-0/+2
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-151/+153
* Add block-comment support, various additional operators. Rustc can lex itself...Graydon Hoare2010-08-311-37/+44
* Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient fix...Graydon Hoare2010-08-311-3/+4
* Revert "More work on lexer.rs: start using keyword hashtable, handle more lex...Patrick Walton2010-08-271-4/+3
* More work on lexer.rs: start using keyword hashtable, handle more lexemes.Graydon Hoare2010-08-271-3/+4
* Stringify op tokens.Graydon Hoare2010-08-201-2/+29
* Expand rustc lexer to do almost-nearly-nontrivial stuff.Graydon Hoare2010-08-201-2/+148
* Add mod token to rustc.Graydon Hoare2010-08-181-0/+160