1
Fork 0
rust/compiler/rustc_const_eval/src/util
Nicholas Nethercote 4497d345a8 Remove extern crate rustc_middle from rustc_const_eval.
This requires exporting the interpreter macros so they can be used with
`use crate::interpret::*`.
2024-05-13 08:02:14 +10:00
..
alignment.rs still accept references to u8 slices and str in packed fields 2023-09-06 08:32:30 +02:00
caller_location.rs Remove extern crate rustc_middle from rustc_const_eval. 2024-05-13 08:02:14 +10:00
check_validity_requirement.rs Remove extern crate rustc_middle from rustc_const_eval. 2024-05-13 08:02:14 +10:00
compare_types.rs Now that inlining, mir validation and const eval all use reveal-all, we won't be constraining hidden types here anymore 2024-02-28 09:59:50 +00:00
mod.rs Add+Use mir::BinOp::Cmp 2024-03-23 23:23:41 -07:00
type_name.rs Remove extern crate rustc_middle from rustc_const_eval. 2024-05-13 08:02:14 +10:00