| Age | Commit message (Expand) | Author | Lines |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -14/+14 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -7/+4 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -7/+4 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -3/+0 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-05-29 | unique borrows are mutating uses | lcnr | -7/+3 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -0/+1 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -0/+1 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -2/+1 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -2/+1 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -4/+4 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -2/+19 |
| 2023-05-04 | do not allow rustc::pass_by_value lint | Boxy | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -2/+21 |
| 2023-04-29 | Expand comment on NonMutatingUseContext. | Camille GILLOT | -0/+3 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -3/+3 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -3/+3 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+4 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -0/+1 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -1/+2 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+4 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -1/+0 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+9 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -14/+0 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -1/+1 |
| 2023-02-16 | `BasicBlock::new(0)` -> `START_BLOCK` [no functional changes] | Scott McMurray | -3/+3 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+1 |
| 2022-12-16 | accept review suggestion | Tshepang Mbambo | -1/+1 |
| 2022-12-14 | some fixes/improvements to mir::visit module | Tshepang Mbambo | -4/+4 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -2/+0 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+11 |
| 2022-11-07 | Only assume Stacked Borrows if -Zunsound-mir-opts is given | Jannis Christopher Köhl | -0/+9 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -1/+6 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -1/+6 |
| 2022-09-13 | address review | b-naber | -10/+2 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -14/+11 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -0/+1 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -11/+9 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+3 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -1/+1 |
| 2022-08-09 | Add option to `mir::MutVisitor` to not invalidate CFG. | Jakob Degen | -63/+92 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -1/+1 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -6/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -1/+6 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -0/+7 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+7 |
| 2022-07-11 | use PlaceRef::iter_projections to fix old FIXME | Rose Hudson | -5/+3 |