rust/compiler/rustc_const_eval/src/check_consts
Nicholas Nethercote fd7b4bf4e1 Move methods from Map to TyCtxt, part 2.
Continuing the work started in #136466.

Every method gains a `hir_` prefix, though for the ones that already
have a `par_` or `try_par_` prefix I added the `hir_` after that.
2025-02-18 10:17:44 +11:00
..
check.rs Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr 2025-02-10 12:49:18 +00:00
mod.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
ops.rs Implement MIR const trait stability checks 2025-01-28 05:01:12 +00:00
post_drop_elaboration.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
qualifs.rs Rustfmt 2025-02-08 22:12:13 +00:00
resolver.rs Implement MIR, CTFE, and codegen for unsafe binders 2025-01-31 17:19:53 +00:00