about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/issue-50814.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-1/+1
2022-11-12Require -Zmir-opt-level >= 3 for nowJannis Christopher Köhl-2/+0
2022-11-07Update issue-50814.rs test resultJannis Christopher Köhl-4/+6
2022-10-07make const_err a hard errorRalf Jung-2/+1
2021-02-03make const_err a future incompat lintRalf Jung-0/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+4
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+2
2019-10-04[const-prop] Fix ICE when trying to eval polymorphic promoted MIRWesley Wiser-1/+0
2019-09-27[const-prop] Replace `eval_place()` with use of `InterpCx`Wesley Wiser-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Report const eval error inside the queryOliver Schneider-3/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+33