rust/compiler/rustc_mir/src/interpret
Yuki Okushi 5e3cc6e913
Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obk
fix a comment in validity check

A few things changed since that comment was written; update it to the current reality.

r? @oli-obk
2020-10-29 12:08:55 +09:00
..
intrinsics rustc_mir: support MIR-inlining #[track_caller] functions. 2020-10-21 04:43:56 +03:00
cast.rs Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis 2020-10-17 03:27:12 +02:00
eval_context.rs query_name_of_opt_const_arg -> query_name_opt_const_arg 2020-10-05 08:49:21 +02:00
intern.rs explain why interning is not as trivial as it might seem 2020-10-26 08:56:54 +01:00
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 Lift: take self by value 2020-10-21 23:59:35 +02:00
operator.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
place.rs Replace absolute paths with relative ones 2020-10-13 14:16:45 +02: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 mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
util.rs Change ty.kind to a method 2020-09-04 17:47:51 +02: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