about summary refs log tree commit diff
path: root/compiler/rustc_target
AgeCommit message (Expand)AuthorLines
2023-10-25implement C ABI lowering for CSKYdirreke-8/+30
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-1/+23
2023-10-21update the registers of cskydirreke-3/+3
2023-10-18make `self_contained` return `LinkSelfContainedComponents`Rémy Rakic-0/+15
2023-10-18unify `LinkSelfContained` and `LinkSelfContainedDefault`Rémy Rakic-85/+54
2023-10-18use asymmetric json roundtrippingRémy Rakic-3/+20
2023-10-18allow target specs to declare self-contained linking componentsRémy Rakic-18/+167
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-1/+2
2023-10-14Rollup merge of #116618 - chriswailes:riscv64-linux-android-vector, r=working...Matthias Krüger-1/+1
2023-10-13Lowercase the feature flags for riscv64-linux-androidChris Wailes-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-1/+2
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-5/+79
2023-10-10Add the V (vector) extension to the riscv64-linux-android target specChris Wailes-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-10-08add `IntoIterator` impl for self-contained linking componentsRémy Rakic-0/+40
2023-10-08move single component parsing to dedicated functionRémy Rakic-6/+5
2023-10-08move `LinkSelfContainedComponents` to `rustc_target`Rémy Rakic-0/+35
2023-10-08prepare stabilization of modern linker-flavorsRémy Rakic-5/+5
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-12/+3
2023-10-06Fix typosSebastian Imlay-5/+3
2023-10-06Initial target specification for aarch64-apple-tvos-simSebastian Imlay-0/+34
2023-10-06Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkinbors-2/+109
2023-10-02Implement Deref<LayoutS> for LayoutLukas Wirth-0/+7
2023-10-02Add VariantIdx backLukas Wirth-4/+21
2023-10-02Move FieldIdx and Layout to rustc_targetLukas Wirth-0/+83
2023-10-02Bring back generic FieldIdxLukas Wirth-2/+2
2023-09-30Fix broken linkscui fliter-3/+3
2023-09-24Auto merge of #116076 - chriswailes:android-riscv-extension-update, r=cjgillotbors-1/+1
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-1/+3
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-59/+25
2023-09-23Raise minimum supported tvOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-38/+15
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-22/+11
2023-09-23Set max_atomic_width for riscv32*-esp-espidf to 32Taiki Endo-3/+3
2023-09-22Add Zba, Zbb, and Zbs as target features for riscv64-linux-androidChris Wailes-1/+1
2023-09-22Add Minimal Std implementation for UEFIAyush Singh-1/+3
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-0/+43
2023-09-21added support for GNU/HurdSamuel Thibault-0/+43
2023-09-20rustc_target/loongarch: Fix passing of transparent unions with only one non-Z...WANG Rui-0/+11
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+19
2023-09-18Enable ASAN/LSAN/TSAN for *-apple-ios-macabidanakj-2/+4
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-27/+37
2023-09-16Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkinMatthias Krüger-1/+2
2023-09-15special case `TyAndLayout` debug implBoxy-3/+38
2023-09-15clarify PassMode::Indirect as wellRalf Jung-18/+19
2023-09-15explain PassMode::CastRalf Jung-9/+18
2023-09-14Enable varargs support for AAPCS calling conventionSoveu-1/+2
2023-09-12add helper method for finding the one non-1-ZST fieldRalf Jung-0/+21
2023-09-12Rollup merge of #115687 - mati865:i686-pc-windows-gnullvm-triple, r=wesleywiserMatthias Krüger-0/+27