| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -30/+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. | ||||
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -16/+16 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+8 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -0/+32 | |
| 2019-04-23 | Update ui tests | varkor | -16/+16 | |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -4/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -16/+16 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -54/+24 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+518 | |
