summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2021-11-20Revert "require full validity when determining the discriminant of a value"Ralf Jung-6/+0
2021-11-20Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obkMatthias Krüger-31/+16
2021-11-18fix CTFE/Miri simd_insert/extract on array-style repr(simd) typesRalf Jung-31/+16
2021-11-14require full validity when determining the discriminant of a valueRalf Jung-0/+6
2021-09-14Remove implementation of `min_align_of` intrinsicTomasz Miąsko-7/+2
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-5/+2
2021-09-13Introduce NullOp::AlignOfGary Guo-5/+2
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-1/+1
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-5/+3
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+585