rust/compiler/rustc_const_eval/src
Matthias Krüger 9339bc61c9
Rollup merge of #138417 - RalfJung:interpret-cleanup, r=oli-obk
minor interpreter cleanups

- remove the `eval_inline_asm` hook that `@saethlin` added; the usage never materialized and he agreed with removing it
- I tried merging `init_alloc_extra` and `adjust_global_allocation` and it didn't work; leave a comment as to why. Also, make the allocation code path a bit more clear by renaming `init_alloc_extra` to `init_local_allocation`.

r? `@oli-obk`
2025-03-13 17:44:09 +01:00
..
check_consts Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
const_eval Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret minor interpret cleanups 2025-03-12 18:35:40 +01:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00