about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/cast.rs
AgeCommit message (Expand)AuthorLines
2021-02-16Pass ImmTy by reference not valueTomasz Miąsko-4/+4
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-5/+5
2021-02-16Pass OpTy by reference not valueTomasz Miąsko-5/+5
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustcLeSeulArtichaut-7/+5
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-3/+2
2020-10-17Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakisDylan DPC-1/+6
2020-09-04Change ty.kind to a methodLeSeulArtichaut-9/+9
2020-09-02Prevent ICE on uninhabited MIR interpretationMark Rousskov-1/+6
2020-08-30mv compiler to compiler/mark-0/+356