| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-05 | Add a `description` field to target definitions | Nilstrieb | -0/+227 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -114/+63 |
| 2024-03-03 | Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin | bors | -0/+0 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -114/+63 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -0/+0 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+1 |
| 2024-02-29 | Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDenton | Guillaume Gomez | -5/+10 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -2/+2 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+64 |
| 2024-02-27 | Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb | bors | -1/+1 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -8/+2 |
| 2024-02-20 | Rollup merge of #121291 - heiher:revert-medium-cmodel, r=Nilstrieb | Nilstrieb | -4/+3 |
| 2024-02-19 | Make LLVM target contain correct deployment target info on Mac Catalyst | Mads Marquart | -12/+6 |
| 2024-02-19 | target: Revert default to the medium code model on LoongArch targets | WANG Rui | -4/+3 |
| 2024-02-17 | Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub... | Matthias Krüger | -1/+7 |