about summary refs log tree commit diff
path: root/compiler/rustc_target/src
AgeCommit message (Expand)AuthorLines
2021-02-28Explicitly mark x86-interrupt ABI argument as byvalNikita Popov-0/+7
2021-02-28Support LLVM 12 in rustcNikita Popov-5/+5
2021-02-28Auto merge of #82594 - nagisa:nagisa/remove-rumprun, r=petrochenkovbors-26/+0
2021-02-27Rollup merge of #82534 - nikic:musl-crtend, r=nagisaDylan DPC-7/+14
2021-02-27Fixed support for macOS Catalyst for Apple SiliconBenedikt Terhechte-5/+3
2021-02-27Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas-26/+0
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-26Link crtbegin/crtend on musl to terminate .eh_frameNikita Popov-7/+14
2021-02-23Rollup merge of #82166 - kaniini:s390x-musl-target, r=nagisaDylan DPC-0/+25
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-5/+38
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-6/+61
2021-02-20iOS simulator: pick the target based on the environment variableJan-Erik Rediger-6/+25
2021-02-19added aarch64_apple_ios_sim as a rustc targetRicky (deg4uss3r)-1/+37
2021-02-19add s390x-unknown-linux-musl targetAriadne Conill-0/+25
2021-02-16add specs for riscv32/riscv64 musl targetsKhem Raj-0/+40
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-11Stack probes: fix error messageMiguel Ojeda-1/+1
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+3
2021-02-02Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiynJack Huey-30/+65
2021-02-02Bump rustfmt versionMark Rousskov-1/+1
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+3
2021-01-31Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichtonJonas Schievink-15/+24
2021-01-30Consider Scalar to be a bool only if its unsignedSimonas Kazlauskas-2/+7
2021-01-29Auto merge of #81493 - JohnTitor:rollup-sa4m4zh, r=JohnTitorbors-2/+92
2021-01-29Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3Yuki Okushi-2/+92
2021-01-28Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakisbors-2/+2
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-2/+92
2021-01-27Add big-endian and ILP32 AArch64 targetsAmanieu d'Antras-0/+62
2021-01-27Fix ARM and AArch64 calling convention for passing small composite typesAmanieu d'Antras-30/+3
2021-01-27Inline trivial implementation of rustc_target::abi::AlignTomasz Miąsko-2/+18
2021-01-26Use PassMode::Direct for Abi::Aggregate by defaultbjorn3-2/+2
2021-01-26Revert "Wasm-bindgen abi compat using cast_to"bjorn3-48/+8
2021-01-26Wasm-bindgen abi compat using cast_tobjorn3-8/+48
2021-01-26Revert "Share wasm-bindgen compat abi selection code"bjorn3-16/+4
2021-01-25Share wasm-bindgen compat abi selection codebjorn3-4/+16
2021-01-24Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviperbors-68/+178
2021-01-23Add some comments to PassModebjorn3-0/+6
2021-01-23Never create an temporary PassMode::Direct when it is not a valid pass mode f...bjorn3-17/+31
2021-01-23Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return...bjorn3-2/+8
2021-01-21Don't link with --export-dynamic on wasm32-wasiDan Gohman-15/+24
2021-01-20Use a call probe on the x86_64-uefi targetSimonas Kazlauskas-1/+3
2021-01-16Target stack-probe support configurable finelySimonas Kazlauskas-68/+176
2021-01-13Rollup merge of #80662 - rxrbln:master, r=estebankDylan DPC-0/+16
2021-01-12Rollup merge of #80042 - sivadeilra:cold_bits, r=oli-obkYuki Okushi-6/+20
2021-01-12Rollup merge of #79998 - devsnek:wasm32-bindgen-compat, r=alexcrichtonYuki Okushi-4/+5
2021-01-12Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichtonYuki Okushi-10/+16
2021-01-11squash! fix wasiGus Caplan-14/+5
2021-01-11new targetGus Caplan-6/+11
2021-01-11Use correct ABI for wasm32 by defaultGus Caplan-1/+6