| Age | Commit message (Expand) | Author | Lines |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -7/+5 |
| 2024-03-22 | Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk | Matthias Krüger | -3/+14 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -1/+3 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -1/+3 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+2 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -4/+4 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -8/+7 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -2/+23 |
| 2024-03-17 | interpret/memory: explain why we use == on bool | Ralf Jung | -0/+2 |
| 2024-03-15 | interpret/allocation: fix aliasing issue in interpreter and refactor getters ... | Ralf Jung | -3/+14 |
| 2024-03-14 | remove unnecessary sized checks | Lukas Markeffsky | -4/+4 |
| 2024-03-14 | Move the entire success path into `eval_body_using_ecx` | Oli Scherer | -1/+1 |
| 2024-03-14 | Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno... | Oli Scherer | -29/+27 |
| 2024-03-14 | Move InterpCx into eval_in_interpreter | Oli Scherer | -1/+1 |
| 2024-03-14 | Move only usage of `take_static_root_alloc` to its definition and inline it | Oli Scherer | -10/+15 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -70/+58 |
| 2024-03-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2024-03-13 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -4/+8 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -2/+4 |
| 2024-03-12 | Exhaustively match on the mutability and nestedness | Oli Scherer | -7/+9 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -4/+4 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -31/+98 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -9/+10 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -6/+43 |
| 2024-03-10 | remove unnecessary frame parameter from after_local_allocated | Ralf Jung | -4/+4 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -4/+10 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -6/+43 |
| 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 |