| Age | Commit message (Expand) | Author | Lines |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -1/+1 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -4/+4 |
| 2023-12-28 | rustc_middle: Pretty-print negative bounds correctly | León Orell Valerian Liehr | -21/+51 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -3/+3 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -2/+2 |
| 2023-12-19 | rename to verbose-internals | jyn | -3/+3 |
| 2023-12-12 | Uplift TypeAndMut | Michael Goulet | -4/+4 |
| 2023-12-12 | Uplift ClosureKind | Michael Goulet | -5/+1 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -23/+8 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -6/+5 |
| 2023-12-10 | clean up leftover FIXME | Deadbeef | -28/+1 |
| 2023-12-10 | fix tests | Deadbeef | -1/+2 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -18/+29 |
| 2023-12-10 | remove redundant imports | surechen | -6/+5 |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -3/+6 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -29/+18 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -0/+7 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -1/+7 |
| 2023-12-07 | Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlin | bors | -3/+3 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -0/+1 |
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer is... | Ralf Jung | -3/+3 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -1/+45 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -3/+3 |
| 2023-12-02 | Rename `Handler::delay_good_path_bug` as `Handler::good_path_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-27 | Rollup merge of #118340 - compiler-errors:tweaks, r=lqd | Takayuki Maeda | -10/+10 |
| 2023-11-26 | Use helpers | Michael Goulet | -10/+10 |
| 2023-11-24 | Separate Nan/Inf floats with _ | Michael Goulet | -2/+5 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -5/+0 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -9/+9 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -5/+0 |
| 2023-11-19 | Add documentation for some queries | Nilstrieb | -1/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -4/+4 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -13/+9 |
| 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 |