| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -5/+5 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -4/+4 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -5/+5 |
| 2024-06-12 | Auto merge of #125069 - amandasystems:scc-refactor, r=nikomatsakis | bors | -201/+191 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -31/+21 |
| 2024-06-12 | Address code review comments on the comments | Amanda Stjerna | -29/+29 |
| 2024-06-12 | Move `RegionTracker` to `region_infer` | Amanda Stjerna | -95/+93 |
| 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 | Formatting, weird because I just did that | Amanda Stjerna | -2/+2 |
| 2024-06-12 | Simplify path compression logic | Amanda Stjerna | -3/+12 |
| 2024-06-12 | Extend SCC construction to enable extra functionality | Amanda Stjerna | -212/+157 |
| 2024-06-12 | Rollup merge of #126295 - linyihai:uninitalized-in-match-arm, r=pnkfelix | Guillaume Gomez | -4/+17 |
| 2024-06-12 | Rollup merge of #126301 - nnethercote:sort-crate-attributes, r=davidtwco | Jubilee | -1/+3 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-12 | No uninitalized report in a pre-returned match arm | Lin Yihai | -4/+17 |
| 2024-06-11 | Try not to make obligations in handle_opaque_type | Michael Goulet | -8/+1 |
| 2024-06-11 | Rename some things | Michael Goulet | -6/+6 |
| 2024-06-11 | Make ObligationEmittingRelation deal with Goals only | Michael Goulet | -11/+27 |
| 2024-06-11 | Get rid of PredicateObligations | Michael Goulet | -2/+2 |
| 2024-06-10 | Make suggestion to change `Fn` to `FnMut` work with methods well | Gurinder Singh | -44/+69 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -11/+11 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -2/+2 |