about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2022-02-23riscv32imc_esp_espidf: set max_atomic_width to 64Scott Mabin-2/+2
2022-02-18Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3Matthias Krüger-1/+1
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-1/+8
2022-02-17Auto merge of #93577 - nikic:llvm-14, r=nagisabors-5/+6
2022-02-16Update data layout for wasm32 targetsNikita Popov-3/+4
2022-02-16Update data layout for 32-bit msvc targetsNikita Popov-2/+2
2022-02-16MemTagSanitizer SupportIvan Lozano-1/+8
2022-02-15Inline Target::derefTomasz Miąsko-0/+2
2022-02-13rustc_target: Remove compiler-rt linking hack on AndroidVadim Petrochenkov-7/+1
2022-02-09mips64-openwrt-linux-musl: correct soft-foatDonald Hoskins-1/+1
2022-02-08rename file to use the correct naming conventionStefan Lankes-0/+0
2022-02-08add missing targert for library operating system RustyHermitStefan Lankes-0/+1
2022-02-08add kernel target for RustyHermitStefan Lankes-0/+17
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-48/+60
2022-02-07Rollup merge of #93680 - Mark-Simulacrum:drop-json-reader, r=bjorn3Mara Bos-2/+2
2022-02-06Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisaMatthias Krüger-0/+24
2022-02-06Rollup merge of #92300 - Itus-Shield:mips64-openwrt, r=nagisaMatthias Krüger-0/+28
2022-02-05Drop json::from_readerMark Rousskov-2/+2
2022-02-04Add new target armv7-unknown-linux-uclibceabi (softfloat)lancethepants-0/+24
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-48/+60
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-0/+1
2022-01-31[mips64-openwrt-musl] Tier 3 tuple for Mips64 OpenWrtDonald Hoskins-0/+28
2022-01-21adapt L4Bender implementationBenjamin Lamowski-9/+8
2022-01-21Add L4Bender as linker variantSebastian Humenda-16/+11
2022-01-16Rollup merge of #92581 - Meziu:armv6k-3ds-target, r=nagisaMatthias Krüger-0/+1
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-8/+6
2022-01-06sess/cg: re-introduce split dwarf kindDavid Wood-1/+1
2022-01-05Enable default librariesAndrea Ciliberti-0/+1
2021-12-17Rename `has_elf_tls` to `has_thread_local`Chris Denton-21/+20
2021-12-17Enable `#[thread_local]` for all windows-msvc targetsChris Denton-6/+1
2021-12-13Revert "Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set."Hans Kratz-15/+0
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-0/+19
2021-12-06Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplettMatthias Krüger-1/+1
2021-12-04compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu baseRain-1/+1
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-3/+3
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-0/+19
2021-11-25Rollup merge of #90499 - rusticstuff:macos-target-fixes, r=petrochenkovMatthias Krüger-9/+30
2021-11-25Set MACOSX_DEPLOYMENT_TARGET env var to default for linking if not set.Hans Kratz-0/+15
2021-11-25Set the default deployment target for Macos ARM64 to 11.0.Hans Kratz-6/+13
2021-11-25The correct LLVM target for aarch64-apple-darwin is arm64-... (as with ios)Hans Kratz-3/+2
2021-11-24Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=...Guillaume Gomez-5/+1
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-0/+64
2021-11-18Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplettbors-6/+22
2021-11-16Add emscripten to the "wasm" family of targetsAlex Crichton-1/+1
2021-11-12Android is not GNUJosh Stone-1/+1
2021-11-10Disable aarch64 outline atomics with musl for now.Hans Kratz-5/+1
2021-11-10Disable `.debug_aranges` for all wasm targetsAlex Crichton-0/+12
2021-11-10Enable WebAssembly features by default on wasm64Alex Crichton-0/+5
2021-11-10std: Get the standard library compiling for wasm64Alex Crichton-5/+4
2021-11-08Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiynGuillaume Gomez-2/+1