| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Consolidate region error reporting in rustc_infer | Michael Goulet | -7/+5 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -8/+8 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -1/+66 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -5/+30 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -5/+30 |
| 2024-07-06 | Uplift PredicateEmittingRelation first | Michael Goulet | -4/+5 |
| 2024-07-05 | Equate types instead of using `Unsize` | Maybe Lapkin | -37/+28 |
| 2024-07-05 | Use `ControlFlow` results for visitors that are only looking for a single value | Oli Scherer | -38/+23 |
| 2024-07-04 | Auto merge of #127326 - matthiaskrgr:rollup-kz7vd3w, r=matthiaskrgr | bors | -27/+27 |
| 2024-07-04 | Properly normalize types in bck when checking pointer casts | Maybe Lapkin | -2/+5 |
| 2024-07-04 | Remove unhelpful comments and add helpful ones | Maybe Lapkin | -0/+4 |
| 2024-07-04 | Align the changes to the lang decision | Maybe Lapkin | -8/+29 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -1/+47 |
| 2024-07-04 | Auto merge of #127170 - bjorn3:no_specialize_index_borrowck, r=michaelwoerister | bors | -3/+26 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -11/+14 |
| 2024-07-04 | Fix `&mut` removal suggestion | Esteban Küber | -2/+2 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -14/+11 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-03 | Auto merge of #123720 - amandasystems:dyn-enable-refactor, r=nikomatsakis | bors | -73/+137 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-01 | Add description for why this PR was made | Amanda Stjerna | -3/+25 |
| 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 | -68/+108 |
| 2024-07-01 | Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercote | bors | -160/+186 |
| 2024-06-30 | Remove usage of specialization from rustc_borrowck | bjorn3 | -3/+26 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -9/+44 |
| 2024-06-27 | Rename `'cx` to `'infcx` | Oli Scherer | -90/+90 |
| 2024-06-26 | Automatically taint InferCtxt when errors are emitted | Oli Scherer | -5/+10 |
| 2024-06-26 | Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxt | Oli Scherer | -24/+45 |
| 2024-06-26 | Restrict diagnostic context lifetime of mir borrowck to InferCtxt instead of ... | Oli Scherer | -75/+75 |
| 2024-06-26 | Split lifetimes on mir borrowck dataflow | Oli Scherer | -50/+50 |
| 2024-06-25 | Rollup merge of #126884 - estebank:issue-125634, r=Nadrieril | Matthias Krüger | -2/+4 |
| 2024-06-24 | Separate the mir body lifetime from the other lifetimes | Oli Scherer | -61/+70 |
| 2024-06-24 | Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed items | Oli Scherer | -39/+41 |
| 2024-06-24 | Do not ICE when suggesting dereferencing closure arg | Esteban Küber | -2/+4 |
| 2024-06-24 | Auto merge of #126023 - amandasystems:you-dropped-this-again, r=nikomatsakis | bors | -51/+57 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -263/+167 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -7/+7 |
| 2024-06-18 | Use a more precise lifetime | Oli Scherer | -4/+4 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -2/+2 |
| 2024-06-17 | Rollup merge of #126570 - nnethercote:fix-126385, r=lcnr | Guillaume Gomez | -3/+1 |
| 2024-06-17 | Rollup merge of #126226 - gurry:125325-improve-closure-arg-sugg, r=oli-obk | Guillaume Gomez | -44/+69 |
| 2024-06-17 | Convert a `span_bug` to a `span_delayed_bug`. | Nicholas Nethercote | -3/+1 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -2/+2 |
| 2024-06-15 | Rollup merge of #126508 - beepster4096:minor_borrowck_cherrypick, r=compiler-... | Guillaume Gomez | -4/+4 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -31/+21 |
| 2024-06-14 | make uninitialized_error_reported a set of locals | beepster4096 | -4/+4 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -15/+13 |