| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -3/+14 | |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -2/+2 | |
| 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-26 | Make invalid integer operation messages consistent | varkor | -1/+1 | |
| 2020-08-12 | more precise span for erroneous consts during CTFE/Miri | Ralf Jung | -6/+12 | |
| 2020-08-12 | bless tests | Ralf Jung | -12/+6 | |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or ↵ | Oliver Scherer | -1/+1 | |
| propagation | ||||
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 | |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -8/+8 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -5/+5 | |
| 2018-10-25 | add the lint back to the list, and fix tests | Ralf Jung | -8/+1 | |
| 2018-10-25 | Deduplicate all the ~~things~~ errors | Oliver Schneider | -13/+5 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -34/+22 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+67 | |
