| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -8/+23 |
| 2023-07-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -22/+8 |
| 2023-07-21 | support non-null pointer niches in CTFE | Moulins | -1/+0 |
| 2023-07-18 | Auto merge of #113777 - nnethercote:overlap-based-cgu-merging, r=pnkfelix | bors | -0/+8 |
| 2023-07-19 | Add a useful comment. | Nicholas Nethercote | -0/+2 |
| 2023-07-19 | Add `MonoItemData::inlined`. | Nicholas Nethercote | -0/+6 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -2/+2 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -5/+12 |
| 2023-07-17 | Store item size estimate in `MonoItemData`. | Nicholas Nethercote | -5/+6 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -5/+12 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -2/+2 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -83/+82 |
| 2023-07-11 | update Operand::Move docs | Ralf Jung | -4/+10 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -4/+4 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -12/+14 |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -31/+19 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -12/+14 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -2/+2 |
| 2023-07-05 | Remove a function argument that is always passed with the same value. | Oli Scherer | -19/+7 |
| 2023-07-05 | Specialize `DestructuredConstant` to its one user (pretty printing) | Oli Scherer | -7/+12 |
| 2023-07-05 | Specialize `try_destructure_mir_constant` for its sole user | Oli Scherer | -6/+1 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+2 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -2/+4 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+1 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -19/+10 |
| 2023-06-27 | Rollup merge of #112972 - nbdd0121:mir, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -7/+4 |
| 2023-06-26 | Assert that we don't convert unevaluated MIR promoteds to unevaluated type co... | Oli Scherer | -2/+1 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -17/+9 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -7/+4 |
| 2023-06-23 | Make `UnwindAction::Continue` explicit in MIR dump | Gary Guo | -1/+2 |
| 2023-06-22 | Tweak CGU size estimate code. | Nicholas Nethercote | -7/+9 |
| 2023-06-22 | Inline before merging CGUs. | Nicholas Nethercote | -4/+0 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -0/+4 |
| 2023-06-20 | update comment on `MutBorrowKind::ClosureCapture` | Ziru Niu | -4/+7 |
| 2023-06-20 | address most easy comments | Ziru Niu | -10/+4 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -26/+18 |
| 2023-06-19 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -5/+29 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -0/+4 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -2/+29 |
| 2023-06-19 | fix doc | Deadbeef | -1/+1 |
| 2023-06-18 | Auto merge of #112638 - lqd:rpo, r=cjgillot | bors | -38/+26 |
| 2023-06-18 | remove redundant combinators between PO and RPO | Rémy Rakic | -30/+6 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -5/+29 |
| 2023-06-17 | Rollup merge of #112738 - matthiaskrgr:ice_msg, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-06-17 | make ice msg "Unknown runtime phase" a bit nicer | Matthias Krüger | -3/+3 |
| 2023-06-17 | Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output | Zalathar | -2/+3 |
| 2023-06-16 | Add `SyntaxContext::is_root` | Maybe Waffle | -2/+2 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -50/+71 |
| 2023-06-14 | remove unused postorder CFG cache | Rémy Rakic | -9/+0 |