| Age | Commit message (Expand) | Author | Lines |
| 2025-05-22 | [win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab... | Daniel Paoliello | -6/+1 |
| 2025-05-08 | Enable non-leaf Frame Pointers for Arm64 Windows | Daniel Paoliello | -1/+7 |
| 2025-05-07 | [win][arm64] Disable MSVC Linker 'Arm Hazard' warning | Daniel Paoliello | -1/+6 |
| 2025-05-05 | Use more accurate ELF flags on MIPS | Sam Roberts | -1/+12 |
| 2025-04-29 | Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targets | Björn Barwinski | -0/+2 |
| 2025-04-18 | Disable has_thread_local on i686-win7-windows-msvc | roblabla | -0/+6 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-16 | rustc_target: Use "B" shorthand on the RISC-V Android target | Tsukasa OI | -1/+1 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+34 |
| 2025-04-02 | Demote i686-pc-windows-gnu to Tier 2 | Noratrieb | -1/+1 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -14/+14 |
| 2025-03-31 | Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-30 | Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxu | bors | -0/+1 |
| 2025-03-29 | Rollup merge of #138431 - madsmtm:uclibc-llvm-target, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -1/+1 |
| 2025-03-14 | Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxu | Jacob Pratt | -21/+40 |
| 2025-03-12 | Fix uclibc LLVM target triples | Mads Marquart | -4/+4 |
| 2025-03-12 | Fix armv7-sony-vita-newlibeabihf LLVM target triple | Mads Marquart | -1/+1 |
| 2025-03-12 | Fix RISC-V VxWorks LLVM target triples | Mads Marquart | -2/+2 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+29 |
| 2025-03-10 | Update metadata for cygwin target | 王宇逸 | -1/+1 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -9/+0 |
| 2025-03-05 | feat: Remove - from xtensa targets cpu names | Sergio Gasquez | -4/+4 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -9/+0 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -1/+2 |
| 2025-03-01 | Set target_vendor = "openwrt" | Mads Marquart | -0/+1 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -0/+0 |
| 2025-02-20 | Sync Fuchsia target spec with clang Fuchsia driver | Erick Tryzelaar | -21/+40 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -0/+0 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -5/+32 |
| 2025-02-17 | Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-02-16 | rustc_target: import TargetMetadata | Ken Matsui | -568/+679 |
| 2025-02-16 | Remove SSE ABI from i586-pc-windows-msvc | Noratrieb | -0/+1 |
| 2025-02-16 | Rollup merge of #136545 - durin42:nvptx64-align, r=nikic | Jacob Pratt | -1/+1 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -16/+47 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -0/+24 |
| 2025-02-12 | Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-02-11 | i686-linux-android: increase CPU baseline to Pentium 4 (without an actual cha... | Ralf Jung | -1/+1 |
| 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 | Apply suggestions | 王宇逸 | -11/+3 |
| 2025-02-10 | Add cygwin target. | 王宇逸 | -0/+32 |
| 2025-02-10 | Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubilee | bors | -0/+51 |
| 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 | -166/+188 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -48/+95 |
| 2025-02-08 | Rustfmt | bjorn3 | -166/+188 |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -48/+95 |
| 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 | -2/+2 |