summary refs log tree commit diff
path: root/src/libsyntax/codemap.rs
AgeCommit message (Expand)AuthorLines
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+3
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-2/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+6
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-3/+3
2012-06-07syntax: Remove a bunch of implicit copiesPatrick Walton-5/+7
2012-06-06make lookup fn pure in codemapNiko Matsakis-5/+6
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+236