about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec
AgeCommit message (Expand)AuthorLines
2020-11-11rustc_target: Change os from "unknown" to "none" for bare metal targetsVadim Petrochenkov-1/+3
2020-11-11rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov-30/+35
2020-11-10rustc_taret: Remove `TargetOptions::is_like_android`Vadim Petrochenkov-7/+0
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-270/+251
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+8
2020-11-08Address review commentsVadim Petrochenkov-1/+1
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-215/+191
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-54/+59
2020-11-07Update recently added targetsVadim Petrochenkov-6/+2
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-244/+120
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-163/+28
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-158/+27
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-169/+52
2020-11-07rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov-168/+75
2020-11-07rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov-155/+20
2020-11-05Fix automatic_links warningsGuillaume Gomez-4/+4
2020-11-02indicate calling conventionStephan-1/+1
2020-11-02improve commentsStephan-2/+3
2020-11-02add blacklist for unsupported calling conventionsStephan-0/+9
2020-11-02add mipsel_unknown_none targetStephan-0/+33
2020-10-24Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi...Jonas Schievink-0/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-4/+1
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-5/+10
2020-10-15Use integer literals for builtin target_pointer_width fieldsest31-151/+151
2020-10-14Rollup merge of #77765 - amshafer:master, r=petrochenkovDylan DPC-0/+21
2020-10-13Add a target option for selecting a DWARF versionAustin Shafer-0/+21
2020-10-13Auto merge of #75406 - mati865:mingw-aslr, r=Mark-Simulacrumbors-2/+12
2020-10-10Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasperbors-667/+631
2020-10-08Implement the instruction_set attributexd009642-0/+11
2020-10-07Revert "Allow dynamic linking for iOS/tvOS targets."Francesca Lovebloom-0/+1
2020-10-05rustc_target: Further simplify loading of built-in targetsVadim Petrochenkov-38/+13
2020-10-05rustc_target: Refactor away `TargetResult`Vadim Petrochenkov-630/+619
2020-10-04Support static linking with glibc and target-feature=+crt-staticJosh Triplett-2/+2
2020-10-01Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkovDylan DPC-128/+20
2020-09-25Defer Apple SDKROOT detection to link time.Eric Huss-128/+20
2020-09-25Link dynamic and static late_link_args before generic onesMateusz Mikuła-6/+1
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-14librustc_target: Address commentsAlistair Francis-1/+1
2020-09-14librustc_target: Initial support for riscv32gc_unknown_linux_gnuAlistair Francis-0/+26
2020-09-09remove redundant clonesMatthias Krüger-1/+1
2020-09-07Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi...Dylan DPC-0/+2
2020-09-05Disable atomics on avr target.Mara Bos-0/+2
2020-09-03Disable use of `--eh-frame-hdr` on wasm32.Dan Gohman-0/+1
2020-08-31Enable ASLR for windows-gnuMateusz Mikuła-2/+12
2020-08-30mv compiler to compiler/mark-0/+7873