| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -850/+1297 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -18/+25 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -3/+4 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -3/+3 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -3/+3 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -3/+3 |
| 2023-09-15 | Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 | bors | -0/+4 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -3/+3 |
| 2023-09-14 | Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naber | bors | -2/+2 |
| 2023-09-14 | Ignore `#[doc(hidden)]` functions in clippy doc lints | Alex Macleod | -0/+4 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -1/+1 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -1/+1 |
| 2023-09-14 | cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect | Ralf Jung | -1/+1 |
| 2023-09-13 | Auto merge of #115790 - flip1995:clippyup, r=Manishearth | bors | -420/+1333 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -10/+2 |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -420/+1333 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -127/+61 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -2/+2 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -127/+61 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -4/+19 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -46/+38 |
| 2023-09-03 | Fix clippy. | Camille GILLOT | -15/+11 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -2/+2 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -9/+40 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -54/+631 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -22/+81 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -3/+15 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -11/+12 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -238/+676 |
| 2023-08-11 | Auto merge of #114719 - compiler-errors:rollup-bf1vr51, r=compiler-errors | bors | -80/+0 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -80/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -1/+1 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -31/+31 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -31/+31 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -10/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -31/+31 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-08-02 | Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e... | bors | -3/+13 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -5/+2 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -3/+13 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side) | Urgau | -1/+1 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -1353/+2923 |