| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -10/+15 |
| 2023-10-06 | Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkin | bors | -2/+2 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -23/+2 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -23/+2 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -6/+8 |
| 2023-10-04 | Make it clear that args default to being related invariantly | Michael Goulet | -10/+10 |
| 2023-10-04 | Remove unnecessary relate impl | Michael Goulet | -13/+0 |
| 2023-10-04 | Relate AliasTy considering variance | Michael Goulet | -19/+15 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -9/+18 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -6/+8 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -6/+6 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -2/+2 |
| 2023-10-02 | `skip_binder` to `instantiate_identity` | lcnr | -2/+7 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -9/+18 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -10/+10 |
| 2023-09-26 | subst -> instantiate | lcnr | -24/+12 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -10/+10 |