| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -79/+0 | |
| 2022-05-05 | Allow unused rules in the testsuite where the lint triggers | est31 | -1/+1 | |
| 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 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-11 | we now successfully warn about `async` in macro invocations | Niko Matsakis | -0/+2 | |
| 2018-08-29 | Generalize `async_idents` to all new keywords | Alex Crichton | -1/+1 | |
| 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 | -1/+0 | |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -1/+2 | |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -3/+58 | |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+32 | |
