| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Remove `Const::from_value` | Maybe Waffle | -2/+1 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -15/+10 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -15/+10 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -13/+7 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -15/+10 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -0/+3 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -0/+3 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -7/+7 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -13/+7 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -0/+11 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -1/+2 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -4/+4 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -8/+6 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -2/+11 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -8/+6 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -5/+1 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -3/+16 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -3/+1 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -39/+5 |
| 2022-11-11 | Do not rename bound variables when verbose-printing binders. | Camille GILLOT | -39/+5 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -0/+6 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -4/+4 |
| 2022-11-05 | Use `FmtPrinter` instead of creating `Instance` | clubby789 | -0/+6 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -1/+1 |
| 2022-10-30 | All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should... | Sarthak Singh | -17/+17 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -2/+2 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -3/+7 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -0/+10 |
| 2022-10-23 | Annotate static lifetimes too | Michael Goulet | -9/+3 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -2/+1 |
| 2022-10-22 | Pretty print lifetimes captured by RPIT | Michael Goulet | -0/+16 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -2/+1 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -2/+2 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -1/+10 |
| 2022-10-13 | Print RPITIT verbosely if -Zverbose | Michael Goulet | -1/+3 |
| 2022-10-08 | Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726 | Michael Howell | -12/+63 |
| 2022-10-08 | handle late-bound vars from inner binders correctly and add test | b-naber | -1/+1 |
| 2022-10-03 | re-name params + add comments | b-naber | -10/+16 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -1/+1 |
| 2022-09-30 | don't repeat lifetime names from outer binder in print | b-naber | -12/+57 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-26 | address review | b-naber | -2/+3 |
| 2022-09-26 | don't duplicate late-bound region names in print of Binder | b-naber | -27/+53 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -22/+3 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -22/+3 |