| Age | Commit message (Expand) | Author | Lines |
| 2024-01-26 | Clippy: Fix empty suggestion in from_over_into | Philipp Krones | -5/+5 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -17/+0 |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u... | Philipp Krones | -999/+2839 |
| 2024-01-25 | Remove an unused error count check | Oli Scherer | -17/+1 |
| 2024-01-25 | Rename the unescaping functions. | Nicholas Nethercote | -1/+1 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -17/+0 |
| 2024-01-23 | We don't look into static items anymore during const prop | Oli Scherer | -9/+2 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -6/+6 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -10/+9 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -35/+46 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -23/+23 |
| 2024-01-20 | Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-dead | Guillaume Gomez | -23/+15 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -35/+46 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -9/+15 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -23/+23 |
| 2024-01-18 | Apply suggestions from code review | Samuel Moelius | -2/+4 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -42/+82 |
| 2024-01-17 | Fix clippy | Oli Scherer | -9/+15 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -4/+10 |
| 2024-01-16 | Deal with additional wrapping of async closure body in clippy | Michael Goulet | -42/+82 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -4/+4 |
| 2024-01-15 | Ensure `callee_id`s are body owners | Samuel Moelius | -23/+13 |
| 2024-01-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -1/+2 |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -0/+1 |
| 2024-01-12 | Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwco | Guillaume Gomez | -5/+25 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+2 |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -5/+25 |
| 2024-01-11 | Auto merge of #119864 - matthiaskrgr:rollup-mc2qz13, r=matthiaskrgr | bors | -1/+1 |
| 2024-01-11 | Merge commit '26ac6aab023393c94edf42f38f6ad31196009643' | Philipp Krones | -819/+5166 |
| 2024-01-11 | Stop using `DiagnosticBuilder::buffer` in the parser. | Nicholas Nethercote | -1/+1 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefId | Michael Goulet | -19/+9 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -4/+4 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -4/+4 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -112/+56 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -2/+0 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -2/+2 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -1/+1 |
| 2024-01-05 | Update clippy for hir::Guard removal | Matthew Jasper | -112/+56 |
| 2024-01-05 | Rename `EmitterWriter` as `HumanEmitter`. | Nicholas Nethercote | -2/+2 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -1/+1 |
| 2024-01-02 | Remove #[allow(unused_tuple_struct_fields)] from Clippy tests | Jake Goulding | -70/+59 |
| 2024-01-01 | Address unused tuple struct fields in clippy | Jake Goulding | -19/+18 |
| 2023-12-29 | Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -321/+2531 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -321/+2531 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -1/+1 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -0/+4 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -73/+119 |