rust/compiler/rustc_const_eval/src/interpret
2024-01-29 08:53:54 +00:00
..
cast.rs Do not normalize closure signature when building FnOnce shim 2024-01-22 16:50:30 +00:00
discriminant.rs Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
eval_context.rs Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJung 2024-01-24 10:17:12 +00:00
intern.rs Prefer external iteration now that we don't actually recurse anymore 2024-01-29 08:53:54 +00:00
intrinsics.rs Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
machine.rs Add a doc comment for eval_mir_constant 2024-01-23 10:17:50 -05:00
memory.rs Optimize large array creation in const-eval 2024-01-17 20:24:20 -05:00
mod.rs Directly intern values instead of copying them. 2023-10-25 06:46:48 +00:00
operand.rs const prop nonsense eliminated 2024-01-23 16:34:43 +00:00
operator.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
place.rs Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot 2024-01-25 03:16:07 +00:00
projection.rs const prop nonsense eliminated 2024-01-23 16:34:43 +00:00
step.rs move write_aggregate into step file, and also extract write_repeat into separate function 2023-11-28 11:40:17 +01:00
terminator.rs compiler: Lower fn call arg spans down to MIR 2024-01-15 19:07:11 +01:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs s/generator/coroutine/ 2023-10-20 21:14:01 +00:00
validity.rs more clear code 2024-01-22 09:28:00 +01:00
visitor.rs clippy::complexity fixes 2023-12-12 19:28:13 +01:00