| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -0/+3 |
| 2024-08-30 | refactor NLL MIR dump entry point | Rémy Rakic | -1/+1 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_borrowck`. | Nicholas Nethercote | -10/+10 |
| 2024-08-06 | Don't arbitrarily choose one upper bound for hidden captured region | Michael Goulet | -15/+20 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -35/+35 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -1/+1 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -1/+1 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -72/+29 |
| 2024-07-01 | Code review: rename the method `min_universe()` | Amanda Stjerna | -7/+9 |
| 2024-07-01 | Handle universe leaks by rewriting the constraint graph | Amanda Stjerna | -67/+22 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -4/+9 |
| 2024-06-24 | Auto merge of #126023 - amandasystems:you-dropped-this-again, r=nikomatsakis | bors | -5/+3 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-12 | Address code review comments on the comments | Amanda Stjerna | -29/+29 |
| 2024-06-12 | Move `RegionTracker` to `region_infer` | Amanda Stjerna | -1/+92 |
| 2024-06-12 | Resurrect some comments, remove a `pub` | Amanda Stjerna | -1/+42 |
| 2024-06-12 | Roll back a few `#[instrument]` | Amanda Stjerna | -15/+12 |
| 2024-06-12 | Simplify path compression logic | Amanda Stjerna | -0/+2 |
| 2024-06-12 | Extend SCC construction to enable extra functionality | Amanda Stjerna | -196/+69 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -1/+1 |
| 2024-06-05 | Remove confusing `use_polonius` flag and do less cloning | Amanda Stjerna | -5/+3 |
| 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 |