| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -195/+81 |
| 2023-03-21 | Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -20/+10 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -1/+5 |
| 2023-03-21 | Do not suggest bounds restrictions for synthesized RPITITs | Santiago Pastorino | -0/+1 |
| 2023-03-21 | Deduplicate fn trait compatibility checks | Oli Scherer | -20/+7 |
| 2023-03-21 | Only implement Fn* traits for extern "Rust" safe function pointers. | Oli Scherer | -0/+3 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -52/+19 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -143/+62 |
| 2023-03-20 | Enforce non-lifetime-binders in supertrait preds are not object safe | Michael Goulet | -1/+20 |
| 2023-03-19 | Delay overlap errors if errors are involved | Michael Goulet | -1/+5 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -0/+23 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -9/+13 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2023-03-16 | Rollup merge of #109171 - oli-obk:normalization_cleanup, r=compiler-errors | Matthias Krüger | -77/+48 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -76/+91 |
| 2023-03-16 | Fix on_unimplemented_note for RPITITs | Michael Goulet | -7/+11 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -7/+7 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -76/+91 |
| 2023-03-15 | Deduplicate logic between projection normalization with and without escaping ... | Oli Scherer | -59/+21 |
| 2023-03-15 | Exhaustively match over all alias kinds | Oli Scherer | -20/+29 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -7/+7 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -3/+0 |
| 2023-03-14 | Rollup merge of #108915 - spastorino:new-rpitit-8, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-03-14 | Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-03-14 | Remove some direct calls to local_def_id_to_hir_id on diagnostics | Santiago Pastorino | -0/+4 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -8/+1 |
| 2023-03-13 | Better names? | Michael Goulet | -11/+11 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -13/+39 |
| 2023-03-12 | Rollup merge of #109032 - compiler-errors:shorter, r=BoxyUwU | Matthias Krüger | -15/+13 |
| 2023-03-12 | Fix object safety checks for new RPITITs | Santiago Pastorino | -3/+2 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -0/+1 |
| 2023-03-12 | Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errors | Matthias Krüger | -7/+90 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-11 | Use TyCtxt::trait_solver_next in some places | Michael Goulet | -15/+13 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108071 - compiler-errors:new-solver-caching, r=lcnr | Matthias Krüger | -1/+2 |
| 2023-03-10 | Move some solver stuff to middle | Michael Goulet | -1/+2 |
| 2023-03-10 | Rollup merge of #108947 - compiler-errors:ct-infer-no-shapeshifting, r=BoxyUwU | Matthias Krüger | -3/+3 |
| 2023-03-10 | Rollup merge of #108937 - lcnr:winnowing-enum, r=WaffleLapkin | Matthias Krüger | -40/+67 |
| 2023-03-10 | Rollup merge of #108834 - compiler-errors:fn-ptr-fn-obl, r=spastorino | Matthias Krüger | -3/+11 |
| 2023-03-10 | updating comment | lcnr | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -43/+30 |
| 2023-03-09 | Make some report and emit errors take DefIds instead of BodyIds | Santiago Pastorino | -32/+32 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -3/+3 |
| 2023-03-09 | improve readability of winnowing | lcnr | -39/+66 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -3/+5 |
| 2023-03-09 | resolve regions before implied bounds | Ali MJ Al-Nasrawy | -5/+7 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -2/+0 |