| Age | Commit message (Expand) | Author | Lines |
| 2024-03-09 | remove some frame parameters that are no longer needed | Ralf Jung | -17/+17 |
| 2024-03-09 | remove a machine hook that is no longer used | Ralf Jung | -24/+0 |
| 2024-03-09 | interpret: ensure that Place is never used for a different frame | Ralf Jung | -33/+45 |
| 2024-03-09 | Only enable library UB checks in const-eval/Miri when debug_assertions are en... | Ben Kimock | -1/+1 |
| 2024-03-09 | interpret: pass Size and Align to before_memory_deallocation | Ralf Jung | -2/+4 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -7/+11 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -4/+10 |
| 2024-03-08 | Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJung | Matthias Krüger | -24/+50 |
| 2024-03-08 | Tweak the way we protect in-place function arguments in interpreters | Maybe Waffle | -24/+50 |
| 2024-03-08 | Rollup merge of #122183 - RalfJung:read-discriminant-uninhabited-variant, r=t... | Matthias Krüger | -1/+7 |
| 2024-03-08 | interpret: update comment about read_discriminant on uninhabited variants | Ralf Jung | -1/+7 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -10/+8 |
| 2024-03-07 | Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk | bors | -26/+22 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -8/+3 |
| 2024-03-05 | Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obk | Matthias Krüger | -8/+3 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -3/+3 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -8/+3 |
| 2024-03-04 | consistently use MPlaceTy for return places | Ralf Jung | -26/+15 |
| 2024-03-04 | typo | Ralf Jung | -1/+1 |
| 2024-03-04 | interpret/cast: make more matches on FloatTy properly exhaustive | Ralf Jung | -23/+35 |
| 2024-03-04 | interpret: avoid a long-lived PlaceTy in stack frames | Ralf Jung | -3/+10 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+2 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -17/+8 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-24 | Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr | bors | -8/+12 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -10/+8 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -8/+12 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -1/+1 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -46/+39 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -46/+39 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -4/+4 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -5/+5 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -22/+139 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -18/+35 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -4/+4 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+5 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-13 | Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-13 | Remove `good_path_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -26/+32 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -2/+3 |
| 2024-02-12 | Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups... | Matthias Krüger | -1/+1 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -13/+15 |
| 2024-02-12 | Remove `dcx` arg from `ReportErrorExt::add_args`. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -26/+32 |
| 2024-02-11 | Rollup merge of #120885 - RalfJung:normal-visitor, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -2/+3 |