rust/compiler/rustc_const_eval/src
Mark Rousskov e68f3039d4 Optimize large array creation in const-eval
This changes repeated memcpy's to a memset for the case that we're
propagating a single byte into a region of memory.
2024-01-17 20:24:20 -05:00
..
const_eval Add DiagCtxt::delayed_bug. 2024-01-10 07:33:07 +11:00
interpret Optimize large array creation in const-eval 2024-01-17 20:24:20 -05:00
transform compiler: Lower fn call arg spans down to MIR 2024-01-15 19:07:11 +01:00
util Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
errors.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00