about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-6/+63
2023-08-08Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=AmanieuMatthias Krüger-3/+3
2023-08-07Update powerpc data layoutsNikita Popov-17/+17
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-9/+2
2023-08-07Rollup merge of #114496 - taiki-e:sparc32-atomic, r=AmanieuMatthias Krüger-1/+1
2023-08-07stabilize abi_thiscallBenedikt Radtke-9/+2
2023-08-05Revert "Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieu"Taiki Endo-3/+3
2023-08-05Set max_atomic_width for sparc-unknown-linux-gnu to 32Taiki Endo-1/+1
2023-08-05Set max_atomic_width for AVR to 16Taiki Endo-1/+1
2023-08-05Auto merge of #98333 - SimonSapin:riscv-atomic, r=Amanieubors-3/+3
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-0/+135
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-0/+135
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-0/+20
2023-07-25Auto merge of #113411 - unikraft:unikraft, r=wesleywiserbors-0/+37
2023-07-24compiler: Add `x86_64-unikraft-linux-musl` targetMartin Kröning-0/+37
2023-07-24Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obkMatthias Krüger-14/+12
2023-07-24compiler: Add `riscv64gc-unknown-hermit` targetSimon Schöning-0/+21
2023-07-24compiler: Hermit targets: Use functional update syntaxMartin Kröning-15/+15
2023-07-24compiler: Hermit targets: Sort base fields by declarationMartin Kröning-6/+6
2023-07-24compiler: Hermit targets: Remove pre-link args.Martin Kröning-6/+0
2023-07-23Fix comments about GCC/Clang's enum width for arm-none targets.Chris Copeland-8/+8
2023-07-23Remove redundant `c_enum_min_bits` option from the thumbv4t-none-eabi target.Chris Copeland-2/+0
2023-07-23Remove "-unknown" from `llvm_target` for arm*v7r-none-eabi* targets.Chris Copeland-4/+4
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-5/+1
2023-07-21Auto merge of #113922 - matthiaskrgr:rollup-90cj2vv, r=matthiaskrgrbors-21/+0
2023-07-21rustc_target: drop duplicate codeDavid Rheinsberg-21/+0
2023-07-21Don't treat ref. fields with non-null niches as `dereferenceable_or_null`Moulins-1/+5
2023-07-18support for mips32r6 as a target_arch valuechenx97-4/+4
2023-07-18merge patternschenx97-4/+2
2023-07-18support for mips64r6 as a target_arch valuechenx97-2/+4
2023-07-18Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errorsbors-10/+42
2023-07-17Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726Matthias Krüger-0/+29
2023-07-14i686-windows: make requested alignment > 4 special case apply transitivelyErik Desjardins-4/+4
2023-07-11Add a sparc-unknown-none-elf target.Jonathan Pallant (Ferrous Systems)-0/+29
2023-07-10aarch64-linux: properly handle 128bit aligned aggregatesErik Desjardins-36/+44
2023-07-10repr(align) <= 4 should still be byvalErik Desjardins-2/+6
2023-07-10move has_repr to layout, handle repr(transparent) properlyErik Desjardins-15/+2
2023-07-10i686-windows: pass arguments with requested alignment > 4 indirectlyErik Desjardins-4/+34
2023-07-10implement vector-containing aggregate alignment for x86 darwinErik Desjardins-31/+51
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-13/+47
2023-07-05Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd.Havard Eidnes-0/+20
2023-07-03abi: avoid ice for non-ffi-safe fn ptrsDavid Wood-4/+6
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-0/+23
2023-06-30implement `-C linker-flavor` modern flavorsRémy Rakic-8/+73
2023-06-30add whether `LinkerFlavor` invokes the linker via a C/C++ compilerRémy Rakic-0/+19
2023-06-30add whether `LinkerFlavor` uses `lld`Rémy Rakic-0/+18
2023-06-30Auto merge of #106619 - agausmann:avr-object-file, r=nagisabors-0/+343
2023-06-26Add x86_64-unknown-linux-ohos targetAmanieu d'Antras-10/+42
2023-06-26Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obkMatthias Krüger-0/+18