| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -26/+28 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -13/+13 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -3/+4 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -3/+4 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -13/+16 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -3/+3 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+7 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -9/+4 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -29/+18 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+7 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -9/+4 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -11/+8 |
| 2023-03-22 | print sccs_info strings correctly | b-naber | -5/+6 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -24/+12 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -15/+7 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -15/+7 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -9/+4 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -11/+8 |
| 2023-03-17 | Rollup merge of #109215 - est31:sort_by_key, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -90/+69 |
| 2023-03-16 | Use sort_by_key instead of sort_by | est31 | -2/+2 |
| 2023-03-15 | unequal → not equal | gimbles | -1/+1 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -8/+10 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -3/+3 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -79/+56 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-09 | Remove body_def_id from Inherited | Michael Goulet | -1/+1 |
| 2023-03-09 | Document borrowck behaviour. | Camille GILLOT | -1/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -2/+10 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -43/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -43/+1 |
| 2023-03-07 | Auto merge of #108735 - clubby789:borrowck-unstable, r=Nilstrieb | bors | -61/+66 |
| 2023-03-07 | Auto merge of #108691 - aliemjay:closure-subject, r=jackh726 | bors | -126/+72 |
| 2023-03-05 | Remove `allow(potential_query_instability)` from `borrowck` | clubby789 | -61/+66 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -5/+3 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -8/+48 |
| 2023-03-04 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -14/+18 |
| 2023-03-04 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-03-03 | use helper function for error reporting | Giacomo Pasini | -17/+29 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -10/+38 |
| 2023-03-03 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-03-03 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -92/+9 |
| 2023-03-03 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -22/+17 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -3/+3 |