about summary refs log tree commit diff
path: root/src/librustc_middle/mir/interpret/value.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-720/+0
2020-08-29New pass to optimize `if`conditions on integrals to switches on the integerSimon Vandel Sillesen-0/+10
2020-08-14Rework `rustc_serialize`Matthew Jasper-3/+3
2020-08-08Miri: Renamed "undef" to "uninit"Philippe Nadon-1/+1
2020-08-04Completes support for coverage in external cratesRich Kadel-0/+9
2020-07-31Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakisbors-1/+1
2020-07-22renamed ScalarMaybeUninit::not_undef to check_initPhilippe Nadon-15/+15
2020-07-22Normalize opaque types when converting `ParamEnv` to `Reveal::All`Aaron Hill-1/+1
2020-07-15s/try_to_usize/try_to_machine_usize/Oliver Scherer-1/+1
2020-07-15Reduce the amount of interning and `layout_of` calls in const eval.Oliver Scherer-0/+12
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-19/+19
2020-05-01remove AllocId generalization of PointerRalf Jung-6/+6
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-5/+9
2020-04-27keep 'pointer' terminology aroundRalf Jung-1/+4
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-7/+8
2020-04-26Rename ArgumentSizeMismatch to ScalarSizeMismatchSamrat Man Singh-2/+2
2020-04-26[miri] Throw UB if target size and data size don't matchSamrat Man Singh-1/+6
2020-04-23add back Scalar::null_ptrRalf Jung-0/+5
2020-04-20Remove null placesJonas Schievink-5/+0
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-5/+2
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+683