aboutsummaryrefslogtreecommitdiff
path: root/src/comp/util
Commit message (Expand)AuthorAgeFilesLines
* Teach trans to allocate, initialize and load from local variables.Graydon Hoare2010-10-191-0/+19
* Store items and decls in vecs to preserve input order, index externally. Impl...Graydon Hoare2010-10-181-0/+9
* Encode and decode tag types in dwarf properly. Add list module to std. Shift ...Graydon Hoare2010-10-151-8/+0
* Add input coordinate tracking to all major rustc ast nodes.Graydon Hoare2010-10-051-0/+1
* Teach rustc about phi nodes, block relationships. Translate if- and block-exp...Graydon Hoare2010-10-041-0/+8
* Declare the global and upcall glues as ValueRefs in rustc's trans.Graydon Hoare2010-09-231-0/+5
* Begin teaching rustc to parse literals, atoms, stmts, blocks, items, modules,...Graydon Hoare2010-09-211-0/+6
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare2010-09-201-24/+24
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo...Graydon Hoare2010-09-091-3/+14
* Add session, span tracking, error reporting, beginning of a function to parse...Graydon Hoare2010-09-011-0/+4
* Reinstate commit 9f0eaa65817303b8768c80454734144c176fda43 with sufficient fix...Graydon Hoare2010-08-311-4/+8
* Revert "More work on lexer.rs: start using keyword hashtable, handle more lex...Patrick Walton2010-08-271-8/+4
* More work on lexer.rs: start using keyword hashtable, handle more lexemes.Graydon Hoare2010-08-271-4/+8
* Expand rustc lexer to do almost-nearly-nontrivial stuff.Graydon Hoare2010-08-201-0/+13
* Add mod common to rustc.Graydon Hoare2010-08-181-0/+15