about summary refs log tree commit diff
path: root/src/test/ui/consts/const-integer-bool-ops.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-85/+0
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-10/+10
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-0/+10
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-10/+0
2019-11-18Surround types with backticks in type errorsEsteban Küber-18/+18
2018-12-31Improve type mismatch error messagesYuning Zhang-8/+8
Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-25Report const eval error inside the queryOliver Schneider-0/+10
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+85