rust/compiler/rustc_mir/src/interpret
bjorn3 632a89529a Add a getter for Frame.loc
This is necessary for Priroda.
2021-02-27 21:01:02 +01:00
..
intrinsics Pass MPlaceTy by reference not value 2021-02-16 23:52:05 +01:00
cast.rs Pass ImmTy by reference not value 2021-02-16 23:52:05 +01:00
eval_context.rs Add a getter for Frame.loc 2021-02-27 21:01:02 +01:00
intern.rs all InterpError allocate now, so adjust alloc-error-check 2021-02-20 19:01:25 +01:00
intrinsics.rs rustc_mir: remove redundant wrapping of return type in numeric_intrinsic() 2021-02-21 13:44:16 +01:00
machine.rs Pass PlaceTy by reference not value 2021-02-16 23:52:05 +01:00
memory.rs move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
mod.rs interning cleanup: we no longer need to distinguish Const and ConstInner; we no longer need the ignore_interior_mut_in_const hack 2020-10-26 08:56:54 +01:00
operand.rs New mir-opt pass to simplify gotos with const values 2021-02-22 21:03:57 +01:00
operator.rs Pass PlaceTy by reference not value 2021-02-16 23:52:05 +01:00
place.rs Pass MPlaceTy by reference not value 2021-02-16 23:52:05 +01:00
step.rs Pass MPlaceTy by reference not value 2021-02-16 23:52:05 +01:00
terminator.rs ./x.py fmt 2021-02-16 23:52:05 +01:00
traits.rs remove useless ?s (clippy::needless_question_marks) 2021-02-17 23:23:57 +01:00
util.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
validity.rs Auto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk 2021-02-20 10:20:42 +00:00
visitor.rs ./x.py fmt 2021-02-16 23:52:05 +01:00