rust/compiler/rustc_mir/src/interpret
Vishnunarayan K I b5b811aab4 review comments
2020-12-01 19:48:09 +05:30
..
intrinsics rustc_mir: support MIR-inlining #[track_caller] functions. 2020-10-21 04:43:56 +03:00
cast.rs u128 truncation and sign extension are not just interpreter related 2020-11-04 13:41:58 +00:00
eval_context.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
intern.rs add const_allocate intrisic 2020-12-01 15:39:25 +05:30
intrinsics.rs review comments 2020-12-01 19:48:09 +05:30
machine.rs Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
memory.rs review comments 2020-12-01 19:48:09 +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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
terminator.rs Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
traits.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
util.rs Fix new 'unnecessary trailing semicolon' warnings 2020-11-26 17:08:36 -05:00
validity.rs Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obk 2020-10-29 12:08:55 +09:00
visitor.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00