| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -8/+208 |
| 2023-10-28 | Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkov | Jubilee | -2/+28 |
| 2023-10-28 | Rollup merge of #116739 - Milo123459:milo/short-paths, r=estebank | Jubilee | -5/+11 |
| 2023-10-27 | Update type_err_ctxt_ext.rs | Milo | -2/+2 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -2/+28 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -7/+189 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -22/+24 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -0/+7 |
| 2023-10-27 | Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwco | bors | -6/+39 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -5/+48 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+7 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -126/+220 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -1/+19 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -10/+52 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -37/+47 |
| 2023-10-25 | make E0277 use short paths | Milo | -5/+11 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -35/+42 |
| 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 | Refactor away the need for some `descr` methods. | Oli Scherer | -2/+2 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -3/+12 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -4/+5 |
| 2023-10-24 | Auto merge of #116435 - compiler-errors:re-erased, r=lcnr | bors | -2/+10 |
| 2023-10-23 | nits | Michael Goulet | -83/+35 |
| 2023-10-23 | Consider regions | Michael Goulet | -2/+9 |
| 2023-10-23 | Make things work by using the new solver | Michael Goulet | -3/+13 |
| 2023-10-23 | Rework negative coherence | Michael Goulet | -39/+152 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -17/+21 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -24/+32 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -24/+19 |
| 2023-10-23 | When expecting closure argument but finding block provide suggestion | Esteban Küber | -5/+48 |
| 2023-10-23 | Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk | Matthias Krüger | -24/+19 |
| 2023-10-23 | Handle ReErased in responses in new solver | Michael Goulet | -2/+10 |
| 2023-10-23 | Make ICE a bit more informative | Oli Scherer | -3/+12 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -7/+1 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+1 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -24/+19 |
| 2023-10-21 | Rollup merge of #116911 - estebank:issue-85378, r=oli-obk | Matthias Krüger | -0/+23 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -3/+3 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -179/+179 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -121/+121 |
| 2023-10-19 | Improve the warning messages for the `#[diagnostic::on_unimplemented]` | Georg Semmler | -10/+52 |
| 2023-10-19 | Suggest relaxing implicit `type Assoc: Sized;` bound | Esteban Küber | -0/+23 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -13/+18 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -13/+18 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -42/+4 |