summary refs log tree commit diff
path: root/src/rustc/middle/check_const.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-5/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+4
2012-06-07Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-06-06move check_const to dvecNiko Matsakis-4/+5
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-1/+1
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-04-04rustc: Don't allow recursive constantsBrian Anderson-5/+67
2012-04-04rustc: Allow consts to refer to other constsBrian Anderson-4/+20
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
2012-03-14Add crude support for casts in constant expressionsMarijn Haverbeke-4/+13
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/+98