| Age | Commit message (Expand) | Author | Lines |
| 2023-05-31 | add FIXME | lcnr | -0/+5 |
| 2023-05-31 | unique borrows are mutating uses | lcnr | -7/+3 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -0/+6 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+6 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-09 | fixup! Improve `Allocation::hash | Nilstrieb | -1/+1 |
| 2023-04-09 | Convert manual loop into `while let` | Nilstrieb | -11/+1 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -4/+4 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-09 | Improve `Allocation::hash | Nilstrieb | -9/+17 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -4/+2 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -107/+194 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -4/+2 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -0/+7 |
| 2023-04-06 | Address review feedback | Gary Guo | -10/+11 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -13/+59 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+7 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -18/+36 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -88/+103 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -1/+2 |
| 2023-04-04 | Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber | Michael Goulet | -7/+17 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+2 |
| 2023-04-03 | Enforce VarDebugInfo::Place in MIR validation. | Camille GILLOT | -7/+17 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -0/+7 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -16/+23 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -3/+4 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+23 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -37/+34 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -11/+3 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -101/+445 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -11/+3 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -37/+34 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-27 | readability tweaks | Rémy Rakic | -22/+22 |
| 2023-03-27 | add more InitMask test coverage | Rémy Rakic | -0/+175 |
| 2023-03-27 | make InitMask lazy for fully init/uninit cases | Rémy Rakic | -58/+225 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -2/+4 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -2/+23 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+9 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -2/+2 |
| 2023-03-21 | Rollup merge of #109408 - RalfJung:retags, r=compiler-errors | nils | -1/+2 |
| 2023-03-20 | not *all* retags might be explicit in Runtime MIR | Ralf Jung | -1/+2 |
| 2023-03-20 | Fix off-by-one in mir syntax doc | Andy Wang | -1/+1 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -12/+8 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -2/+2 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -12/+8 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -44/+37 |
| 2023-03-16 | Rollup merge of #109180 - gimbles:master, r=compiler-errors | Matthias Krüger | -1/+1 |