| Age | Commit message (Expand) | Author | Lines |
| 2023-08-10 | make the provisional cache slightly less broken | lcnr | -40/+57 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+6 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -34/+61 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -21/+0 |
| 2023-08-08 | Only dedup obligation after new ones have been added. | Nicholas Nethercote | -4/+4 |
| 2023-08-08 | Size the `deduped` set appropriately. | Nicholas Nethercote | -1/+1 |
| 2023-08-08 | Simplify the boolean logic in a closure. | Nicholas Nethercote | -6/+1 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -1/+3 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Structurally normalize weak and inherent too | Michael Goulet | -1/+3 |
| 2023-08-07 | Rollup merge of #114196 - compiler-errors:bubble-pls, r=lcnr | Matthias Krüger | -23/+24 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-07 | Migrate a trait selection error to use diagnostic translation | Deadbeef | -34/+61 |
| 2023-08-07 | Rollup merge of #114549 - chenyukang:yukang-review-resolve-part, r=petrochenkov | Matthias Krüger | -14/+12 |
| 2023-08-06 | refactor on span_look_ahead | yukang | -14/+12 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -21/+0 |
| 2023-08-05 | Also report when goals go from ok to error | Michael Goulet | -2/+8 |
| 2023-08-04 | Rollup merge of #114490 - kernelmethod:error-reporting-typos, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -531/+447 |
| 2023-08-05 | Fix a typo in the error reporting for sealed traits. | kernelmethod | -1/+1 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-04 | Rollup merge of #113945 - chenyukang:yukang-fix-113447-slice-2, r=cjgillot | Matthias Krüger | -3/+13 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -110/+234 |
| 2023-08-04 | Rollup merge of #114355 - compiler-errors:resolve_vars_early, r=lcnr | Matthias Krüger | -91/+144 |
| 2023-08-03 | Remove trivial region constraints | Michael Goulet | -1/+6 |
| 2023-08-03 | resolve before canonicalization, ICE if unresolved | Michael Goulet | -67/+114 |
| 2023-08-03 | separate calculation and interning of external query constraints | Michael Goulet | -27/+28 |
| 2023-08-03 | Don't be incomplete | Michael Goulet | -92/+128 |
| 2023-08-03 | Fix upcasting with normalization in old solver, add a test | Michael Goulet | -2/+12 |
| 2023-08-03 | short-circuit when proj def ids differ | Michael Goulet | -14/+20 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -96/+168 |
| 2023-08-04 | enable suggest convert to slice for binary operation | yukang | -3/+5 |
| 2023-08-03 | Fix wrong span for trait selection failure error reporting | yukang | -0/+8 |
| 2023-08-03 | inline helper methods into `with_new_goal` | lcnr | -115/+80 |
| 2023-08-03 | rewrite stack dependent overflow handling | lcnr | -173/+180 |
| 2023-08-03 | handle overflow in the `EvalCtxt` separately | lcnr | -189/+156 |
| 2023-08-03 | add `ensure_sufficient_stack` to the new solver | lcnr | -18/+21 |
| 2023-08-03 | fix `make_ambiguous_response_no_constraints` | lcnr | -47/+41 |
| 2023-08-03 | avoid more `ty::Binder:dummy` | lcnr | -36/+16 |
| 2023-08-03 | builtin impl confirmation wuhu | lcnr | -23/+17 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -95/+46 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -5/+6 |
| 2023-08-02 | Auto merge of #114358 - matthiaskrgr:rollup-d810m9e, r=matthiaskrgr | bors | -5/+17 |
| 2023-08-02 | Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errors | Matthias Krüger | -3/+12 |
| 2023-08-02 | Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-08-02 | Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errors | bors | -10/+0 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -5/+6 |
| 2023-08-01 | Don't select infer -> dyn Trait | Michael Goulet | -0/+3 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -2/+2 |