| Age | Commit message (Expand) | Author | Lines |
| 2024-04-04 | MSVC targets should use COFF as their archive format | Daniel Paoliello | -0/+1 |
| 2024-04-04 | Fix incorrect 'llvm_target' value used on watchOS target | Tony Li | -3/+9 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -11/+14 |
| 2024-04-03 | Added target metadata | Adam Gastineau | -8/+8 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Updated comments | Adam Gastineau | -2/+2 |
| 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 | Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease | Jubilee | -85/+85 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -8/+8 |
| 2024-03-21 | Rollup merge of #122810 - nnethercote:rm-target_override, r=WaffleLapkin | Matthias Krüger | -0/+3 |
| 2024-03-21 | Rollup merge of #122696 - royb3:riscv32ima, r=petrochenkov | Matthias Krüger | -0/+30 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -0/+3 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+30 |
| 2024-03-20 | step cfgs | Mark Rousskov | -3/+1 |
| 2024-03-19 | Fix test formatting | Adam Gastineau | -1/+5 |
| 2024-03-19 | Fixed VISIONOS_DEPLOYMENT_TARGET envar test | Adam Gastineau | -3/+3 |
| 2024-03-19 | Add missing visionOS target metadata | Adam Gastineau | -2/+12 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -2/+75 |
| 2024-03-17 | Revert "sparc64: fix crash in ABI code for { f64, f32 } struct" | Erik Desjardins | -8/+6 |
| 2024-03-17 | make CastTarget::size and CastTarget::llvm_type consistent, remove | Erik Desjardins | -11/+14 |
| 2024-03-17 | sparc64: fix crash in ABI code for { f64, f32 } struct | Erik Desjardins | -6/+8 |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -3/+1 |
| 2024-03-13 | Improve style | Veera | -2/+2 |
| 2024-03-13 | fix: typos | guoguangwu | -3/+3 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -140/+75 |
| 2024-03-12 | Rollup merge of #122342 - ChrisDenton:defautlib, r=petrochenkov | Matthias Krüger | -8/+12 |
| 2024-03-12 | Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-03-11 | Update /NODEFAUTLIB comment for msvc | Chris Denton | -8/+12 |
| 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 | -140/+75 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -4/+27 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -0/+9 |
| 2024-03-11 | update make_indirect_byval comment about missing fix (this PR is the fix) | Erik Desjardins | -3/+1 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -4/+23 |
| 2024-03-11 | NVPTX: Enable self-contained for the nvptx target | Kjetil Kjeka | -0/+4 |
| 2024-03-11 | Auto merge of #122305 - Nilstrieb:target-tiers, r=davidtwco | bors | -238/+1422 |
| 2024-03-11 | Auto merge of #122050 - erikdesjardins:sret, r=nikic | bors | -4/+35 |
| 2024-03-10 | Add metadata to targets | Nilstrieb | -238/+1422 |
| 2024-03-10 | Remove `TargetOptions::default_adjusted_cabi` | daxpedda | -34/+4 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -6/+33 |
| 2024-03-09 | once byval abi is computed, the target abi isn't used further | erikdesjardins | -1/+1 |
| 2024-03-09 | improve byval abi docs | Erik Desjardins | -5/+34 |
| 2024-03-08 | Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb | Matthias Krüger | -6/+7 |
| 2024-03-08 | Add the new description field to Target::to_json, and add descriptions for so... | Daniel Paoliello | -6/+7 |
| 2024-03-08 | Rollup merge of #121832 - heiher:loongarch64-musl, r=wesleywiser | Matthias Krüger | -0/+20 |
| 2024-03-07 | fix now-incorrect parenthetical about byval attr | Erik Desjardins | -2/+4 |
| 2024-03-07 | Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkov | bors | -3/+25 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -3/+25 |