| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -39/+0 | |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -1/+1 | |
| 2021-06-25 | Fix new broken tests | Ryan Levick | -4/+4 | |
| 2021-06-24 | Don't lint :pat when re-parsing a macro from another crate. | Mara Bos | -0/+6 | |
| 2021-06-10 | Make OR_PATTERNS_BACK_COMPAT be a 2021 future-incompatible lint | hi-rustin | -4/+13 | |
| 2021-04-27 | remove pat2021 | mark | -1/+0 | |
| 2021-04-15 | rename pat2015 to pat_param | mark | -3/+3 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2021-04-02 | address comments | hi-rustin | -4/+4 | |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -0/+26 | |
| test: add more cases test: add comments refine msg | ||||
