| Age | Commit message (Expand) | Author | Lines |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -0/+4 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -0/+4 |
| 2024-09-06 | elided_named_lifetimes: manually implement `LintDiagnostic` | Pavel Grigorenko | -2/+1 |
| 2024-09-06 | elided_named_lifetimes: add suggestions | Pavel Grigorenko | -0/+2 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+3 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -0/+3 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -0/+4 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -0/+5 |
| 2024-08-21 | lint on tail expr drop order change in Edition 2024 | Ding Xiang Fei | -0/+3 |
| 2024-08-07 | Disallow setting built-in cfgs via set the command-line | Urgau | -0/+4 |
| 2024-08-06 | Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+5 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -4/+4 |
| 2024-07-30 | rustc_lint: make `let-underscore-lock` translatable | Pavel Grigorenko | -2/+2 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -7/+12 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-07-23 | Improve the impl and diag output of lint type_alias_bounds | León Orell Valerian Liehr | -7/+12 |
| 2024-07-19 | Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,Urgau | Trevor Gross | -2/+3 |
| 2024-07-18 | Update the `binary_asm_label` message | Trevor Gross | -2/+3 |
| 2024-07-18 | Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent` | León Orell Valerian Liehr | -0/+3 |
| 2024-07-12 | Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obk | Jubilee | -0/+2 |
| 2024-07-12 | Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebank | Jubilee | -4/+13 |
| 2024-07-11 | Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk | bors | -0/+4 |
| 2024-07-11 | Implement `ambiguous_negative_literals` lint | Urgau | -0/+5 |
| 2024-07-09 | Fire unsafe_code lint on unsafe extern blocks | Santiago Pastorino | -0/+2 |
| 2024-07-09 | Adds expr_2024 migration lit | Vincenzo Palazzo | -0/+3 |
| 2024-07-09 | add lint for inline asm labels that look like binary | asquared31415 | -4/+13 |
| 2024-06-28 | Make it into a structured suggestion, maybe-incorrect | Michael Goulet | -0/+1 |
| 2024-06-28 | Basic lint detecting closure-returning-async-block | Michael Goulet | -0/+3 |
| 2024-06-27 | Remove the `box_pointers` lint. | Nicholas Nethercote | -2/+0 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -0/+3 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -0/+4 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -4/+4 |
| 2024-06-19 | Clarify that anonymous consts still do introduce a new scope | Manish Goregaokar | -1/+1 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-15 | Suggest standalone doctest for non-local impl defs | Urgau | -0/+1 |
| 2024-06-15 | Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebank | bors | -0/+1 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -0/+1 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -5/+7 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+3 |
| 2024-06-05 | Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to... | Santiago Pastorino | -0/+1 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -3/+0 |
| 2024-06-04 | Make extern blocks without unsafe warn in edition 2024 | Santiago Pastorino | -0/+2 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -5/+7 |
| 2024-05-29 | non_local_defs: indicate that the macro needs to change | Urgau | -0/+1 |
| 2024-05-29 | Change lint_dropping_copy_types to use UseLetUnderscoreIgnoreSuggestion as su... | surechen | -2/+0 |
| 2024-05-29 | Let lint_forgetting_references give the suggestion if possible | surechen | -5/+2 |
| 2024-05-29 | Let lint_forgetting_copy_types give the suggestion if possible. | surechen | -0/+2 |
| 2024-05-29 | Let lint_dropping_references give the suggestion if possible. | surechen | -0/+1 |