| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -2/+2 |
| 2024-05-27 | non_local_defs: move out from `#[derive(LintDiagnostic)]` to manual impl | Urgau | -17/+64 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -325/+199 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -16/+22 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -0/+10 |
| 2024-05-24 | move generics_of call outside of iter | Boxy | -1/+3 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -3/+15 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (type system) | Boxy | -13/+5 |
| 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 |