about summary refs log tree commit diff
path: root/src/comp/middle/check_const.rs
AgeCommit message (Expand)AuthorLines
2011-12-07Check for literals that are out of range for their typeMarijn Haverbeke-1/+18
2011-12-02const_check: trans: added support for trivial castsStefan Plantikow-0/+1
2011-12-02Allow literal patterns to contain arbitrary literal expressionsMarijn Haverbeke-31/+46
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-1/+0
2011-11-09trans: Add binops (except for logic and comparators) and unops to trans_const...Joshua Wise-1/+13
2011-11-09middle: Add a pass to reject bad const expressions earlier. Currently just r...Joshua Wise-0/+42