| Age | Commit message (Expand) | Author | Lines |
| 2025-09-11 | incompletely prefer opaque type bounds when self type bottoms out in infer | Michael Goulet | -13/+168 |
| 2025-09-11 | consider the `sub_unification_table` in `stalled_on` | lcnr | -24/+33 |
| 2025-09-08 | Auto merge of #140375 - lcnr:subrelations-infcx, r=BoxyUwU | bors | -38/+55 |
| 2025-09-08 | Rollup merge of #146111 - ChayimFriedman2:more-ns-specific-defid, r=lcnr | Matthias Krüger | -23/+24 |
| 2025-09-08 | review | lcnr | -3/+3 |
| 2025-09-08 | optimize `CanonicalVarValues::instantiate` | lcnr | -10/+5 |
| 2025-09-08 | pass `sub_relations` into canonical queries | lcnr | -31/+45 |
| 2025-09-08 | eagerly compute `sub_relations` again | lcnr | -5/+13 |
| 2025-09-04 | Don't require next-solver `ProbeRef` to be `Copy` | Chayim Refael Friedman | -2/+2 |
| 2025-09-02 | Migrate more things in the new solver to specific `DefId`s | Chayim Refael Friedman | -23/+24 |
| 2025-08-29 | cleanup proof tree implementation and add cache | lcnr | -387/+235 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -80/+88 |
| 2025-08-25 | Switch next solver to use a specific associated type for trait def id | Chayim Refael Friedman | -80/+88 |
| 2025-08-25 | support non-defining uses in HIR typeck | lcnr | -148/+51 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -7/+11 |
| 2025-08-22 | change HIR typeck unification handling approach | lcnr | -6/+1 |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -7/+11 |
| 2025-08-19 | Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -4/+13 |
| 2025-08-19 | Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -18/+6 |
| 2025-08-17 | Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation. | Zachary S | -4/+13 |
| 2025-08-14 | update comment | lcnr | -0/+12 |
| 2025-08-14 | ignore head usages of ignored candidates | lcnr | -54/+138 |
| 2025-08-13 | `fn new_coroutine_witness_for_coroutine` woops | lcnr | -18/+6 |
| 2025-08-11 | significantly improve provisional cache rebasing | lcnr | -1/+3 |
| 2025-08-09 | some `derive_more` refactors | Deadbeef | -4/+12 |
| 2025-08-05 | we only merge candidates for trait and normalizes-to goals | lcnr | -69/+48 |
| 2025-08-04 | Rollup merge of #144694 - compiler-errors:with-self-ty, r=SparrowLii | Stuart Cook | -10/+12 |
| 2025-08-03 | Auto merge of #144732 - lcnr:ignore-shadowed-impls, r=compiler-errors | bors | -3/+24 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -3/+17 |
| 2025-07-31 | Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness | Michael Goulet | -7/+4 |
| 2025-07-31 | dont assemble shadowed impl candidates | lcnr | -3/+24 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -13/+49 |
| 2025-07-30 | Distinguish appending and replacing self ty in predicates | Michael Goulet | -10/+12 |
| 2025-07-30 | extend comment | lcnr | -0/+13 |
| 2025-07-29 | resuse eagerly resolved goal from previous iteration | lcnr | -12/+32 |
| 2025-07-26 | Auto merge of #143500 - compiler-errors:characterize-less, r=lcnr | bors | -4/+9 |
| 2025-07-25 | uniquify root goals during HIR typeck | lcnr | -3/+6 |
| 2025-07-18 | update comment | lcnr | -4/+2 |
| 2025-07-15 | Add the core logic in old and new solvers | tiif | -0/+26 |
| 2025-07-05 | [perf] Skip walking into param-env component if it has no placeholder/re-var | Michael Goulet | -4/+9 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -4/+4 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -3/+1 |
| 2025-06-30 | Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnr | dianqk | -91/+80 |
| 2025-06-27 | Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU | Matthias Krüger | -0/+1 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -11/+11 |
| 2025-06-27 | Use one more let chain | Michael Goulet | -24/+23 |
| 2025-06-27 | Use let chains in the new solver | Michael Goulet | -67/+57 |
| 2025-06-26 | Rollup merge of #143073 - yotamofek:pr/fix-let-chains-fixmes, r=compiler-errors | Michael Goulet | -9/+8 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -1/+1 |
| 2025-06-26 | Fix some fixmes that were waiting for let chains | Yotam Ofek | -9/+8 |