| Age | Commit message (Expand) | Author | Lines |
| 2020-01-15 | add bare metal ARM Cortex-A targets to rustc | Jorge Aparicio | -0/+3 |
| 2020-01-10 | Allow specifying LLVM args in target specifications | Jethro Beekman | -0/+6 |
| 2019-12-22 | Format the world | Mark Rousskov | -61/+70 |
| 2019-12-12 | Remove i686-unknown-dragonfly target | Antonio Huete Jimenez | -1/+0 |
| 2019-12-03 | Change linker for x86_64-fortanix-unknown-sgx to rust-lld | Parth Sane | -0/+6 |
| 2019-11-26 | Rollup merge of #66713 - hermitcore:hermit, r=alexcrichton | Tyler Mandry | -0/+2 |
| 2019-11-24 | introduce a target to build the kernel HermitCore | Stefan Lankes | -0/+2 |
| 2019-11-23 | Add riscv64gc-unknown-linux-gnu target | msizanoen1 | -0/+1 |
| 2019-11-17 | Derive HashStable for PanicStrategy. | Camille GILLOT | -1/+3 |
| 2019-11-06 | Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa | Mazdak Farrokhzad | -0/+1 |
| 2019-11-04 | Add target thumbv7neon-unknown-linux-musleabihf | Samuel Holland | -0/+1 |
| 2019-10-29 | Allow specifying key "llvm-abiname" in target specification | Gui Andrade | -1/+7 |
| 2019-10-25 | Fix inverted check in EFIAPI | roblabla | -1/+1 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+7 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -4/+2 |
| 2019-10-17 | Don't add `argc` and `argv` arguments to `main` on WASI. | Dan Gohman | -0/+6 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+0 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -0/+1 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+0 |
| 2019-09-23 | Differentiate AArch64 bare-metal targets between hf and non-hf. | Andre Richter | -0/+1 |
| 2019-09-13 | Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton | bors | -1/+6 |
| 2019-09-12 | Remove env vars instead of setting them to an empty string | Aleksi Juvani | -1/+6 |
| 2019-09-10 | Add i686-unknown-uefi target | Jiewen Yao | -0/+1 |
| 2019-08-31 | Add x86_64-linux-kernel target | Alex Gaynor | -0/+3 |
| 2019-08-16 | Rollup merge of #63604 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -3/+2 |
| 2019-08-16 | Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-08-15 | add sparc64-unknown-openbsd target | Sébastien Marie | -0/+1 |
| 2019-08-15 | Rollup merge of #63467 - terhechte:support-ios-catalyst-macabi-target-triple,... | Mazdak Farrokhzad | -0/+1 |
| 2019-08-15 | Rollup merge of #63165 - xen0n:mips64-musl-targets, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -0/+4 |
| 2019-08-13 | 1. support crt-static | Baoshan Pang | -3/+2 |
| 2019-08-11 | Add initial files for iOS catalyst / macabi support | Benedikt Terhechte | -0/+1 |
| 2019-08-10 | rustc_target: add n64 musl targets for MIPS64 arches | Wang Xuerui | -0/+2 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -0/+1 |
| 2019-08-03 | Rollup merge of #63107 - adrian-budau:master, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-08-02 | Added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-musleabi. | Adrian Budau | -0/+2 |
| 2019-08-02 | librustc_target: Unconfigure tests during normal build | Vadim Petrochenkov | -1/+1 |
| 2019-07-31 | Add UWP MSVC targets | Martin Finkel | -0/+4 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -5/+0 |
| 2019-07-25 | Add UWP mingw targets | Hugo Beauzée-Luyssen | -0/+3 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-07-25 | Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-07-25 | Rollup merge of #62784 - Disasm:riscv32i, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -1/+1 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -3/+3 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -0/+1 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -5/+0 |
| 2019-07-18 | Add riscv32i-unknown-none-elf target | Vadim Kaushan | -0/+1 |
| 2019-07-16 | Add supporting for vxWorks | Baoshan Pang | -1/+10 |
| 2019-07-01 | Target::arch can take more than listed options | Jonathan Behrens | -2/+2 |