rust/compiler/rustc_const_eval/src
Nicholas Nethercote 7943932384 Pass Option<Symbol> to def_path_data/create_def methods.
It's clearer than using `kw::Empty` to mean `None`.
2025-03-07 20:53:00 +11:00
..
check_consts require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00:00
const_eval Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11: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 Pretty print pattern type values with transmute if they don't satisfy their pattern 2025-02-05 14:56:41 +00:00