| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-02-14 | Fix UI tests and merge `assert_eq` and `assert_ne` internal functions | Benoît du Garreau | -1/+1 | |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -2/+8 | |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -8/+4 | |
| 2021-01-04 | Fix wording of query description | oli | -3/+3 | |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -3/+3 | |
| This allows CTFE to reliably detect UB, as otherwise optimizations may hide UB. | ||||
| 2020-12-26 | update tests | Bastian Kauschke | -14/+7 | |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -26/+24 | |
| 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-10-20 | review comments | Esteban Küber | -1/+1 | |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -5/+7 | |
| Fix #77598. | ||||
| 2020-10-15 | Migrate from `associated-const` to `associated-consts` | Yuki Okushi | -0/+863 | |
| 2020-09-19 | Address review comments | Oliver Scherer | -21/+21 | |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -3/+3 | |
| 2020-04-29 | Add #24949 assoc constant static recursion test | Daniel Worrall | -0/+179 | |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+460 | |
