about summary refs log tree commit diff
path: root/src/test/compile-fail/const-slice-oob.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-20/+0
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-3/+2
2018-04-24Warn on all erroneous constantsOliver Schneider-0/+1
2018-03-08Update compile-fail testsOliver Schneider-1/+0
2018-03-08Update testsOliver Schneider-0/+1
2018-03-08Fully use miri in transOliver Schneider-0/+2
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-1/+2
2016-06-05rustc_const_eval: track the length and index in IndexOutOfBounds.Eduard Burtescu-1/+2
2016-05-07Translate constants from MIR instead of going through trans::expr/consts.Eduard Burtescu-1/+1
2015-10-04Fix LLVM assertion on out-of-bounds const slice index.Jed Davis-0/+16