| Age | Commit message (Expand) | Author | Lines |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -11/+17 |
| 2022-03-22 | remove [async output] from impl Future | Michael Goulet | -16/+20 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -4/+4 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -4/+6 |
| 2022-02-25 | Auto merge of #94279 - tmiasko:write-print, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -22/+27 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -4/+4 |
| 2022-02-23 | Print `ParamTy` and `ParamConst` instead of displaying them | Tomasz Miąsko | -2/+2 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -2/+1 |
| 2022-02-21 | Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -5/+3 |
| 2022-02-20 | Preallocate a buffer in FmtPrinter | Mark Rousskov | -1/+3 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -22/+25 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -58/+51 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -2/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -3/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -7/+24 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -58/+51 |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -7/+24 |
| 2022-02-16 | Fix inconsistent symbol mangling with -Zverbose | Tomasz Miąsko | -5/+0 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -4/+12 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -22/+25 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -26/+28 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -13/+18 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -17/+11 |
| 2022-02-07 | Print opaque types from type aliases via their path | Oli Scherer | -19/+15 |
| 2022-02-03 | Improve self-referential diagnostic somewhat | Oli Scherer | -12/+19 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+3 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -2/+41 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -2/+41 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -18/+20 |
| 2022-01-17 | Update w/ comments | kadmin | -1/+7 |
| 2022-01-17 | Update term for use in more places | kadmin | -9/+15 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -1/+8 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -30/+23 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -4/+2 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -4/+10 |
| 2022-01-15 | attempt to re-add `ty::Unevaluated` visitor and friends | Ellen | -2/+2 |
| 2022-01-15 | initial revert | Ellen | -31/+24 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -1/+1 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -2/+2 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -1/+3 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -4/+10 |
| 2021-12-20 | Bail if printing item named `_` in `try_print_visible_def_path` | Michael Goulet | -16/+28 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -13/+14 |
| 2021-12-19 | Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk | Matthias Krüger | -13/+14 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |