about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2023-12-05Add riscv32 imafc bare metal targetScott Mabin-0/+25
2023-12-04Update target to be in line with recent target refactorsTill Wegmueller-2/+2
2023-12-04Add illumos aarch64 targetTill Wegmueller-0/+20
2023-11-28Pass +forced-atomics feature for riscv32{i,im,imc}-unknown-none-elfTaiki Endo-5/+6
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-38/+34
2023-11-27Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwcoTakayuki Maeda-0/+5
2023-11-25Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errorsbors-0/+1
2023-11-22Add i686-win7-windows-msvc targetroblabla-0/+33
2023-11-22Add new x86_64-win7-windows-msvc targetroblabla-0/+19
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+2
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+2
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-38/+34
2023-11-21the unadjusted ABI needs to pass aggregates by-valueRalf Jung-0/+1
2023-11-20Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-noneJonathan Pallant (Ferrous Systems)-0/+5
2023-11-20Remove now unnecessary x86_64_sun_solaris.rs.Petr Sumbera-20/+0
2023-11-20Remove now deprecated target x86_64-sun-solaris.Petr Sumbera-1/+0
2023-11-20Auto merge of #115526 - arttet:master, r=jackh726bors-15/+88
2023-11-19Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwcobors-21/+128
2023-11-19make_direct_deprecated: dont overwrite already set attributesRalf Jung-4/+10
2023-11-19Auto merge of #117364 - BlackHoleFox:farewell-bitcode-no-remorse, r=davidtwcobors-94/+0
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-6/+0
2023-11-16compiler: enable unwinding on riscv32imac_unknown_xous_elfSean Cross-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-11-15Add arm64e-apple-darwin targetArtyom Tetyukhin-0/+28
2023-11-15Add arm64e-apple-ios targetArtyom Tetyukhin-15/+60
2023-11-11Remove legacy bitcode from all Apple specsBlackHoleFox-94/+0
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-08rustc_target: move file for uniformityDavid Wood-0/+0
2023-11-08targets: move target specs to spec/targetsDavid Wood-26/+26
2023-11-08target: move base specs to spec/baseDavid Wood-449/+453
2023-11-07test and fix some more targetsRalf Jung-0/+12
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-18/+107
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-11-01Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieubors-3/+3
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-17/+12
2023-10-31Support enum variants in offset_of!George Bateman-8/+16
2023-10-30Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obkGuillaume Gomez-0/+22
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-5/+9
2023-10-29mipsel_unknown_netbsd.rs: fix indentation.Havard Eidnes-10/+10
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+22
2023-10-28Remove asmjs from compilerJubilee Young-13/+0
2023-10-29Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubileebors-1/+20
2023-10-28Rollup merge of #117259 - dtolnay:macho, r=NilstriebJubilee-1/+1
2023-10-28Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3Jubilee-0/+19
2023-10-28Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomccJubilee-0/+32
2023-10-28i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc.Havard Eidnes-2/+1
2023-10-27i586_unknown_netbsd.rs: fix formatting.Havard Eidnes-5/+2
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-56/+206
2023-10-26Declare rustc_target dependency on object/machoDavid Tolnay-1/+1
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+23