| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Demonstrate issue with `yield` checks | Oli Scherer | -2/+15 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -15/+101 |
| 2023-10-27 | Basic generators work | Oli Scherer | -34/+98 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -7/+286 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -56/+131 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -22/+99 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -4/+138 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -33/+55 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -27/+121 |
| 2023-10-26 | Auto merge of #115872 - ferrocene:pa-remap-cargo-home, r=clubby789 | bors | -1/+33 |
| 2023-10-25 | Auto merge of #117193 - matthiaskrgr:rollup-bygfdcd, r=matthiaskrgr | bors | -320/+857 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -97/+91 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -20/+159 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -97/+207 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -54/+139 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -13/+209 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -39/+52 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -27/+121 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -37/+47 |
| 2023-10-25 | Don't allow dead code | Maybe Waffle | -1/+0 |
| 2023-10-25 | Add a comment explaining some weird `is_vtable_safe_method` behavior | Maybe Waffle | -0/+4 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -372/+834 |
| 2023-10-25 | Rollup merge of #117173 - oli-obk:gen_fn_split2, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-10-25 | Rollup merge of #117163 - tmiasko:compiletest-mir-opt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -80/+661 |
| 2023-10-25 | Rollup merge of #117154 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | Matthias Krüger | -10/+38 |
| 2023-10-25 | Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukang | Matthias Krüger | -12/+57 |
| 2023-10-25 | Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obk | Matthias Krüger | -230/+44 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -39/+25 |
| 2023-10-25 | Auto merge of #117172 - matthiaskrgr:rollup-s56bm2f, r=matthiaskrgr | bors | -416/+1820 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -38/+32 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -8/+8 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -7/+11 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -95/+201 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+8 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -59/+59 |
| 2023-10-25 | Rollup merge of #117168 - oli-obk:coroutine_cleanups, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2023-10-25 | Rollup merge of #117160 - cuishuang:master, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -395/+1683 |
| 2023-10-25 | Rollup merge of #117150 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -3/+16 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -15/+87 |
| 2023-10-25 | Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2023-10-25 | Auto merge of #117165 - RalfJung:miri, r=RalfJung | bors | -250/+442 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -2/+2 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -421/+155 |
| 2023-10-25 | compiletest: Display compilation errors in mir-opt tests | Tomasz Miąsko | -1/+1 |
| 2023-10-25 | implement C ABI lowering for CSKY | dirreke | -10/+38 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -80/+661 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |