rust/compiler/rustc_const_eval/src/const_eval
许杰友 Jieyou Xu (Joe) afb57cadda
Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung
interpret: add allocation parameters to `AllocBytes`

Necessary for a better implementation of [rust-lang/miri#4343](https://github.com/rust-lang/miri/pull/4343). Also included here is the code from that PR, adapted to this new interface for the sake of example and so that CI can run on them; the Miri changes can be reverted and merged separately, though.

r? `@RalfJung`
2025-05-27 01:29:20 +08:00
..
dummy_machine.rs Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung 2025-05-27 01:29:20 +08:00
error.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
eval_queries.rs interpret: do not force_allocate all return places 2025-05-22 21:26:09 +02:00
fn_queries.rs Methods of const traits are const 2025-01-15 15:57:06 +00:00
machine.rs Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung 2025-05-27 01:29:20 +08:00
mod.rs Remove hook calling via TyCtxtAt. 2025-02-03 17:02:33 +11:00
valtrees.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00