rust/compiler/rustc_const_eval/src
Michael Goulet 57f2e12f4a Completely deny calling functions with const conditions in MIR const check unless const_trait_impl is enabled
This will help us make sure that we never leak any conditionally const
functions into stable.
2024-11-01 16:13:30 +00:00
..
check_consts Completely deny calling functions with const conditions in MIR const check unless const_trait_impl is enabled 2024-11-01 16:13:30 +00:00
const_eval compiler: rustc_abi::Abi => BackendRepr 2024-10-29 14:56:00 -07:00
interpret stop using ParamEnv::reveal while handling MIR 2024-10-31 14:55:53 +01:00
util stop using ParamEnv::reveal while handling MIR 2024-10-31 14:55:53 +01:00
errors.rs Re-do recursive const stability checks 2024-10-25 20:31:40 +02:00
lib.rs move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00