summary refs log tree commit diff
path: root/src/rustc/front/core_inject.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-06-13Box AST identsBrian Anderson-2/+2
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-2/+8
2012-04-13Annotate FIXMEs in syntax::ast and syntax::ast_utilTim Chevalier-3/+4
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+41