| Age | Commit message (Expand) | Author | Lines |
| 2024-05-24 | Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2024-05-24 | A small diagnostic improvement for dropping_copy_types | surechen | -5/+33 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -1/+3 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -24/+42 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -24/+42 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -6/+10 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -5/+4 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_lint`. | Nicholas Nethercote | -6/+10 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -3/+17 |
| 2024-05-23 | Delay the construction of early lint diag structs | León Orell Valerian Liehr | -231/+156 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -94/+43 |
| 2024-05-22 | Cleanup: Fix up some diagnostics | León Orell Valerian Liehr | -2/+2 |
| 2024-05-22 | Don't suggest adding the unexpected cfgs the build-script it-self | Urgau | -24/+42 |
| 2024-05-22 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -5/+4 |
| 2024-05-21 | Fix typo in deprecation lint message | Xiretza | -2/+2 |
| 2024-05-21 | Make early lints translatable | Xiretza | -473/+1114 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -12/+139 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -4/+21 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -24/+150 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -152/+436 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -19/+14 |
| 2024-05-20 | Adjust the method ambiguity lint too | Michael Goulet | -1/+1 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -160/+174 |
| 2024-05-20 | Backticks | Michael Goulet | -1/+1 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -18/+32 |
| 2024-05-20 | Fix quote escaping inside check-cfg value | Urgau | -3/+2 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-19 | Refer to the Cargo specific doc in the check-cfg diagnostics | Urgau | -2/+4 |
| 2024-05-19 | Prefer suggesting string-literal for Cargo `check-cfg` lint config | Urgau | -18/+29 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -5/+5 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -5/+5 |
| 2024-05-16 | Update `unexpected_cfgs` lint for Cargo new `check-cfg` config | Urgau | -6/+8 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 |
| 2024-05-15 | Use 'a' article for &Option. | Zachary S | -0/+1 |
| 2024-05-15 | Include reference in lint diagnostic | Zachary S | -4/+9 |
| 2024-05-15 | Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, not just T = Re... | Zachary S | -1/+9 |
| 2024-05-15 | Add `on_unimplemented" typo suggestions | mejrs | -0/+8 |
| 2024-05-13 | And finally add tests | Michael Goulet | -15/+74 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -76/+150 |
| 2024-05-13 | Don't suggest using use<> syntax to capture APITs | Michael Goulet | -4/+9 |
| 2024-05-13 | Suggest adding use<> syntax | Michael Goulet | -6/+42 |
| 2024-05-13 | Add some commenting | Michael Goulet | -4/+23 |
| 2024-05-13 | Implement initial IMPL_TRAIT_OVERCAPTURES lint | Michael Goulet | -0/+246 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -4/+7 |
| 2024-05-12 | Auto merge of #119427 - dtolnay:maccall, r=compiler-errors | bors | -0/+27 |
| 2024-05-11 | Document the situation with unused_parens lint and braced macro calls | David Tolnay | -4/+28 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -1/+4 |