summary refs log tree commit diff
path: root/src/test/compile-fail/const-err.rs
AgeCommit message (Expand)AuthorLines
2016-05-07Translate constants from MIR instead of going through trans::expr/consts.Eduard Burtescu-1/+8
2016-04-26don't demote expressions just because const_eval failsOliver Schneider-0/+5
2016-04-26const_err lint all constant expressionsOliver Schneider-1/+0
2016-04-03check constants even if they are unused in the current crateOliver Schneider-5/+2
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-2/+4
2016-03-10typestrong constant integersOliver Schneider-2/+2
2015-10-13implement RFC 1229Oliver Schneider-0/+36