rust/compiler/rustc_const_eval/src
Matthias Krüger 762b3143fc
Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung
interpret/allocation: expose init + write_wildcards on a range

Part of https://github.com/rust-lang/miri/pull/4456, so that we can mark down when a foreign access to our memory happened. Should this also move `prepare_for_native_access()` itself into Miri, given that everything there can be implemented on Miri's side?

r? `````@RalfJung`````
2025-07-13 15:15:58 +02:00
..
check_consts Port #[target_feature] to the new attribute parsing infrastructure 2025-07-03 07:54:19 +02:00
const_eval Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=RalfJung 2025-07-07 19:55:36 +02:00
interpret Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung 2025-07-13 15:15:58 +02:00
util setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
errors.rs Add opaque TypeId handles for CTFE 2025-07-09 16:37:11 +00:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00