| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -1/+1 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -1/+1 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -5/+5 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -4/+1 |
| 2024-05-10 | Name tweaks | Michael Goulet | -1/+4 |
| 2024-05-10 | More rename fallout | Michael Goulet | -1/+1 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -5/+2 |
| 2024-05-09 | Rollup merge of #124924 - goofylfg:master, r=est31 | Matthias Krüger | -1/+1 |
| 2024-05-09 | Rollup merge of #124893 - xldenis:public-region-apis, r=lcnr | Matthias Krüger | -5/+14 |
| 2024-05-09 | chore: remove repetitive words | goofylfg | -1/+1 |
| 2024-05-08 | Make a minimal amount of region APIs public | Xavier Denis | -5/+14 |
| 2024-05-06 | BorrowckInferCtxt: infcx by value | lcnr | -6/+3 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-16 | Rollup merge of #123797 - amandasystems:better-graphviz, r=oli-obk | Guillaume Gomez | -6/+38 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2024-04-14 | Make `depth_first_search` into a standalone function | Maybe Waffle | -3/+2 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -1/+1 |
| 2024-04-11 | Slightly more readable NLL/constraint graph dumps | Amanda Stjerna | -6/+38 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -4/+3 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -0/+12 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -70/+25 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+10 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -87/+65 |
| 2024-03-28 | favor placeholders over existentials when choosing SCC representatives | Ali MJ Al-Nasrawy | -12/+20 |
| 2024-03-28 | check RPITs for invalid args | Ali MJ Al-Nasrawy | -11/+1 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -0/+8 |
| 2024-03-28 | except equal parameters from the uniqueness check | Ali MJ Al-Nasrawy | -1/+97 |
| 2024-03-26 | ignore uncaptured lifetimes when checking opaques | Ali MJ Al-Nasrawy | -12/+11 |
| 2024-03-26 | fix ICE in check_unique | Ali MJ Al-Nasrawy | -2/+11 |
| 2024-03-23 | Use `chunk_by` when building `ReverseSccGraph` | Josh Stone | -6/+5 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+0 |
| 2024-03-21 | Strip placeholders from hidden types before remapping generic parameter in th... | Oli Scherer | -0/+5 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -4/+0 |
| 2024-03-18 | Prevent opaque types being instantiated twice with different regions within t... | Oli Scherer | -20/+76 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -2/+0 |
| 2024-03-11 | Eliminate `DefiningAnchor::Error`, it is indistinguishable from `DefiningAnch... | Oli Scherer | -1/+1 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -1/+1 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -8/+11 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -6/+8 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+2 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -9/+3 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -12/+12 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -12/+12 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -3/+3 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -8/+2 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -8/+2 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -39/+2 |