| Age | Commit message (Expand) | Author | Lines |
| 2023-02-18 | Update compiler/rustc_middle/src/mir/syntax.rs | Camille Gillot | -1/+2 |
| 2023-02-18 | Remove exception from MIR doc. | Camille GILLOT | -4/+0 |
| 2023-02-18 | Correct comment. | Camille GILLOT | -2/+4 |
| 2023-02-18 | Add comment. | Camille GILLOT | -0/+3 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -4/+2 |
| 2023-01-23 | Add comments and remove unnecessary code | Bryan Garza | -4/+5 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -1/+6 |
| 2023-01-16 | Add cycle checking to cleanup control flow validation | Jakob Degen | -4/+7 |
| 2023-01-16 | Document wf constraints on control flow in cleanup blocks | Jakob Degen | -0/+7 |
| 2022-12-22 | Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung | bors | -8/+7 |
| 2022-12-21 | Don't run `Drop` terminators on types that do not have drop glue in const eval | Jakob Degen | -8/+7 |
| 2022-12-21 | Forbid `RetagKind::TwoPhase` as well | Jakob Degen | -2/+1 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -2/+5 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -35/+4 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -4/+35 |
| 2022-12-14 | address review | b-naber | -1/+8 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -6/+0 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+8 |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -0/+8 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -1/+1 |
| 2022-12-01 | Don't go through the formatting infrastructure just to get the name of a phase | Oli Scherer | -0/+13 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -2/+4 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -4/+28 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -2/+6 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-20 | Rollup merge of #101976 - RalfJung:mir-semantic-phases, r=oli-obk | Michael Howell | -3/+4 |
| 2022-09-18 | clarify that linting is not a semantic change | Ralf Jung | -3/+4 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+7 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -5/+6 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -1/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+2 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+1 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -1/+2 |
| 2022-09-06 | Update docs | Oli Scherer | -2/+2 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -11/+39 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+8 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -54/+89 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -17/+12 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -17/+12 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -5/+11 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -7/+0 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+7 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -3/+13 |
| 2022-07-08 | Clarify MIR semantics of storage statements | Jakob Degen | -13/+13 |
| 2022-07-06 | Rollup merge of #98984 - pierwill:patch-4, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2022-07-06 | Remove erroneous doc comment | pierwill | -1/+1 |