summary refs log tree commit diff
path: root/src/test/compile-fail/const-err-early.rs
AgeCommit message (Expand)AuthorLines
2018-04-25Warn on all erroneous constantsOliver Schneider-9/+9
2018-03-08Unify the const folding errorsOliver Schneider-2/+5
2018-03-08Update compile-fail testsOliver Schneider-5/+0
2018-03-08Update testsOliver Schneider-1/+10
2018-03-08Adjust tests to changed const err lintsOliver Schneider-1/+0
2018-03-08Adjust tests to more aggressive const err lintingOliver Schneider-0/+1
2018-03-08Fully use miri in transOliver Schneider-6/+7
2016-08-04Update wording on E0080Shantanu Raj-4/+4
2016-06-05rustc_const_eval: track the length and index in IndexOutOfBounds.Eduard Burtescu-2/+4
2016-04-26const_err lint all constant expressionsOliver Schneider-1/+1
2016-04-03check constants even if they are unused in the current crateOliver Schneider-0/+22