summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2024-06-06Improve naming and path operations in crate loaderNilstrieb-1/+1
2024-05-21Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvallebors-0/+35
2024-05-17Add source for mutually-exclusive listDavid Koloski-0/+2
2024-05-16enable rust-lld on `x86_64-unknown-linux-gnu` when requestedRémy Rakic-0/+6
2024-05-15Sort mutually-exclusive pairs, update fixed testsDavid Koloski-23/+23
2024-05-15Relax restrictions on multiple sanitizersDavid Koloski-0/+33
2024-05-11Add x86_64-unknown-linux-none targetFederico Maria Morrone-0/+3
2024-05-09Remove unused `LinkSelfContainedDefault::is_linker_enabled` method.Nicholas Nethercote-13/+0
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-0/+8
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-0/+8
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+1
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-22/+28
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-0/+22
2024-04-12introduce `LinkerFeatures`Rémy Rakic-0/+52
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-0/+3
2024-03-21Rollup merge of #122810 - nnethercote:rm-target_override, r=WaffleLapkinMatthias Krüger-0/+3
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-0/+3
2024-03-20Add bare metal riscv32 target.Roy Buitenhuis-0/+1
2024-03-18Support for visionOSAdam Gastineau-0/+3
2024-03-13fix: typosguoguangwu-3/+3
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-1/+1
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-1/+1
2024-03-11Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkovJubilee-3/+19
2024-03-11Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillotJubilee-0/+9
2024-03-11LLVM Bitcode Linker: Add as a linker known to the compilerKjetil Kjeka-3/+19
2024-03-10Add metadata to targetsNilstrieb-7/+38
2024-03-10Remove `TargetOptions::default_adjusted_cabi`daxpedda-23/+4
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-2/+27
2024-03-08Rollup merge of #122157 - dpaoliello:targetdesc, r=NilstriebMatthias Krüger-0/+1
2024-03-08Add the new description field to Target::to_json, and add descriptions for so...Daniel Paoliello-0/+1
2024-03-08Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiserMatthias Krüger-0/+1
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-0/+1
2024-03-06Add new Tier-3 target: `loongarch64-unknown-linux-musl`WANG Rui-0/+1
2024-03-05Add a `description` field to target definitionsNilstrieb-0/+6
2024-03-04Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiserbors-0/+1
2024-03-03Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkinbors-1/+1
2024-03-02Add a new `wasm32-wasip1` target to rustcAlex Crichton-0/+1
2024-03-02Remove underscore from QNX target file nameNilstrieb-1/+1
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+3
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-1/+1
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-0/+1
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+0
2024-02-14Allow targets to override default codegen backendMaybe Waffle-0/+9
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+11
2024-02-04Add an `armv8r-none-eabihf` target to support the Cortex-R52.Chris Copeland-0/+1
2024-01-31Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obkNadrieril-1/+0
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-1/+0
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+1