rust/compiler/rustc_const_eval/src
Mara Bos 36c6633b0f Clean up "const" situation in format_args!().
Rather than marking the Argument::new_display etc. functions as
non-const, this marks the Arguments::new_v1 functions as non-const.
2025-05-01 11:55:23 +02:00
..
check_consts Clean up "const" situation in format_args!(). 2025-05-01 11:55:23 +02:00
const_eval AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
interpret Rollup merge of #140439 - RalfJung:miri-algebraic-float-nondet, r=oli-obk 2025-04-30 10:18:28 +02:00
util Remove weak alias terminology 2025-04-24 11:59:20 +01:00
errors.rs Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00