about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/tests/tests_impl.rs
AgeCommit message (Expand)AuthorLines
2024-11-27ensure JSON-defined targets are consistentRalf Jung-208/+0
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-0/+23
2024-11-24target check_consistency: ensure target feature string makes some basic senseRalf Jung-0/+23
2024-11-24the emscripten OS no longer exists on non-wasm targetsRalf Jung-1/+4
2024-10-31Add `lp64e` ABI to the spec tests matchJan Bujak-1/+2
2024-10-22Fix rustc_target test: wasmNN-none should support dynamic linkingGraydon Hoare-1/+7
2024-10-17Always specify `llvm_abiname` for RISC-V targetsbeetrees-0/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-11LLVM Bitcode Linker: Add as a linker known to the compilerKjetil Kjeka-1/+4
2023-12-21Add support for hexagon-unknown-none-elf as targetBrian Cain-1/+2
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-1/+1
2022-11-05Remove linuxkernel targetsAlex Gaynor-5/+4
2022-10-06rustc_target: Refactor internal linker flavorsVadim Petrochenkov-49/+36
2022-09-09Use RelocModel::Pic for UEFI targetsNicholas Bishop-1/+2
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-13/+9
2022-09-01rustc_target: Add a compatibility layer to separate internal and user-facing ...Vadim Petrochenkov-2/+4
2022-08-27rustc_target: Add some more target spec sanity checkingVadim Petrochenkov-10/+49
2022-08-12rustc_target: Update some old naming around self contained linkingVadim Petrochenkov-3/+3
2022-08-03Add support for link-flavor rust-lld for iOS, tvOS and watchOSmary-1/+4
2022-06-25rustc_target: Some more tests and fixes for linker argumentsVadim Petrochenkov-13/+84
2022-06-18rustc_target: Remove some redundant target propertiesVadim Petrochenkov-0/+5
2021-06-17Emit warnings for unused fields in custom targets.Adam Bratschi-Kaye-1/+1
2021-04-04wasm64Gus Caplan-0/+1
2020-11-14Auto merge of #78959 - petrochenkov:likeuefi, r=nagisabors-0/+2
2020-11-12rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc`Vadim Petrochenkov-0/+2
2020-11-11rustc_target: Make sure that in-tree targets follow conventions for os and ve...Vadim Petrochenkov-0/+13
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-10/+10
2020-10-05rustc_target: Refactor away `TargetResult`Vadim Petrochenkov-11/+4
2020-08-30mv compiler to compiler/mark-0/+47