| Age | Commit message (Expand) | Author | Lines |
| 2025-02-21 | Remove SSE ABI from i586-pc-windows-msvc | Noratrieb | -0/+1 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -19/+63 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+74 |
| 2025-02-12 | Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-02-11 | i686-linux-android: increase CPU baseline to Pentium 4 (without an actual cha... | Ralf Jung | -1/+1 |
| 2025-02-11 | Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp... | Matthias Krüger | -7/+0 |
| 2025-02-10 | Change CPU target back to pentiumpro | Jeremy Soller | -1/+1 |
| 2025-02-10 | Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxu | Matthias Krüger | -1/+8 |
| 2025-02-10 | Reformat files | 王宇逸 | -8/+9 |
| 2025-02-10 | Apply suggestions | 王宇逸 | -18/+4 |
| 2025-02-10 | Add cygwin target. | 王宇逸 | -2/+87 |
| 2025-02-10 | Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubilee | bors | -0/+53 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -4/+0 |
| 2025-02-09 | compiler: gate `extern "{abi}"` in ast_lowering | Jubilee Young | -4/+1 |
| 2025-02-09 | Disable DWARF in linker options for i686-unknown-uefi | Nicholas Bishop | -1/+8 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -254/+293 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -49/+96 |
| 2025-02-08 | Rustfmt | bjorn3 | -254/+293 |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -49/+96 |
| 2025-02-07 | i686-unknown-hurd-gnu: bump baseline CPU to Pentium 4 | Ralf Jung | -1/+1 |
| 2025-02-07 | Replace i686-unknown-redox target with i586-unknown-redox | Jeremy Soller | -3/+3 |
| 2025-02-07 | Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errors | Matthias Krüger | -27/+25 |
| 2025-02-07 | Rollup merge of #136191 - klensy:const_a, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-06 | compiler: make rustc_target have less weird reexports | Jubilee Young | -27/+25 |
| 2025-02-05 | Rollup merge of #136154 - taiki-e:ppc-secure-plt, r=nikic | 许杰友 Jieyou Xu (Joe) | -1/+7 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -8/+67 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -8/+67 |
| 2025-01-31 | Add amdgpu target | Flakebi | -0/+53 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+6 |
| 2025-01-28 | replaces few consts with statics to reduce readonly section | klensy | -1/+1 |
| 2025-01-28 | Use +secure-plt for powerpc-unknown-linux-gnu{,spe} | Taiki Endo | -1/+7 |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -37/+34 |
| 2025-01-26 | Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmease | Jacob Pratt | -3/+9 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+24 |
| 2025-01-24 | Move common code to mod nto_qnx | Florian Bartels | -118/+145 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+28 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+28 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -0/+203 |
| 2025-01-24 | Rollup merge of #135757 - no1wudi:master, r=compiler-errors | Matthias Krüger | -0/+203 |
| 2025-01-24 | Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc... | Matthias Krüger | -1/+3 |
| 2025-01-23 | Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd | Matthias Krüger | -2/+2 |
| 2025-01-22 | Enable kernel sanitizers for aarch64-unknown-none-softfloat | Jubilee Young | -1/+3 |
| 2025-01-20 | Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm` | Wesley Wiser | -2/+2 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+203 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+1 |
| 2025-01-16 | Target option to require explicit cpu | Flakebi | -0/+6 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+1 |
| 2025-01-10 | fix ZST handling for Windows ABIs on MSVC target | Ralf Jung | -5/+10 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -1/+70 |
| 2025-01-07 | Reserve x18 register for aarch64 wrs vxworks target | B I Mohammed Abbas | -1/+1 |