summary refs log tree commit diff
path: root/src/rustc/front/config.rs
AgeCommit message (Expand)AuthorLines
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-5/+5
2012-07-09Allow folds to drop items.Paul Stansifer-1/+1
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+24
2012-07-01Convert to new closure syntaxBrian Anderson-9/+9
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-8/+8
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-6/+6
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-4/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+134