| Age | Commit message (Expand) | Author | Lines |
| 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 | Make cenum_impl_drop_cast a hard error | Eric Huss | -0/+5 |
| 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 |
| 2024-12-25 | Implement `default_overrides_default_fields` lint | Esteban Küber | -0/+188 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -0/+2 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -6/+1 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -2/+20 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -2/+20 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -3/+3 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -1/+1 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -1/+1 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -3/+3 |