summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2018-01-30rustc: Add an option to default hidden visibilityAlex Crichton-0/+7
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+6
2018-01-24llvm6: CodeModel::{JIT,}Default no longer existsAlex Crichton-4/+4
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-5/+2
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-2/+4
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-5/+2
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-1/+1
2017-12-26Add armv4t-unknown-linux-gnueabi targetMarco A L Barbosa-0/+1
2017-12-22Add support for CloudABI targets to the rustc backend.Ed Schouten-0/+6
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-0/+5
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+26
2017-11-11Control LLVM's TrapUnreachable feature through rustc's TargetOptions.Dan Gohman-0/+7
2017-11-03Fix error message for invalid code/reloc modelsAmanieu d'Antras-0/+6
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-0/+1
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-5/+0
2017-10-11Add x86_64-unknown-linux-gnux32 targetMarco A L Barbosa-0/+1
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-0/+6
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-5/+0
2017-10-05Remove nacl from librustc_backest31-1/+0
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+4
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+1
2017-09-08Add `TargetOptions::min_global_align`, with s390x at 16-bitJosh Stone-0/+6
2017-08-22Introduce target feature crt_static_allows_dylibsSamuel Holland-0/+5
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-0/+5
2017-08-04Add L4Re Support in librustc_backTobias Schaffner-0/+3
2017-07-18Implement FromStr for RelroLevel rather than duplicating the matchJohannes Löthberg-4/+2
2017-07-14Support both partial and full RELROJohannes Löthberg-7/+22
2017-07-11Add support for full RELROJohannes Löthberg-0/+6
2017-07-07Auto merge of #43099 - japaric:msp430, r=alexcrichtonbors-0/+2
2017-07-06add a built-in MSP430 targetJorge Aparicio-0/+2
2017-07-06rustc: Implement stack probes for x86Alex Crichton-0/+6
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-11/+7
2017-06-23Add Target (de)serialization for environment varsThomas Lively-0/+28
2017-06-22Add target option for linker environment variablesThomas Lively-0/+4
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+1
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+1
2017-04-07-Z linker-flavorJorge Aparicio-14/+63
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-02-16add solaris sparcv9 supportShawn Walker-Salas-0/+1
2017-02-07Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichtonCorey Farwell-0/+1
2017-02-06Rename i686-unknown-netbsdelf target to i686-unknown-netbsdJonathan A. Kollasch-1/+1
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+1
2017-02-03Add `aarch64-unknown-freebsd` to the supported targetsJean-Sébastien Pédron-0/+1
2017-01-31Add i686-unknown-netbsdelf targetJonathan A. Kollasch-0/+1
2017-01-20Json encoding/decoding for is_like_emscriptenSergey Pepyakin-0/+2
2017-01-19tell emcc stip exception handling if panic rt usedSergey Pepyakin-0/+5
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-0/+1
2016-12-30sparc64-linux supportJorge Aparicio-0/+2
2016-12-31Auto merge of #38601 - schulzch:master, r=brsonbors-0/+1
2016-12-29Add sparc64-unknown-netbsd targetJonathan A. Kollasch-0/+1