| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -3/+3 |
| 2023-07-05 | Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwU | Michael Goulet | -18/+60 |
| 2023-07-05 | Rollup merge of #113319 - lcnr:type-param-def-def-id, r=compiler-errors | Michael Goulet | -2/+2 |
| 2023-07-05 | Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk | Michael Goulet | -60/+72 |
| 2023-07-05 | Deal with fallout | Boxy | -3/+3 |
| 2023-07-05 | Make all generics_require_sized_self go through the query to get caching. | Oli Scherer | -3/+3 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -9/+57 |
| 2023-07-05 | Remove redundant `delay_span_bug` | Oli Scherer | -9/+3 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -1/+6 |
| 2023-07-04 | Auto merge of #113330 - matthiaskrgr:rollup-zm3owin, r=matthiaskrgr | bors | -1/+26 |
| 2023-07-04 | Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr | Matthias Krüger | -1/+26 |
| 2023-07-04 | reviews | Boxy | -7/+5 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -30/+28 |
| 2023-07-04 | `TypeParameterDefinition` always require a `DefId` | lcnr | -2/+2 |
| 2023-07-04 | extend comment | lcnr | -0/+5 |
| 2023-07-04 | -Ztrait-solver=next: stop depending on old solver | lcnr | -60/+67 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -27/+5 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -163/+6 |
| 2023-07-03 | add flag for disabling global cache and printing proof trees on error | Boxy | -1/+28 |
| 2023-07-03 | Implement selection in new trait solver | Michael Goulet | -1/+6 |
| 2023-07-03 | review | lcnr | -2/+13 |
| 2023-07-03 | `deeply_normalize` pass in fulfill cx for old solver | lcnr | -12/+15 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -10/+26 |
| 2023-07-03 | add deep normalization via the new solver | lcnr | -6/+56 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -79/+48 |
| 2023-06-29 | Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var... | bors | -11/+2 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -79/+48 |
| 2023-06-28 | convert to fluent, make plurals work | Michael Goulet | -10/+3 |
| 2023-06-28 | Do not suggest adjusting trait signature on type mismatch | Michael Goulet | -0/+4 |
| 2023-06-28 | reword message to be less vague | Michael Goulet | -2/+2 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -66/+43 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -27/+31 |
| 2023-06-27 | Normalize opaques with escaping bound vars | Michael Goulet | -11/+2 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -13/+18 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -113/+79 |
| 2023-06-24 | use Const::eval instead of QueryNormalize in error reporting | Michael Goulet | -25/+23 |
| 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 | -8/+6 |
| 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 | -8/+6 |
| 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 | -122/+131 |
| 2023-06-20 | yeet upcast_trait_def_id from ImplSourceObjectData | Michael Goulet | -6/+2 |
| 2023-06-20 | yeet ImplSource::TraitAlias too | Michael Goulet | -11/+7 |
| 2023-06-20 | Remove unnecessary call to select_from_obligation | Michael Goulet | -49/+34 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+8 |