| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -94/+0 | |
| 2022-10-01 | bless ui tests | Maybe Waffle | -1/+1 | |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -9/+6 | |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -3/+3 | |
| 2021-12-04 | Use multipart suggestions. | Camille GILLOT | -3/+18 | |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -18/+18 | |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -3/+3 | |
| A subset of places referred to 'super-trait', so this changes them to all use 'supertrait'. This matches 'supertype' and some other usages. An exception is 'auto-trait' which is consistently used in that manner. | ||||
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -3/+3 | |
| 2021-06-25 | Address PR feedback | Ryan Levick | -3/+3 | |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -3/+3 | |
| 2021-04-16 | Fix tests | Ryan Levick | -22/+30 | |
| 2020-08-14 | Tweak output of E0225 | Esteban Küber | -15/+15 | |
| When encountering multiple non-auto trait bounds suggest creating a new trait and explain what auto-traits are. | ||||
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 | |
| 2020-03-10 | simplify & improve parse_ty_tuple_or_parens | Mazdak Farrokhzad | -24/+54 | |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -0/+3 | |
| This doesn't mention that using an existing lifetime is possible, but that would hopefully be clear as always being an option. The intention of this is to teach newcomers what the lifetime syntax is. | ||||
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-05-28 | Update test/ui/parser for bare_trait_object warnings | memoryruins | -2/+22 | |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -0/+21 | |
