| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -3/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -9/+3 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -9/+3 |
| 2022-09-12 | Rename some variants | Michael Goulet | -3/+2 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -2/+7 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -8/+1 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -9/+1 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -3/+5 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -1/+7 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -9/+1 |
| 2022-09-08 | We can print futures with {integer} too | Michael Goulet | -1/+1 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -2/+4 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -12/+8 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -1/+1 |
| 2022-08-26 | Suggest returning closure as impl Fn | Michael Goulet | -0/+37 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -8/+1 |
| 2022-08-09 | fix | b-naber | -0/+4 |
| 2022-07-27 | Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2022-07-26 | Add `Self: ~const Trait` to traits with `#[const_trait]` | Deadbeef | -1/+1 |
| 2022-07-26 | Allow try_to_raw_bytes on u8 array | Michael Goulet | -1/+1 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -1/+1 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -1/+1 |
| 2022-07-20 | rename get_global_alloc to try_get_global_alloc | Ralf Jung | -2/+3 |