| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Rollup merge of #122142 - lcnr:rustc_infer-cleanup, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-03-07 | move snapshot handling into mod | lcnr | -1/+1 |
| 2024-03-07 | improve debug logging | Lukas Markeffsky | -1/+1 |
| 2024-03-01 | Don't grab variances if we're invariant | Michael Goulet | -1/+21 |
| 2024-03-01 | Rebase fallout from TypeRelating::binders, inline higher_ranked_sub | Michael Goulet | -66/+51 |
| 2024-03-01 | Fallout from removing a_is_expected | Michael Goulet | -49/+17 |
| 2024-03-01 | Remove a_is_expected from combine relations | Michael Goulet | -58/+41 |
| 2024-03-01 | Remove cause | Michael Goulet | -23/+2 |
| 2024-03-01 | Combine sub and eq | Michael Goulet | -485/+350 |
| 2024-03-01 | Preserve variance on error in generalizer | Michael Goulet | -2/+2 |
| 2024-02-29 | Change condition in binders to one that is more readable | Santiago Pastorino | -5/+5 |
| 2024-02-29 | Make infer higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -2/+25 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -30/+133 |
| 2024-02-23 | Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errors | Matthias Krüger | -18/+24 |
| 2024-02-22 | fix CI | lcnr | -2/+2 |
| 2024-02-22 | woops, soundly generalizing is hard | lcnr | -18/+24 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -12/+4 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -575/+5 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -9/+9 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -17/+5 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -64/+83 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -1/+1 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -5/+3 |
| 2024-02-20 | some type system cleanup | lcnr | -64/+83 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -0/+5 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -0/+5 |
| 2024-02-17 | yeet `GeneralizerDelegate` | lcnr | -126/+52 |
| 2024-02-17 | use `instantiate_ty_var` in nll | lcnr | -185/+47 |
| 2024-02-17 | move ty var instantiation into the generalize module | lcnr | -211/+233 |
| 2024-02-17 | add fixme | lcnr | -0/+3 |
| 2024-02-17 | rename `needs_wf` and clarify comment | lcnr | -54/+56 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -5/+5 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-08 | reviews + rebase | Boxy | -55/+49 |
| 2024-02-08 | rename `instantiate_binder_with_placeholders` | Boxy | -5/+22 |
| 2024-02-08 | introduce `enter_forall` | Boxy | -25/+45 |
| 2024-02-05 | cleanup effect var handling | lcnr | -32/+6 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -3/+2 |
| 2024-01-22 | Make generic const type mismatches not hide trait impls from the trait solver | Oli Scherer | -24/+10 |
| 2024-01-16 | don't store const var origins for known vars | lcnr | -24/+17 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -5/+4 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -5/+4 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -4/+3 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -1/+4 |
| 2023-12-27 | Remove dead codes | r01and | -17/+2 |
| 2023-12-24 | Avoid stack overflow in generalizer. | Camille GILLOT | -1/+4 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-19 | Remove param env from relation altogether | Michael Goulet | -24/+22 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -2/+719 |