| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -8/+10 |
| 2025-01-29 | Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obk | León Orell Valerian Liehr | -3/+5 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -3/+5 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -19/+16 |
| 2025-01-27 | Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxu | Guillaume Gomez | -6/+6 |
| 2025-01-27 | Remove redundant to_ident_string calls | Michael Goulet | -2/+2 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -4/+4 |
| 2025-01-26 | implement lint `double_negations` | Kalle Wachsmuth | -11/+88 |
| 2025-01-26 | unrelated cleanup | Kalle Wachsmuth | -10/+2 |
| 2025-01-25 | Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubilee | Jacob Pratt | -8/+0 |
| 2025-01-25 | Rollup merge of #136016 - Urgau:check-cfg-allow-test-improv, r=jieyouxu | Matthias Krüger | -4/+25 |
| 2025-01-25 | Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukang | Matthias Krüger | -23/+2 |
| 2025-01-25 | Filter well known names from check-cfg diagnostics | Urgau | -4/+25 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -25/+23 |
| 2025-01-23 | Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler... | bors | -6/+5 |
| 2025-01-23 | Make the wasm_c_abi future compat warning a hard error | bjorn3 | -8/+0 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -5/+135 |
| 2025-01-23 | make `hir::Ty/ConstArg` methods generic where applicable | Boxy | -1/+1 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -3/+3 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -25/+21 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -1/+3 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -2/+6 |
| 2025-01-22 | [AIX] Lint on structs that have a different alignment in AIX's C ABI | Amy Kwan | -5/+135 |
| 2025-01-22 | Update lint tests with new dangling pointers message | Anthony Eid | -2/+2 |
| 2025-01-21 | remove long-deprecated no-op attributes no_start and crate_id | Ralf Jung | -23/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-16 | Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny... | Matthias Krüger | -8/+23 |
| 2025-01-13 | Rollup merge of #135441 - compiler-errors:redundant-captures-lint, r=lqd | Jacob Pratt | -1/+1 |
| 2025-01-13 | Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024 | Michael Goulet | -1/+1 |
| 2025-01-12 | Update unstable lint docs to include required feature attributes | Aditya-PS-05 | -0/+1 |
| 2025-01-12 | Suggest the smallest fitting type instead | spore | -2/+2 |
| 2025-01-11 | Minor simplification | spore | -1/+1 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-01-09 | Rollup merge of #135269 - estebank:unneeded-into, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2025-01-09 | Rollup merge of #135212 - Urgau:unreach_pub-upd-descr, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2025-01-08 | Remove some unnecessary `.into()` calls | Esteban Küber | -3/+3 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2025-01-09 | Extract integer conversion into a function | spore | -16/+22 |
| 2025-01-08 | Detect overflow when the literal is negative | spore | -1/+7 |
| 2025-01-08 | Detect overflow when the literal is larger than i128::MAX | spore | -4/+7 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -1/+1 |
| 2025-01-07 | Remove outdated information in the `unreachable_pub` lint description | Urgau | -3/+2 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -3/+3 |
| 2025-01-05 | Mention `unnameable_types` in `unreachable_pub` documentation. | Kevin Reid | -3/+5 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -3/+3 |
| 2025-01-01 | Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errors | Stuart Cook | -8/+26 |
| 2024-12-31 | Provide structured suggestion for `impl Default` of type where all fields hav... | Esteban Küber | -8/+26 |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -26/+34 |
| 2024-12-31 | Account for C string literals in HiddenUnicodeCodepoints lint | Michael Goulet | -5/+19 |
| 2024-12-28 | Rollup merge of #134737 - estebank:deive-lint-default-fields-base, r=compiler... | Stuart Cook | -0/+188 |