rust/compiler/rustc_const_eval/src
Matthias Krüger 7c1b128383
Rollup merge of #138713 - RalfJung:memory-hook-pointers, r=oli-obk
interpret memory access hooks: also pass through the Pointer used for the access

In some ongoing work on the Miri side, we need the absolute address that the memory access occurred at. That is non-trivial to obtain since we don't have an `ecx`. So pass through the `Pointer` used for the access, which contains the address, and which is available everywhere we are calling these hooks.

r? `@oli-obk`
2025-03-21 06:56:47 +01:00
..
check_consts Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
const_eval interpret memory access hooks: also pass through the Pointer used for the access 2025-03-20 17:00:45 +01:00
interpret interpret memory access hooks: also pass through the Pointer used for the access 2025-03-20 17:00:45 +01:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Use def_path_str for def id arg in UnsupportedOpInfo 2025-03-20 03:22:46 +00:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00