| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -9/+9 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -15/+11 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -3/+3 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -15/+11 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -3/+3 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -0/+3 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -5/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -5/+5 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -26/+31 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+10 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -10/+8 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+4 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -23/+33 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -23/+33 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+4 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -23/+33 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+2 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -11/+9 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -11/+9 |
| 2023-03-20 | Use builtin_index instead of match | Andy Wang | -5/+2 |
| 2023-03-20 | Support aggregate expressions | Andy Wang | -0/+25 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -1/+1 |
| 2023-03-18 | address review comments | Joshua Nelson | -24/+46 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -47/+45 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -22/+63 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -18/+18 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -37/+35 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -1/+0 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -7/+4 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -4/+4 |
| 2023-03-11 | Use ensure for thir_abstract_const. | Camille GILLOT | -5/+2 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -5/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+18 |
| 2023-03-09 | no more do while | lcnr | -5/+3 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -12/+1 |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -1/+8 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -12/+1 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -1/+8 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -8/+26 |