summary refs log tree commit diff
path: root/src/test/compile-fail/const-array-oob.rs
AgeCommit message (Expand)AuthorLines
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-2/+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/+3
2015-11-20add feature gate `const_indexing`Oliver Schneider-0/+2
2015-11-18allow indexing into constant arraysOliver Schneider-1/+4
2015-03-12Fix LLVM assertion when out-of-bounds indexing in a constantBjörn Steinbrink-0/+16