summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/place.rs
AgeCommit message (Expand)AuthorLines
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-4/+4
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-6/+2
2020-10-13Replace absolute paths with relative onesest31-6/+7
2020-09-20Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJungbors-4/+4
2020-09-19Address review commentsOliver Scherer-4/+4
2020-09-15don't convert types to the same type with try_into (clippy::useless_conversion)Matthias Krüger-4/+2
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+3
2020-08-30mv compiler to compiler/mark-0/+1155