summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/cast.rs
AgeCommit message (Expand)AuthorLines
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