rust/compiler/rustc_const_eval/src
bors 5c84886056 Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk
Add cache for `allocate_str`

Best effort cache for string allocation in const eval.

Fixes [rust-lang/miri#3470](https://github.com/rust-lang/miri/issues/3470).
2024-07-16 02:41:07 +00:00
..
check_consts Move trait selection error reporting to its own top-level module 2024-07-08 16:04:47 -04:00
const_eval Fix spans 2024-07-02 15:48:48 -04:00
interpret Auto merge of #127638 - adwinwhite:cache_string, r=oli-obk 2024-07-16 02:41:07 +00:00
util rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx 2024-06-13 20:30:11 +02:00
errors.rs don't ICE when encountering an extern type field during validation 2024-06-22 17:39:01 +02:00
lib.rs use is_none_or in some places in the compiler 2024-06-12 16:20:07 +02:00