summary refs log tree commit diff
path: root/src/rustc/middle/check_alt.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-21/+21
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-13/+13
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-8/+9
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+15
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+2
2012-06-13Box AST identsBrian Anderson-3/+3
2012-05-03Mention missing constructor when complaining about inexhaustive top-level pat...Marijn Haverbeke-11/+27
2012-04-25Rewrite exhaustiveness checkerMarijn Haverbeke-203/+235
2012-04-20Add new syntax for patterns that match the head constructor onlyTim Chevalier-5/+19
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-14/+14
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-03-26rustc: Move eval_const_expr to its own modBrian Anderson-2/+2
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-6/+6
2012-03-14Add crude support for casts in constant expressionsMarijn Haverbeke-5/+5
2012-03-13Overhaul constructor naming in libsBrian Anderson-3/+3
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+325