rust/compiler/rustc_const_eval/src
bors 3658060890 Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obk
Misc query tweaks

Remove some redundant work around `cache_on_disk` and `ensure_ok`, since `Result<(), ErrorGuaranteed>` queries don't need to cache or recompute their "value" if they are only used for their result.
2025-04-03 00:13:54 +00:00
..
check_consts Use return_result_from_ensure_ok a bit more 2025-04-02 04:01:15 +00:00
const_eval Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00
interpret interpret: add a version of run_for_validation for &self 2025-04-01 15:11:10 +02:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Use def_path_str for def id arg in UnsupportedOpInfo 2025-03-20 03:22:46 +00:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00