| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Rollup merge of #117246 - estebank:issue-117209, r=petrochenkov | Matthias Krüger | -0/+28 |
| 2023-10-27 | Account for type param from other item in `note_and_explain` | Esteban Küber | -0/+28 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+11 |
| 2023-10-26 | Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE | León Orell Valerian Liehr | -2/+2 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -0/+1 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -0/+2 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -19/+23 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -2/+6 |
| 2023-10-25 | Add a IsIdentity extension trait for CanonicalUserType | Michael Goulet | -5/+9 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -17/+17 |
| 2023-10-25 | Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -183/+78 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -52/+35 |
| 2023-10-24 | Intern LocalDefId list from opaque query | Michael Goulet | -0/+10 |
| 2023-10-24 | Rollup merge of #117091 - compiler-errors:debug, r=lcnr | Matthias Krüger | -36/+36 |
| 2023-10-23 | pre-cleanups | Michael Goulet | -0/+1 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -310/+323 |
| 2023-10-23 | Remove redundant type parameter | Michael Goulet | -36/+36 |
| 2023-10-23 | Naming nits | Michael Goulet | -26/+26 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+0 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -310/+323 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -183/+78 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -3/+3 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -106/+106 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -123/+123 |
| 2023-10-20 | Adjust imports | Michael Goulet | -4/+4 |
| 2023-10-20 | Auto merge of #116946 - compiler-errors:movability-and-mutability, r=lcnr | bors | -7/+1 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -2/+3 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -7/+1 |
| 2023-10-18 | Some renaming nits for rustc_type_ir | Michael Goulet | -14/+12 |
| 2023-10-18 | Remove unused variant BinderListTy | Michael Goulet | -1/+0 |
| 2023-10-18 | Auto merge of #116887 - lcnr:alias-ty-constructor, r=compiler-errors | bors | -19/+21 |
| 2023-10-18 | AliasTy::new instead of tcx method | lcnr | -19/+21 |
| 2023-10-18 | Auto merge of #116885 - aliemjay:rollup-plbeppt, r=aliemjay | bors | -5/+0 |
| 2023-10-18 | Rollup merge of #116870 - compiler-errors:host-param-by-name, r=fee1-dead | Ali MJ Al-Nasrawy | -5/+0 |
| 2023-10-18 | Auto merge of #116815 - Nilstrieb:more-funny-pretty-printers, r=compiler-errors | bors | -143/+90 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -2/+3 |
| 2023-10-18 | Don't compare host param by name | Michael Goulet | -5/+0 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -5/+4 |
| 2023-10-17 | Remove `Print::Error` | Nilstrieb | -22/+11 |
| 2023-10-17 | Remove `Printer::Error` | Nilstrieb | -95/+93 |
| 2023-10-17 | Remove `Print::Output` | Nilstrieb | -27/+19 |
| 2023-10-17 | Remove "subprinter" types from `Printer` | Nilstrieb | -88/+56 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -0/+4 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -22/+51 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -0/+4 |
| 2023-10-14 | Fix a spot I wrote the wrong word | Scott McMurray | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -22/+51 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -41/+24 |