| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | initial info dump | Boxy | -406/+763 |
| 2023-06-19 | Don't ICE on bound var in reject_fn_ptr_impls | Michael Goulet | -5/+3 |
| 2023-06-18 | Continue folding in query normalizer on weak aliases | Michael Goulet | -2/+6 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -19/+20 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -20/+26 |
| 2023-06-17 | Remove even more redundant builtin candidates | Michael Goulet | -15/+27 |
| 2023-06-17 | Simplify even more candidates | Michael Goulet | -27/+36 |
| 2023-06-17 | Simplify an ObjectData field | Michael Goulet | -4/+8 |
| 2023-06-17 | Simplify some impl source candidates | Michael Goulet | -19/+15 |
| 2023-06-17 | Remove some ImplSource candidates | Michael Goulet | -19/+16 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -16/+95 |
| 2023-06-16 | Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnr | Michael Goulet | -26/+32 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -16/+95 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -3/+23 |
| 2023-06-16 | fix: inline `predicate_may_hold_fatal` | bohan | -14/+6 |
| 2023-06-15 | Make assumption functions in new solver take clause | Michael Goulet | -26/+32 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -6/+5 |
| 2023-06-14 | Rollup merge of #112605 - compiler-errors:negative-docs, r=spastorino | Matthias Krüger | -83/+85 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -3/+3 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -26/+112 |
| 2023-06-14 | remove hash_drain_filter feature uses | The 8472 | -1/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -2/+2 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -3/+3 |
| 2023-06-14 | Improve docs/clean up negative overlap functions | Michael Goulet | -83/+85 |
| 2023-06-13 | opportunistically resolve regions | Michael Goulet | -3/+23 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -1/+7 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -35/+49 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -3/+3 |
| 2023-06-12 | update comment | lcnr | -1/+1 |
| 2023-06-11 | Auto merge of #112466 - lcnr:opaque-type-cleanup, r=compiler-errors | bors | -35/+46 |
| 2023-06-09 | split opaque type handling in new solver | lcnr | -35/+46 |
| 2023-06-08 | deduplicate identical region constraints | Michael Goulet | -1/+5 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -20/+40 |
| 2023-06-07 | Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnr | Dylan DPC | -136/+196 |
| 2023-06-06 | Note why rust-call abi requires sized obl | Michael Goulet | -1/+7 |
| 2023-06-06 | Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goal | Michael Goulet | -23/+72 |
| 2023-06-06 | Move alias-relate to its own module | Michael Goulet | -136/+147 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -16/+32 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+3 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -6/+7 |
| 2023-06-06 | Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2023-06-05 | diagnostics: do not suggest type name tweaks on type-inferred closure args | Michael Howell | -2/+2 |
| 2023-06-05 | Rollup merge of #112318 - oli-obk:assoc_ty_sized_bound_for_object_safety, r=c... | Matthias Krüger | -51/+43 |
| 2023-06-05 | Rollup merge of #112303 - Nilstrieb:as-deref, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-06-05 | Resolve vars in result from scrape_region_constraints | Michael Goulet | -3/+12 |
| 2023-06-05 | Merge method, type and const object safety checks | Oli Scherer | -51/+43 |
| 2023-06-05 | Avoid going through queries if a value of type `AssocItem` is already available | Oli Scherer | -1/+1 |
| 2023-06-05 | Normalize in infcx instead of globally for `Option::as_deref` suggestion | Nilstrieb | -1/+2 |
| 2023-06-05 | Properly compare types for `Option::as_deref` suggestion | Nilstrieb | -1/+1 |
| 2023-06-03 | Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillot | Matthias Krüger | -9/+95 |