| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+28 |
| 2024-07-17 | cleanup: remove support for 3DNow! cpu features | Augie Fackler | -3/+1 |
| 2024-07-03 | Fill out target-spec metadata for all targets | Harry Moulton | -887/+903 |
| 2024-06-24 | rustc_target: Build sparc_unknown_linux_gnu with -mcpu=v9 and -m32 | John Paul Adrian Glaubitz | -1/+1 |
| 2024-06-24 | rustc_target: Rewrite sparc_unknown_linux_gnu spec to use TargetOptions | John Paul Adrian Glaubitz | -8/+11 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+115 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+2 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+27 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -0/+115 |
| 2024-06-12 | Rollup merge of #126324 - zmodem:loongarch, r=nikic | Michael Goulet | -4/+4 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+2 |
| 2024-06-12 | Adjust LoongArch64 data layouts for LLVM update | Hans Wennborg | -4/+4 |
| 2024-06-01 | Add `target_env = "p1"` to the `wasm32-wasip1` target | Alex Crichton | -0/+2 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -0/+71 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+7 |
| 2024-05-11 | Add x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+25 |
| 2024-05-11 | Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox | bors | -56/+61 |
| 2024-05-08 | Auto merge of #124858 - alexcrichton:some-wasi-changes, r=michaelwoerister | bors | -2/+7 |
| 2024-05-07 | rustc: Change wasm32-wasip2 to PIC-by-default | Alex Crichton | -1/+6 |
| 2024-05-06 | Adjust 64-bit ARM data layouts for LLVM update | Matthew Maurer | -40/+40 |
| 2024-05-05 | Refactor Apple `target_abi` | Mads Marquart | -56/+61 |
| 2024-05-03 | rustc: Change LLVM target for the wasm32-wasip2 Rust target | Alex Crichton | -1/+1 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -11/+0 |
| 2024-04-13 | Auto merge of #123257 - ChrisDenton:enable-tls, r=fmease | bors | -4/+0 |
| 2024-04-07 | Rollup merge of #123446 - crazytonyli:fix-watchos-llvm-target, r=estebank | Matthias Krüger | -3/+4 |
| 2024-04-05 | Rollup merge of #123159 - chrisnc:fix-arm-rm-none-eabihf-features, r=workingj... | Guillaume Gomez | -11/+9 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+54 |
| 2024-04-04 | Fix target-cpu fpu features on Armv7-R, Armv7-M, and Armv8-M | Chris Copeland | -11/+9 |
| 2024-04-04 | Fix incorrect 'llvm_target' value used on watchOS target | Tony Li | -3/+4 |
| 2024-04-03 | Added target metadata | Adam Gastineau | -8/+8 |
| 2024-03-31 | Enable has_thread_local for i686-msvc | Chris Denton | -4/+0 |
| 2024-03-26 | CFI: Enable KCFI testing of run-pass tests | Matthew Maurer | -0/+2 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -4/+4 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+29 |
| 2024-03-19 | Add missing visionOS target metadata | Adam Gastineau | -2/+12 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+44 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -139/+74 |
| 2024-03-12 | Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-03-11 | Update Windows platform support | Chris Denton | -2/+2 |
| 2024-03-11 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -139/+74 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -0/+4 |
| 2024-03-11 | NVPTX: Enable self-contained for the nvptx target | Kjetil Kjeka | -0/+4 |
| 2024-03-10 | Add metadata to targets | Nilstrieb | -229/+1364 |
| 2024-03-10 | Remove `TargetOptions::default_adjusted_cabi` | daxpedda | -11/+0 |
| 2024-03-08 | Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2024-03-08 | Add the new description field to Target::to_json, and add descriptions for so... | Daniel Paoliello | -6/+6 |
| 2024-03-08 | Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiser | Matthias Krüger | -0/+19 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -0/+21 |
| 2024-03-06 | Add new Tier-3 target: `loongarch64-unknown-linux-musl` | WANG Rui | -0/+19 |