summary refs log tree commit diff
path: root/src/librustc_target/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2018-07-26Omit the vendor component in Fuchsia triplePetr Hosek-2/+2
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-11/+15
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-11/+15
2018-07-12Deny bare trait objects in librustc_target and libtestljedrz-1/+1
2018-07-06Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichtonbors-0/+6
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-0/+6
2018-07-03rust: add initial changes to support powerpc64le muslMike Sullivan-0/+1
2018-05-31musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-5/+16
2018-05-24Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichtonkennytm-0/+2
2018-05-20Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichtonbors-0/+2
2018-05-18Add armv6-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+1
2018-05-18Add armv7-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+1
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-16/+5
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-12/+2
2018-05-16Add target for Big-endian ARM Cortex-R4F/R5F MCUsPaolo Teti-0/+2
2018-05-12add aarch64-unknown-openbsd supportSébastien Marie-0/+1
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-7/+28
2018-05-04Add eabi suffix to armv5te musl targetHarm Berntsen-1/+1
2018-05-03Add armv5te-unknown-linux-musl targetHarm Berntsen-0/+1
2018-05-01musl: link crt{begin,end}.o from the system compilerJohannes Nixdorf-2/+12
2018-04-29musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-5/+16
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+2
2018-04-26rustc_trans: generalize cabi_* to any context type.Irina Popa-0/+10
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+1220