| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -142/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -2/+2 | |
| 2021-06-25 | Address PR feedback | Ryan Levick | -15/+15 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -15/+15 | |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -16/+16 | |
| 2018-09-11 | we now successfully warn about `async` in macro invocations | Niko Matsakis | -12/+21 | |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -2/+2 | |
| This commit generalizes the existing `async_idents` lint to easily encompass other identifiers that will be keywords in future editions. The new lint is called `keyword_idents` and the old `async_idents` lint is registered as renamed to this new lint. As a proof of concept the `try` keyword was added to this list as it looks to be listed as a keyword in the 2018 edition only. The `await` keyword was not added as it's not listed as a keyword yet. Closes #53077 | ||||
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -15/+15 | |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -15/+19 | |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -9/+111 | |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+27 | |
