rust/compiler/rustc_const_eval/src
Jonas Böttiger 6b5a58c265
Rollup merge of #132057 - RalfJung:miri-abi-compat, r=wesleywiser
miri: update ABI compat checks to accept Option-like types

This implements the t-lang decision described [here](https://github.com/rust-lang/rust/pull/130628#issuecomment-2402761599).

Fixes https://github.com/rust-lang/miri/issues/3983
2024-11-07 13:08:27 +01:00
..
check_consts when an intrinsic has a const-stable fallback body, we can easily expose it on stable 2024-11-04 23:27:46 +01:00
const_eval remove support for extern-block const intrinsics 2024-11-04 23:27:45 +01:00
interpret miri: update ABI compat checks to accept Option-like types 2024-11-04 07:50:40 +01:00
util compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
errors.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
lib.rs move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00