summary refs log tree commit diff
path: root/src/librustc_mir/interpret/operator.rs
AgeCommit message (Expand)AuthorLines
2018-05-25Fix 07c42af554c to work on stableMark Simulacrum-6/+19
2018-05-24Fix issue #50811 (`NaN > NaN` was true).kennytm-7/+6
2018-03-08Correct the shift overflow check in miriOliver Schneider-1/+1
2018-03-08Decide signdedness on the layout instead of the typeOliver Schneider-12/+25
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-141/+116
2018-03-08Fully use miri in transOliver Schneider-2/+20
2018-03-08Produce instead of pointersOliver Schneider-0/+5
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-0/+267