rust/compiler/rustc_mir/src/interpret
2021-01-21 22:17:05 +03:00
..
intrinsics Move binder for dyn to each list item 2020-12-11 15:02:46 -05:00
cast.rs u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
eval_context.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
intern.rs move interpret::MemoryKind::Heap to const eval 2020-12-03 21:42:11 +05:30
intrinsics.rs Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk 2020-12-30 20:56:56 +00:00
machine.rs Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix 2021-01-12 17:26:56 +00: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 Rollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk 2020-11-05 10:29:59 +01:00
operator.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
place.rs u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
step.rs mir: Improve size_of handling when arg is unsized 2021-01-21 22:17:05 +03:00
terminator.rs Add ABI argument to find_mir_or_eval_fn 2021-01-10 15:12:50 +00:00
traits.rs Rustfmt 2020-12-11 19:28:20 +00:00
util.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
validity.rs Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk 2020-12-30 20:56:56 +00:00
visitor.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00