| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -0/+1 |
| 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 | Remove some direct calls to local_def_id_to_hir_id on diagnostics | Santiago Pastorino | -2/+2 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -11/+20 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -1/+5 |
| 2023-03-13 | Rollup merge of #109058 - tmiasko:is-checkable, r=jackh726 | Matthias Krüger | -0/+3 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -11/+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 | Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgr | bors | -6/+3 |
| 2023-03-12 | Rollup merge of #109017 - klensy:dupe, r=cjgillot | Matthias Krüger | -6/+2 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -6/+6 |
| 2023-03-12 | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | -1/+1 |
| 2023-03-12 | Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errors | bors | -0/+13 |
| 2023-03-12 | Document BinOp::is_checkable | Tomasz Miąsko | -0/+3 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -1/+39 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -3/+16 |
| 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 | -2/+99 |
| 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 | Move some solver stuff to middle | Michael Goulet | -2/+94 |
| 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-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -0/+22 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -3/+6 |
| 2023-03-09 | Pacify tidy. | Camille GILLOT | -2/+2 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+22 |
| 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 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -64/+2 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -4/+33 |
| 2023-03-08 | prefer universal from lower universe | Ali MJ Al-Nasrawy | -1/+17 |
| 2023-03-08 | address review comment | Ali MJ Al-Nasrawy | -3/+16 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -12/+18 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -6/+6 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -64/+2 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -12/+48 |
| 2023-03-06 | Implement param_env for RPITITs assoc type | Santiago Pastorino | -0/+1 |
| 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/+9 |
| 2023-03-06 | Querify registered_tools. | Camille GILLOT | -3/+7 |
| 2023-03-05 | Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillot | Matthias Krüger | -13/+20 |