| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -1/+1 |
| 2023-05-25 | Manually add inlined frames in the interpreter stacktrace. | Camille GILLOT | -1/+14 |
| 2023-05-25 | Remove ExpnKind::Inlined. | Camille GILLOT | -5/+1 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -3/+2 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -5/+5 |
| 2023-05-06 | use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions | Kyle Matsuda | -1/+5 |
| 2023-05-04 | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | -0/+6 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-05-02 | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | -10/+8 |
| 2023-04-28 | Rollup merge of #110944 - RalfJung:offset, r=compiler-errors | Matthias Krüger | -1/+25 |
| 2023-04-28 | share BinOp::Offset between CTFE and Miri | Ralf Jung | -1/+25 |
| 2023-04-28 | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | -0/+6 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -3/+3 |
| 2023-04-27 | Use trimmed paths in constantant validation errors | Tomasz Miąsko | -10/+8 |
| 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 |