| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -1/+1 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-25 | Auto merge of #116993 - compiler-errors:clause-kind, r=jackh726 | bors | -45/+53 |
| 2023-10-24 | Get rid of 'tcx on ConstVid, EffectVid | Michael Goulet | -3/+3 |
| 2023-10-21 | Make `ty::print::Printer` take `&mut self` instead of `self` | Nilstrieb | -279/+296 |
| 2023-10-20 | Uplift ClauseKind and PredicateKind | Michael Goulet | -45/+53 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -11/+11 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-19 | Auto merge of #116874 - compiler-errors:elaborator-nits, r=wesleywiser | bors | -2/+3 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -2/+3 |
| 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-13 | Format all the let chains in compiler | Michael Goulet | -15/+26 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -3/+3 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -2/+2 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -6/+2 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -7/+7 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -1/+1 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -0/+15 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -14/+9 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -2/+5 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -11/+8 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -11/+8 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -0/+11 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -4/+7 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -5/+1 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -0/+5 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -3/+3 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-07 | Migrate a trait selection error to use diagnostic translation | Deadbeef | -5/+1 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -0/+5 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -1/+2 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -7/+2 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+2 |
| 2023-07-30 | Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -5/+5 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -5/+5 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -2/+29 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -89/+92 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -2/+2 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -2/+2 |
| 2023-07-05 | Document magic boolean | Oli Scherer | -1/+3 |
| 2023-07-05 | Remove a function argument that is always passed with the same value. | Oli Scherer | -26/+13 |