rust/compiler/rustc_const_eval/src
Jake Goulding 0117884917 Move eager translation to a method on Diag
This will allow us to eagerly translate messages on a top-level
diagnostic, such as a `LintDiagnostic`. As a bonus, we can remove the
awkward closure passed into Subdiagnostic and make better use of
`Into`.
2025-04-16 21:38:59 -04:00
..
check_consts Use return_result_from_ensure_ok a bit more 2025-04-02 04:01:15 +00:00
const_eval Make LevelAndSource a struct 2025-04-03 09:17:55 +00: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 Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00