| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -17/+13 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -9/+3 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -5/+5 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -4/+4 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+1 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -2/+15 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -15/+4 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -15/+4 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -3/+3 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -2/+6 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -0/+1 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -43/+58 |
| 2023-05-22 | Run AST validation on match guards correctly | Matthew Jasper | -2/+6 |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -4/+3 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -43/+58 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -3/+4 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -1/+1 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+6 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -2/+9 |
| 2023-04-21 | minor tweaks | DrMeepster | -2/+2 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -2/+2 |
| 2023-04-21 | offset_of | DrMeepster | -4/+11 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -2/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -1/+5 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -5/+12 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -14/+10 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -14/+10 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -3/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -5/+7 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -4/+2 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -23/+33 |
| 2023-03-18 | address review comments | Joshua Nelson | -12/+35 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -32/+34 |
| 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 | -16/+18 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -24/+24 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -1/+1 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -1/+1 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -6/+5 |
| 2023-02-27 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -22/+63 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -6/+6 |