| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-09 | Fix transmute intrinsic mir validation ICE | Jakob Degen | -2/+10 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -78/+74 |
| 2023-04-06 | Stabilize is_some_and | Jonas Platte | -1/+0 |
| 2023-04-06 | Fix mir interp of `TerminatorKind::Terminate` | Gary Guo | -1/+2 |
| 2023-04-06 | Fix tools | Gary Guo | -0/+1 |
| 2023-04-06 | Address review feedback | Gary Guo | -15/+23 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -7/+10 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+3 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -47/+25 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -21/+23 |
| 2023-04-06 | Rollup merge of #109921 - compiler-errors:dyn-star-const-static, r=eholk | Yuki Okushi | -1/+1 |
| 2023-04-04 | Rollup merge of #109938 - oli-obk:try_norm, r=compiler-errors | Michael Goulet | -8/+1 |
| 2023-04-04 | Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber | Michael Goulet | -4/+39 |
| 2023-04-04 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -8/+1 |
| 2023-04-04 | dyn* is a valid const | Michael Goulet | -1/+1 |
| 2023-04-03 | Enforce VarDebugInfo::Place in MIR validation. | Camille GILLOT | -4/+39 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -3/+3 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -4/+5 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -4/+5 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -2/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+6 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -5/+10 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -0/+1 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -2/+2 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -0/+1 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -0/+1 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -25/+26 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+1 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -6/+6 |
| 2023-03-24 | miri: fix raw pointer dyn receivers | Ralf Jung | -1/+9 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+6 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -4/+43 |
| 2023-03-23 | Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung | Dylan DPC | -7/+8 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+5 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -4/+3 |
| 2023-03-21 | Detect uninhabited types early in const eval. | Oli Scherer | -2/+2 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+5 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -6/+7 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+5 |
| 2023-03-18 | Rollup merge of #109234 - tmiasko:overflow-checks, r=cjgillot | Matthias Krüger | -8/+4 |
| 2023-03-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -8/+4 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -4/+5 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -9/+0 |
| 2023-03-14 | Remove LocalKind::Var. | Camille GILLOT | -3/+4 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -1/+1 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -17/+13 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |