| Age | Commit message (Expand) | Author | Lines |
| 2024-12-16 | Correctly handle string indices in `literal_string_with_formatting_arg` | Guillaume Gomez | -1/+10 |
| 2024-12-16 | correct suggestion for `unnecessary_sort_by` in `no_std` (#13836) | llogiq | -3/+5 |
| 2024-12-16 | correct suggestion for unnecessary_sort_by in no_std | lapla-cogito | -3/+5 |
| 2024-12-16 | Do not suggest using `Error` in `no_std` before Rust 1.81 (#13834) | llogiq | -12/+28 |
| 2024-12-16 | Initial impl of `repr_packed_without_abi` (#13398) | Alex Macleod | -0/+85 |
| 2024-12-16 | Do not suggest using `Error` in `no_std` before Rust 1.81 | Samuel Tardieu | -12/+28 |
| 2024-12-15 | fix typo in `numeric_arithmetic` logic (#13820) | Timo | -2/+2 |
| 2024-12-15 | Initial impl `repr_packed_without_abi` | Lukas Lueg | -0/+85 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -41/+36 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -3/+3 |
| 2024-12-15 | chore: use multipart_suggestions for match_same_arms (#13803) | Alejandra González | -12/+8 |
| 2024-12-15 | fix `must_use_unit` suggestion when there're multiple attributes (#13830) | llogiq | -12/+46 |
| 2024-12-15 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -309/+868 |
| 2024-12-15 | correct suggestion for must_use_unit when there are multiple attributes | lapla-cogito | -12/+46 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -17/+17 |
| 2024-12-15 | Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkov | bors | -3/+0 |
| 2024-12-15 | Add new lint `unneeded_struct_pattern` | Asuna | -2/+81 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -17/+17 |
| 2024-12-14 | allow needless_option_take to report for more cases (#13684) | Catherine Flores | -23/+32 |
| 2024-12-14 | Stop handling specialization in clippy's to_string_trait_impl lint | bjorn3 | -3/+0 |
| 2024-12-14 | chore: use multipart_suggestion in significant_drop_tightening lint (#13823) | Fridtjof Stoldt | -9/+3 |
| 2024-12-14 | don't lint for creating an iterator from an empty array in filter_map_identit... | lapla-cogito | -0/+10 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -0/+1 |
| 2024-12-14 | indexing_slicing: Clarify documentation (#13780) | dswij | -10/+17 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+1 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -3/+1 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -3/+8 |
| 2024-12-14 | address wrong suggestions when using comparing with byte literal string in si... | lapla-cogito | -1/+1 |
| 2024-12-13 | Fix `single_match` lint being emitted when it should not (#13765) | llogiq | -2/+25 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -3/+1 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -1/+6 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -2/+2 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -1/+42 |
| 2024-12-13 | Fix `single_match` lint being emitted when it should not | Guillaume Gomez | -2/+25 |
| 2024-12-13 | chore: use multipart_suggestion in significant_drop_tightening lint | Scott Gerring | -9/+3 |
| 2024-12-12 | Fix tools | Michael Goulet | -1/+6 |
| 2024-12-12 | fix typo | klensy | -2/+2 |
| 2024-12-12 | fix version attribute for arbitrary_source_item_ordering lint | lapla-cogito | -1/+1 |
| 2024-12-11 | allow needless_option_take to report for more cases | Eric | -23/+32 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -1/+42 |
| 2024-12-11 | suggest modified code for if_not_else lint | lapla-cogito | -3/+51 |
| 2024-12-11 | Detect shadowing in pattern field (#13797) | Jason Newcomb | -1/+1 |
| 2024-12-10 | Better help message for comparison_chain lint (#13762) | Timo | -4/+12 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -1/+0 |
| 2024-12-10 | Fix: fixed multipart_suggestion in index_refutable_slice uitest (#13727) | Timo | -21/+15 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -2/+2 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -0/+1 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -2/+5 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -22/+32 |