rust/compiler/rustc_const_eval/src/interpret
bors 381d69953b Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #121435 (Account for RPITIT in E0310 explicit lifetime constraint suggestion)
 - #121490 (Rustdoc: include crate name in links for local primitives)
 - #121520 (delay cloning of iterator items)
 - #121522 (check that simd_insert/extract indices are in-bounds)
 - #121531 (Ignore less tests in debug builds)
 - #121539 (compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move)
 - #121542 (update stdarch)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-02-24 21:08:39 +00:00
..
cast.rs Split a bool argument into two named functions 2024-02-15 10:25:18 +00:00
discriminant.rs interpret/write_discriminant: when encoding niched variant, ensure the stored value matches 2024-02-10 15:33:58 +01:00
eval_context.rs Overhaul Diagnostic args. 2024-02-22 12:51:05 +11:00
intern.rs compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
intrinsics.rs interpret: do no ICE on OOB shuffle/insert/extract indices 2024-02-23 19:43:59 +01:00
machine.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
memory.rs Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00:00
mod.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
operand.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
operator.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
place.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
projection.rs interpret/visitor: ensure we only see normalized types 2024-02-10 17:00:24 +01:00
step.rs Split a bool argument into two named functions 2024-02-15 10:25:18 +00:00
terminator.rs Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin 2024-02-16 09:53:01 +00:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
validity.rs Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk 2024-02-16 17:08:13 +01:00
visitor.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00