| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -1/+1 |
| 2024-07-22 | Rollup merge of #125990 - tbu-:pr_unsafe_env_lint_name, r=ehuss | Trevor Gross | -6/+6 |
| 2024-07-18 | make pub_use_of_private_extern_crate show up in future breakage reports | Ralf Jung | -4/+4 |
| 2024-07-17 | Rename `deprecated_safe` lint to `deprecated_safe_2024` | Tobias Bucher | -6/+6 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -13/+12 |
| 2024-07-10 | Rollup merge of #124211 - compiler-errors:bump-elided_lifetimes_in_associated... | Jacob Pratt | -1/+1 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -0/+53 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-07-04 | Fill in tracking issue | Maybe Lapkin | -2/+1 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -0/+54 |
| 2024-07-01 | Ensure `out_of_scope_macro_calls` lint is registered | beetrees | -0/+1 |
| 2024-06-28 | Only require symbol name for @feature_gate | Michael Goulet | -13/+12 |
| 2024-06-28 | Make `NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE` deny-by-default in e2024 | Maybe Lapkin | -0/+1 |
| 2024-06-28 | Bump elided_lifetimes_in_associated_constant | Michael Goulet | -1/+1 |
| 2024-06-25 | `sudo CI=green` && Review changes <3 | xFrednet | -1/+1 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -18/+8 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -0/+42 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -0/+47 |
| 2024-06-20 | Remove useless `tidy-alphabetical` markers. | Nicholas Nethercote | -2/+0 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -3/+6 |
| 2024-06-13 | Fixup links in lint docs | Waffle Lapkin | -6/+3 |
| 2024-06-13 | Implement lint for obligations broken by never type fallback change | Waffle Lapkin | -0/+57 |
| 2024-06-12 | Rollup merge of #126356 - epage:check-cfg, r=Urgau | Jubilee | -0/+4 |
| 2024-06-12 | docs(rustc): Link unexpected_cfgs to the Cargo.toml docs | Ed Page | -0/+4 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -0/+2 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -5/+9 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+41 |
| 2024-06-05 | Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to... | Santiago Pastorino | -3/+9 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -2/+5 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -52/+0 |
| 2024-06-04 | Make extern blocks without unsafe warn in edition 2024 | Santiago Pastorino | -0/+32 |
| 2024-06-03 | Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violation | Michael Goulet | -42/+0 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -5/+9 |
| 2024-05-30 | Add `deprecated_safe` lint | Tobias Bucher | -0/+49 |
| 2024-05-28 | Convert `proc_macro_back_compat` lint to an unconditional error. | Nicholas Nethercote | -52/+0 |
| 2024-05-27 | Rollup merge of #125522 - spastorino:fix-lint-docs-edition-handling, r=Urgau,... | Guillaume Gomez | -2/+2 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -16/+9 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -87/+0 |
| 2024-05-24 | Add "better" edition handling on lint-docs tool | Santiago Pastorino | -2/+2 |
| 2024-05-23 | Slightly clean up some lint infra code | León Orell Valerian Liehr | -16/+9 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -1/+1 |
| 2024-05-21 | Make early lints translatable | Xiretza | -8/+11 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -15/+41 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -2/+11 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -16/+33 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -1/+0 |
| 2024-05-20 | Auto merge of #125219 - Urgau:check-cfg-cargo-config, r=fmease | bors | -4/+7 |
| 2024-05-19 | Link to the check-cfg doc section in the `unexpected_cfgs` lint doc | Urgau | -4/+7 |
| 2024-05-18 | Make `NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE` into an FCW and report it ext ... | Waffle Lapkin | -1/+6 |
| 2024-05-18 | Remove fixme | Waffle Lapkin | -2/+1 |