| Age | Commit message (Expand) | Author | Lines |
| 2023-06-23 | Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjay | Michael Goulet | -2/+10 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -15/+15 |
| 2023-06-23 | Resolve vars when reporting WF error | Michael Goulet | -0/+1 |
| 2023-06-23 | Don't emit same goal as input during wf obligations | Michael Goulet | -2/+9 |
| 2023-06-22 | Avoid guessing unknown trait impl in suggestions | Alexander Zhang | -6/+10 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -15/+15 |
| 2023-06-22 | Auto merge of #112686 - estebank:sealed-traits, r=petrochenkov | bors | -0/+26 |
| 2023-06-22 | Account for sealed traits in trait bound errors | Esteban Küber | -0/+26 |
| 2023-06-21 | Don't substitute a GAT that has mismatched generics in OpaqueTypeCollector | Michael Goulet | -45/+46 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -136/+145 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -287/+298 |
| 2023-06-20 | inspect nits | lcnr | -147/+158 |
| 2023-06-20 | cleanup imports | lcnr | -13/+8 |
| 2023-06-20 | split probe into 2 functions for better readability | lcnr | -127/+132 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -1/+13 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -0/+8 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -1/+5 |
| 2023-06-19 | Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=... | Michael Goulet | -8/+29 |
| 2023-06-19 | Rollup merge of #112783 - compiler-errors:nlb-fnptr-reject-ice, r=fee1-dead | Matthias Krüger | -5/+3 |
| 2023-06-19 | Rollup merge of #112777 - compiler-errors:normalize-weak-more, r=oli-obk | Matthias Krüger | -2/+6 |
| 2023-06-19 | Fully fledged Clause type | Michael Goulet | -6/+6 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -136/+145 |
| 2023-06-19 | Don't consider TAIT normalizable to hidden ty if it would result in impossibl... | Michael Goulet | -8/+29 |
| 2023-06-19 | create module so that RUSTC_LOG can filter to just proof trees | Boxy | -1/+9 |
| 2023-06-19 | allow caller to force proof tree generation | Boxy | -72/+89 |
| 2023-06-19 | show normalizes-to hack and response instantiation goals | Boxy | -16/+43 |
| 2023-06-19 | introduce a separate set of types for finalized proof trees | Boxy | -160/+296 |
| 2023-06-19 | dont use a trait | Boxy | -139/+116 |
| 2023-06-19 | say what kind of cache hit | Boxy | -8/+14 |
| 2023-06-19 | add -Z flag | Boxy | -3/+11 |
| 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 |