| Age | Commit message (Expand) | Author | Lines |
| 2025-02-20 | Reword message | Esteban Küber | -1/+1 |
| 2025-02-19 | Specify scope in `out_of_scope_macro_calls` lint | Esteban Küber | -0/+3 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -2/+3 |
| 2025-01-27 | Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -2/+2 |
| 2025-01-26 | implement lint `double_negations` | Kalle Wachsmuth | -0/+18 |
| 2025-01-25 | Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee | Jacob Pratt | -4/+0 |
| 2025-01-25 | Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang | Matthias Krüger | -13/+0 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -1/+2 |
| 2025-01-23 | Make the wasm_c_abi future compat warning a hard error | bjorn3 | -4/+0 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -0/+4 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -1/+1 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -1/+2 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -1/+3 |
| 2025-01-22 | [AIX] Lint on structs that have a different alignment in AIX's C ABI | Amy Kwan | -0/+4 |
| 2025-01-21 | remove long-deprecated no-op attributes no_start and crate_id | Ralf Jung | -13/+0 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -5/+3 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -7/+0 |
| 2024-12-17 | Remove `rustc::existing_doc_keyword` lint. | Nicholas Nethercote | -7/+0 |
| 2024-12-15 | Fix trimmed_def_paths ICE in the function ptr comparison lint | Urgau | -18/+36 |
| 2024-12-15 | Improve check-cfg Cargo macro diagnostic with crate name | Urgau | -2/+1 |
| 2024-12-14 | Rollup merge of #133221 - Urgau:check-cfg-macro-diag, r=jieyouxu | Matthias Krüger | -4/+40 |
| 2024-12-09 | Revert #131669 due to ICEs | 许杰友 Jieyou Xu (Joe) | -36/+9 |
| 2024-12-06 | lint: revamp ImproperCTypes diagnostic architecture for nested notes and help... | niacdoial | -9/+36 |
| 2024-12-05 | Update compiler/rustc_lint/src/lints.rs | Anthony Eid | -2/+3 |
| 2024-12-05 | Start work on dangling pointers lint | Anthony Eid | -0/+1 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+36 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2024-12-02 | Add warn-by-default lint against unpredictable fn pointer comparisons | Urgau | -0/+36 |
| 2024-11-28 | Implement lint against `Symbol::intern` on a string literal | clubby789 | -0/+5 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -0/+7 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -0/+7 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -1/+1 |
| 2024-11-19 | Add external macro specific diagnostic to check-cfg | Urgau | -4/+40 |
| 2024-11-04 | Prefer `pub(super)` in `unreachable_pub` lint suggestion | Urgau | -1/+2 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -3/+1 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -7/+10 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -3/+0 |
| 2024-10-08 | Reserve guarded string literals (RFC 3593) | Peter Jaszkowiak | -0/+7 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -8/+0 |
| 2024-10-05 | Make deprecated_cfg_attr_crate_type_name a hard error | est31 | -8/+0 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -1/+1 |
| 2024-09-25 | Revert "Avoid invalid NaN lint machine-applicable suggestion in const context" | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-24 | Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwU | bors | -37/+1 |
| 2024-09-23 | add unqualified_local_imports lint | Ralf Jung | -0/+4 |
| 2024-09-23 | Remove with/without trait and bounds consideration | Urgau | -8/+1 |
| 2024-09-23 | Point to every relevant types in the main diag | Urgau | -8/+0 |
| 2024-09-23 | Rework `non_local_definitions` lint to only be a syntactic heuristic | Urgau | -21/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+32 |