rust/compiler/rustc_mir/src
Mara Bos bb9542b016
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
Change x64 size checks to not apply to x32.

Rust contains various size checks conditional on target_arch = "x86_64", but these checks were never intended to apply to x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the conditions.
2021-03-09 09:05:24 +00:00
..
borrow_check Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix 2021-03-08 08:39:24 +00:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Shrink the size of Rvalue by 16 bytes 2021-03-05 09:33:01 +00:00
interpret Rollup merge of #82841 - hvdijk:x32, r=joshtriplett 2021-03-09 09:05:24 +00:00
monomorphize Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs 2021-03-04 15:45:31 +00:00
transform Rollup merge of #82684 - tmiasko:dest-prop, r=jonas-schievink 2021-03-08 13:13:24 +01:00
util Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix 2021-03-08 08:39:24 +00:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00
shim.rs Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix 2021-03-08 08:39:24 +00:00