| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -1/+1 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -72/+2 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -1/+1 |
| 2023-09-26 | add test | Milo | -0/+18 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -300/+205 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -1840/+135 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+117 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -3/+3 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -72/+72 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -3/+3 |
| 2023-09-22 | Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obk | Matthias Krüger | -122/+0 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -72/+72 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+133 |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -122/+0 |
| 2023-09-21 | tests/ui: Fix large_moves attribute cfg | Martin Nordholts | -1/+1 |
| 2023-09-20 | Rollup merge of #115965 - matthewjasper:extra-if-let-guard-tests, r=compiler-... | Matthias Krüger | -0/+17 |
| 2023-09-19 | Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obk | Guillaume Gomez | -0/+43 |
| 2023-09-19 | Add more if let guard tests | Matthew Jasper | -0/+17 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+8 |
| 2023-09-13 | Detect cycle errors hidden by opaques during monomorphization | Michael Goulet | -0/+43 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+1 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -0/+62 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -72/+2 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -0/+62 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -3/+3 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -3/+2 |
| 2023-09-03 | Allow `large_assignments` for Box/Arc/Rc initialization | Martin Nordholts | -6/+56 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -55/+4 |
| 2023-08-28 | Rollup merge of #115294 - compiler-errors:cycle-err, r=oli-obk | Matthias Krüger | -0/+26 |
| 2023-08-28 | Auto merge of #114774 - Enselic:less-move-size-noise, r=oli-obk | bors | -21/+4 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -55/+4 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -0/+26 |
| 2023-08-20 | Auto merge of #114914 - compiler-errors:deduce-tait-in-future-output, r=lcnr | bors | -0/+19 |
| 2023-08-17 | Normalize before checking if local is freeze in deduced_param_attrs | Michael Goulet | -0/+179 |
| 2023-08-16 | Normalize return type of deduce_future_output_from_obligations | Michael Goulet | -0/+19 |
| 2023-08-13 | Avoid duplicate `large_assignments` lints | Martin Nordholts | -21/+4 |
| 2023-08-12 | Rollup merge of #114584 - darklyspaced:master, r=cjgillot | Matthias Krüger | -67/+22 |
| 2023-08-10 | Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/... | Morten Lohne | -4/+1 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -4/+55 |
| 2023-08-08 | Remove dangling tests | Michael Goulet | -683/+0 |
| 2023-08-08 | blessed the tests | darklyspaced | -67/+22 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -49/+299 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -2/+4 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -8/+8 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+4 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -3/+3 |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -1/+1 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -2/+2 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -74/+530 |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -30/+0 |