summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/promoted_errors.rs
AgeCommit message (Expand)AuthorLines
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-1/+23
2021-02-03make const_err a future incompat lintRalf Jung-4/+7
2021-01-22re-bless ui testsRalf Jung-2/+2
2021-01-22avoid promoting division, modulo and indexing operations that could failRalf Jung-16/+29
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-1/+1
2020-02-19avoid excessive number of revisionsRalf Jung-1/+1
2020-02-18better lint namesRalf Jung-7/+7
2020-02-15more revisions and use them for another testRalf Jung-3/+3
2020-02-15fix tests, and use variants to test debug and release builds togetherRalf Jung-9/+14
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-15/+15
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-0/+2
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+1
2019-12-01Miri core engine: use throw_ub instead of throw_panicRalf Jung-4/+2
2019-09-02Fix tests againYuki Okushi-3/+2
2019-09-02Fix condition and tests' flagsYuki Okushi-2/+3
2019-09-02Fix overflow_checkYuki Okushi-0/+1
2019-09-02Add `opt-level` checkYuki Okushi-1/+0
2019-08-22Changed testsWesley Wiser-4/+2
2019-06-24promoted_errors: warn -> deny.Mazdak Farrokhzad-10/+14
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+29