| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1220/+0 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -2/+128 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -0/+8 |
| 2018-04-06 | add emit_debug_gdb_scripts target option and .. | Jorge Aparicio | -0/+6 |
| 2018-03-26 | Add a hash when a TargetPath is displayed | Philipp Oppermann | -1/+20 |
| 2018-03-26 | Canonicalize paths | Philipp Oppermann | -2/+8 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -25/+64 |
| 2018-03-13 | rustc: Embed LLVM bitcode by default on iOS | Alex Crichton | -0/+6 |
| 2018-03-09 | Make the default relro level be doing nothing at all | Johannes Löthberg | -1/+1 |
| 2018-03-03 | rustc: Tweak default linker selection | Alex Crichton | -5/+4 |
| 2018-02-28 | Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank | kennytm | -6/+5 |
| 2018-02-26 | Add specific target option for returning struct as an integer. | Bryan Drewery | -6/+5 |
| 2018-02-26 | librustc_back: Add support for powerpc-linux-gnuspe | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-25 | Rollup merge of #48297 - glaubitz:sparc-linux, r=estebank | kennytm | -0/+1 |
| 2018-02-23 | librustc_back: Add support for sparc-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2018-02-16 | Add powerpc-unknown-netbsd target | Jonathan A. Kollasch | -0/+1 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+7 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+6 |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -4/+4 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -5/+2 |
| 2018-01-11 | Add i586-unknown-linux-musl target | Marco A L Barbosa | -2/+4 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -5/+2 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -1/+1 |
| 2017-12-26 | Add armv4t-unknown-linux-gnueabi target | Marco A L Barbosa | -0/+1 |
| 2017-12-22 | Add support for CloudABI targets to the rustc backend. | Ed Schouten | -0/+6 |
| 2017-12-03 | Add an i128_lowering flag in TargetOptions | Scott McMurray | -0/+5 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+26 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -0/+7 |
| 2017-11-03 | Fix error message for invalid code/reloc models | Amanieu d'Antras | -0/+6 |
| 2017-10-15 | Auto merge of #45224 - malbarbo:x32, r=alexcrichton | bors | -0/+1 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -5/+0 |
| 2017-10-11 | Add x86_64-unknown-linux-gnux32 target | Marco A L Barbosa | -0/+1 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -0/+6 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -5/+0 |
| 2017-10-05 | Remove nacl from librustc_back | est31 | -1/+0 |
| 2017-09-30 | rustc: Specify c_int width for each target | Daniel Klauer | -0/+4 |
| 2017-09-23 | add aarch64-unknown-linux-musl target | Ben Cressey | -0/+1 |
| 2017-09-08 | Add `TargetOptions::min_global_align`, with s390x at 16-bit | Josh Stone | -0/+6 |
| 2017-08-22 | Introduce target feature crt_static_allows_dylibs | Samuel Holland | -0/+5 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -0/+5 |
| 2017-08-04 | Add L4Re Support in librustc_back | Tobias Schaffner | -0/+3 |
| 2017-07-18 | Implement FromStr for RelroLevel rather than duplicating the match | Johannes Löthberg | -4/+2 |
| 2017-07-14 | Support both partial and full RELRO | Johannes Löthberg | -7/+22 |
| 2017-07-11 | Add support for full RELRO | Johannes Löthberg | -0/+6 |
| 2017-07-07 | Auto merge of #43099 - japaric:msp430, r=alexcrichton | bors | -0/+2 |
| 2017-07-06 | add a built-in MSP430 target | Jorge Aparicio | -0/+2 |
| 2017-07-06 | rustc: Implement stack probes for x86 | Alex Crichton | -0/+6 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -11/+7 |
| 2017-06-23 | Add Target (de)serialization for environment vars | Thomas Lively | -0/+28 |
| 2017-06-22 | Add target option for linker environment variables | Thomas Lively | -0/+4 |