| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -3/+3 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -8/+0 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -2/+8 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -3/+6 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -2/+8 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -2/+5 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -7/+6 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -1/+1 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -8/+9 |
| 2023-04-16 | Report a backtrace for memory leaks under Miri | Ben Kimock | -18/+18 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -8/+9 |
| 2023-04-13 | Implement `Copy` for `LocationDetail` | Maybe Waffle | -1/+1 |
| 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 | Rename `Abort` terminator to `Terminate` | Gary Guo | -2/+2 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+3 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -43/+21 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -10/+12 |
| 2023-04-04 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -8/+1 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -4/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -3/+7 |
| 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 | -0/+1 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -2/+2 |
| 2023-03-24 | miri: fix raw pointer dyn receivers | Ralf Jung | -1/+9 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -4/+16 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -4/+5 |
| 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-16 | Tweak implementation of overflow checking assertions | Tomasz Miąsko | -8/+4 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -17/+13 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -1/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -5/+1 |
| 2023-03-08 | Assume the frame has all the locals. | Camille GILLOT | -17/+13 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -5/+1 |
| 2023-03-06 | Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obk | Matthias Krüger | -9/+2 |
| 2023-03-06 | Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obk | Matthias Krüger | -13/+22 |
| 2023-03-06 | Do not ICE when failing to normalize in ConstProp. | Camille GILLOT | -9/+2 |
| 2023-03-05 | Do not ICE when casting polymorphic values. | Camille GILLOT | -13/+22 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-03-03 | Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-03-03 | Don't put integers into backticks during formatting | est31 | -2/+2 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -21/+46 |
| 2023-03-02 | Allow checking whether a type allows being uninitialized | Nilstrieb | -0/+1 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -48/+26 |