rust/compiler/rustc_mir/src
Harald van Dijk 95e096d623
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-06 16:02:48 +00:00
..
borrow_check Rollup merge of #81939 - kper:fixing-81584-allocate-in-iter, r=davidtwco 2021-03-05 10:57:18 +01:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 2021-02-26 00:17:22 +00:00
interpret Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
monomorphize Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs 2021-03-04 15:45:31 +00:00
transform Bump one missing mir_opt_level 2021-03-05 17:13:58 -03:00
util Box generator-related Body fields 2021-03-01 08:32:49 +01:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00
shim.rs Box generator-related Body fields 2021-03-01 08:32:49 +01:00