about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/validity.rs
AgeCommit message (Expand)AuthorLines
2020-10-29Rollup merge of #78475 - RalfJung:validity-comment, r=oli-obkYuki Okushi-2/+1
2020-10-28fix a comment in validity checkRalf Jung-2/+1
2020-10-26interning cleanup: we no longer need to distinguish Const and ConstInner; we ...Ralf Jung-2/+6
2020-10-26move &mut-in-const check from interning to validationRalf Jung-1/+9
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-29/+45
2020-10-21Miri engine validity check: simplify code with 'matches!'Ralf Jung-12/+8
2020-09-19Address review commentsOliver Scherer-17/+17
2020-09-19Validate constants during `const_eval_raw`Oliver Scherer-8/+10
2020-09-04Change ty.kind to a methodLeSeulArtichaut-7/+7
2020-09-02pretty: trim paths of unique symbolsDan Aloni-12/+16
2020-08-30mv compiler to compiler/mark-0/+922