rust/compiler/rustc_const_eval/src
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_consts Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
const_eval simplify valtree branches construction 2025-02-13 00:39:03 +01:00
interpret add a doc comment 2025-02-15 08:21:27 +01:00
util Pretty print pattern type values with transmute if they don't satisfy their pattern 2025-02-05 14:56:41 +00:00
errors.rs compiler: die immediately instead of handling unknown target codegen 2025-02-10 11:04:31 -08: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