| Age | Commit message (Expand) | Author | Lines |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -19/+22 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+1 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -23/+52 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -13/+19 |
| 2023-09-29 | Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-09-28 | Reverse postorder instead of using reversed postorder | Maybe Waffle | -13/+19 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -2/+2 |
| 2023-09-28 | Move needless_raw_string_hashes to pedantic | Alex Macleod | -1/+1 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -3/+3 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -2/+2 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -3/+3 |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -2312/+3995 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -1/+0 |
| 2023-09-23 | Bless clippy. | Camille GILLOT | -166/+87 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -18/+25 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -1/+1 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -3/+3 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -1/+1 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -2/+3 |
| 2023-09-22 | fix clippy errors (ignore effects in certainty) | Deadbeef | -2/+3 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -3/+3 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -6/+7 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -16/+16 |
| 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 | -16/+16 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -2/+2 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -5/+5 |
| 2023-09-17 | Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay | Dylan DPC | -1/+1 |
| 2023-09-15 | Auto merge of #115851 - Alexendoo:clippy-doc-hidden-headers, r=flip1995 | bors | -1/+20 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -2/+2 |
| 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 | -3/+3 |
| 2023-09-14 | Ignore `#[doc(hidden)]` functions in clippy doc lints | Alex Macleod | -1/+20 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -1/+1 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -13/+4 |
| 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 | -2/+2 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -25/+28 |
| 2023-09-13 | Auto merge of #115790 - flip1995:clippyup, r=Manishearth | bors | -1635/+4682 |
| 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 | -1635/+4682 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -157/+160 |
| 2023-09-11 | Update tools and fulldeps tests | Matthew Jasper | -3/+3 |
| 2023-09-10 | Call `LateLintPass::check_attribute` from `with_lint_attrs` | Alex Macleod | -7/+21 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -157/+160 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -23/+52 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -47/+39 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -19/+15 |
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+838 |