| Age | Commit message (Expand) | Author | Lines |
| 2024-05-28 | Make drop-use fact collection simpler for `polonius` | Amanda Stjerna | -41/+34 |
| 2024-05-28 | Fix back-porting drop-livess from Polonius to tracing | Amanda Stjerna | -5/+9 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -32/+51 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -2/+2 |
| 2024-05-21 | Auto merge of #123812 - compiler-errors:additional-fixes, r=fmease | bors | -1/+1 |
| 2024-05-21 | Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr | bors | -21/+44 |
| 2024-05-20 | Rename confusing function name | Michael Goulet | -1/+1 |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -21/+44 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -7/+3 |
| 2024-05-19 | fix suggestion in E0373 for !Unpin coroutines | Joshua Wong | -0/+4 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -4/+4 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -7/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -4/+4 |
| 2024-05-16 | Uplift Goal to rustc_type_ir | Michael Goulet | -3/+3 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -3/+6 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -10/+10 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+2 |
| 2024-05-11 | Consolidate obligation cause codes for where clauses | Michael Goulet | -4/+1 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -12/+25 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -12/+25 |
| 2024-05-10 | Auto merge of #124952 - compiler-errors:no-error, r=lcnr | bors | -4/+4 |
| 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-10 | rename some variants in FulfillmentErrorCode | Michael Goulet | -2/+2 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -5/+4 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -17/+4 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -14/+3 |
| 2024-05-10 | Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnr | Matthias Krüger | -3/+1 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -26/+29 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -5/+4 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -26/+29 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -14/+3 |
| 2024-05-09 | Suggest borrowing on fn argument that is `impl AsRef` | Esteban Küber | -19/+70 |
| 2024-05-09 | Rollup merge of #124924 - goofylfg:master, r=est31 | Matthias Krüger | -2/+2 |
| 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 | -2/+2 |
| 2024-05-09 | Correct a comment. | Nicholas Nethercote | -3/+1 |
| 2024-05-09 | Auto merge of #124831 - nnethercote:rustc_data_structures-cleanups, r=michael... | bors | -10/+32 |
| 2024-05-09 | Remove `vec_linked_list`. | Nicholas Nethercote | -10/+32 |
| 2024-05-08 | Make a minimal amount of region APIs public | Xavier Denis | -5/+14 |
| 2024-05-06 | borrowck: more eagerly prepopulate opaques | lcnr | -70/+29 |
| 2024-05-06 | BorrowckInferCtxt: infcx by value | lcnr | -40/+31 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -2/+19 |
| 2024-04-29 | Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk... | Matthias Krüger | -3/+1 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -2/+19 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -2/+2 |