about summary refs log tree commit diff
path: root/src/test/ui/consts/array-literal-index-oob.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-10-07make const_err a hard errorRalf Jung-1/+1
2021-01-22avoid promoting division, modulo and indexing operations that could failRalf Jung-2/+0
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-1/+1
2020-02-18better lint namesRalf Jung-1/+1
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-2/+2
2020-01-18Fix some tests failing in `--pass check` modeVadim Petrochenkov-0/+1
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-5/+7
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-0/+1
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+2
2019-08-22Changed testsWesley Wiser-1/+0
2019-06-12Handle index out of bound errors during const eval without panicEsteban Küber-0/+6