about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const-eval-overflow2c.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-51/+0
2022-10-07make const_err a hard errorRalf Jung-209/+17
2022-10-01bless ui testsMaybe Waffle-18/+18
2022-07-01Shorten def_span for more items.Camille GILLOT-92/+76
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+150
2021-02-03make const_err a future incompat lintRalf Jung-7/+30
2020-11-29Update tests to remove old numeric constantsbstrie-8/+8
Part of #68490. Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros. For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
2020-09-26Make invalid integer operation messages consistentvarkor-8/+8
2020-06-26Show the values and computation that would overflow a const evaluation or ↵Oliver Scherer-8/+8
propagation
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-24/+24
2019-03-11Update testsVadim Petrochenkov-8/+8
2018-12-25Remove licensesMark Rousskov-9/+9
2018-10-25add the lint back to the list, and fix testsRalf Jung-50/+1
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-28/+16
2018-10-25Report const eval error inside the queryOliver Schneider-31/+84
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+94