| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Use local key in providers | Michael Goulet | -27/+52 |
| 2023-03-21 | Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obk | nils | -14/+1 |
| 2023-03-21 | Deduplicate fn trait compatibility checks | Oli Scherer | -1/+13 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -0/+14 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -6/+1 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -1/+3 |
| 2023-03-20 | drive-by: Fix a comment in TyCtxt::fold_regions and remove an unused method | Michael Goulet | -14/+1 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -0/+14 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -3/+2 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -7/+17 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-03-16 | Rollup merge of #109151 - compiler-errors:debug-assert-alias, r=WaffleLapkin | Matthias Krüger | -0/+7 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -12/+12 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+5 |
| 2023-03-15 | unequal → not equal | gimbles | -7/+7 |
| 2023-03-15 | Make impl_trait_in_trait_container consider newly generated RPITITs | Santiago Pastorino | -4/+10 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -0/+1 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -1/+1 |
| 2023-03-14 | Assert def-kind is correct for alias types | Michael Goulet | -0/+7 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -0/+1 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -1/+5 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -2/+20 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -1/+5 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -2/+20 |
| 2023-03-13 | Better names? | Michael Goulet | -20/+23 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -40/+83 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -1/+39 |
| 2023-03-12 | Rollup merge of #109017 - klensy:dupe, r=cjgillot | Matthias Krüger | -6/+2 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+12 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -1/+39 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -3/+6 |
| 2023-03-11 | Rollup merge of #108690 - Zoxc:query-size-limits, r=cjgillot | Matthias Krüger | -0/+30 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -0/+5 |
| 2023-03-11 | remove duplicated calls to sort_string | klensy | -6/+2 |
| 2023-03-10 | Actually cache goals | Michael Goulet | -0/+5 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -3/+6 |
| 2023-03-10 | Rollup merge of #108828 - compiler-errors:new-solver-alias-eq-on-num-var, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -3/+6 |
| 2023-03-09 | Emit alias-eq when equating numeric var and projection | Michael Goulet | -1/+1 |
| 2023-03-09 | Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -3/+8 |
| 2023-03-06 | Add is_impl_trait_in_trait | Santiago Pastorino | -0/+8 |
| 2023-03-06 | Place binder correctly for arbitrary trait bound suggestion | Michael Goulet | -2/+2 |
| 2023-03-06 | Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses... | Santiago Pastorino | -0/+4 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+5 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -3/+1 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |
| 2023-03-05 | Improve documentation and argument naming of some TyCtxt methods | Guillaume Gomez | -13/+20 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -33/+28 |