| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -3/+1 |
| 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-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 |
| 2024-03-06 | loongarch: add frecipe and relax target feature | WANG Rui | -0/+2 |
| 2024-03-06 | Add new Tier-3 target: `loongarch64-unknown-linux-musl` | WANG Rui | -0/+20 |
| 2024-03-05 | Add a `description` field to target definitions | Nilstrieb | -0/+234 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -114/+64 |
| 2024-03-03 | Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin | bors | -1/+1 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -114/+64 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -1/+1 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+4 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -4/+4 |
| 2024-02-29 | Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDenton | Guillaume Gomez | -5/+10 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -4/+4 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -3/+3 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+65 |
| 2024-02-27 | Auto merge of #120411 - erikdesjardins:netbsdcall, r=Nilstrieb | bors | -1/+1 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -12/+4 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -8/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -12/+4 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -8/+2 |
| 2024-02-24 | compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move | Martin Nordholts | -1/+1 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-02-20 | Rollup merge of #121291 - heiher:revert-medium-cmodel, r=Nilstrieb | Nilstrieb | -4/+3 |
| 2024-02-19 | Lower default Mac Catalyst deployment target to 13.1 | Mads Marquart | -1/+2 |
| 2024-02-19 | Merge deployment target variable loading on iOS and Mac Catalyst | Mads Marquart | -26/+21 |
| 2024-02-19 | Fix ld platform_version argument on Mac Catalyst | Mads Marquart | -29/+13 |
| 2024-02-19 | Make LLVM target contain correct deployment target info on Mac Catalyst | Mads Marquart | -16/+23 |
| 2024-02-19 | Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac Catalyst | Mads Marquart | -10/+4 |