rust/compiler/rustc_mir/src/interpret
bors e0ef0fc392 Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
Introduce `TypeVisitor::BreakTy`

Implements MCP rust-lang/compiler-team#383.
r? `@ghost`
cc `@lcnr` `@oli-obk`

~~Blocked on FCP in rust-lang/compiler-team#383.~~
2020-11-17 12:24:34 +00:00
..
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 make intern_const_alloc_recursive return error fix #78655 2020-11-04 23:22:14 +05:30
intrinsics.rs Add unstably const support for assume intrinsic 2020-09-20 14:00:40 +00:00
machine.rs Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
memory.rs Miri: more informative deallocation error messages 2020-09-22 09:05:12 +02:00
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 Set the default BreakTy to ! 2020-11-14 21:46:39 +01: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