rust/compiler/rustc_const_eval/src/interpret
bors 020bbe46bd Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #120577 (Stabilize slice_split_at_unchecked)
 - #122698 (Cancel `cargo update` job if there's no updates)
 - #122780 (Rename `hir::Local` into `hir::LetStmt`)
 - #122915 (Delay a bug if no RPITITs were found)
 - #122916 (docs(sync): normalize dot in fn summaries)
 - #122921 (Enable more mir-opt tests in debug builds)
 - #122922 (-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.)
 - #122927 (Change an ICE regression test to use the original reproducer)
 - #122930 (add panic location to 'panicked while processing panic')
 - #122931 (Fix some typos in the pin.rs)
 - #122933 (tag_for_variant follow-ups)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-03-23 15:58:17 +00:00
..
cast.rs Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
discriminant.rs tag_for_variant follow-ups 2024-03-23 10:45:42 +01:00
eval_context.rs Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr 2024-03-19 04:21:14 +00:00
intern.rs Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
intrinsics.rs Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk 2024-03-23 13:57:55 +00:00
machine.rs Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
memory.rs Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk 2024-03-22 11:36:59 +01:00
mod.rs Move only usage of take_static_root_alloc to its definition and inline it 2024-03-14 11:40:30 +00:00
operand.rs Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
operator.rs Add f16 and f128 to rustc_type_ir::FloatTy and rustc_abi::Primitive 2024-02-28 12:58:32 -05:00
place.rs remove unnecessary frame parameter from after_local_allocated 2024-03-10 09:52:29 +01:00
projection.rs remove some frame parameters that are no longer needed 2024-03-09 18:28:14 +01:00
step.rs Only enable library UB checks in const-eval/Miri when debug_assertions are enabled 2024-03-09 11:34:15 -05:00
terminator.rs Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs Move the entire success path into eval_body_using_ecx 2024-03-14 12:21:29 +00:00
validity.rs Exhaustively match on the mutability and nestedness 2024-03-12 05:53:47 +00:00
visitor.rs miri: do not apply aliasing restrictions to Box with custom allocator 2024-03-09 13:08:55 +01:00