| Age | Commit message (Expand) | Author | Lines |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -1/+4 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -1/+4 |
| 2025-03-21 | target spec check: better error when llvm-floatabi is missing | Ralf Jung | -1/+4 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+1 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -2/+9 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -2/+9 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -1/+54 |
| 2025-02-25 | Rollup merge of #137370 - RalfJung:x86-abi-fallback, r=SparrowLii | León Orell Valerian Liehr | -11/+26 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -0/+52 |
| 2025-02-21 | adjust_abi: make fallback logic for ABIs a bit easier to read | Ralf Jung | -11/+26 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -1/+1 |
| 2025-02-20 | Rollup merge of #136473 - usamoi:infer_linker_hints, r=petrochenkov | Jubilee | -8/+12 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -1/+1 |
| 2025-02-20 | infer linker flavor by linker name if it's sufficiently specific | usamoi | -8/+12 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -3/+6 |
| 2025-02-17 | Adds binary_format to rustc target specs | Pyrode | -0/+52 |
| 2025-02-16 | Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb | Matthias Krüger | -0/+13 |
| 2025-02-15 | Load all builtin targets at once instead of one by one | Urgau | -0/+13 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -0/+9 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+3 |
| 2025-02-12 | Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJung | Guillaume Gomez | -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 | Add cygwin target. | 王宇逸 | -2/+3 |
| 2025-02-10 | Auto merge of #134740 - Flakebi:amdgpu-target, r=workingjubilee | bors | -0/+2 |
| 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-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -1/+1 |
| 2025-02-07 | Replace i686-unknown-redox target with i586-unknown-redox | Jeremy Soller | -1/+1 |
| 2025-02-07 | Rollup merge of #136565 - workingjubilee:fixup-abi-in-target, r=compiler-errors | Matthias Krüger | -24/+19 |
| 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 | -24/+19 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -4/+45 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -4/+45 |
| 2025-01-31 | Add amdgpu target | Flakebi | -0/+2 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+4 |
| 2025-01-28 | replaces few consts with statics to reduce readonly section | klensy | -1/+1 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+2 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+1 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+5 |
| 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/+4 |
| 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-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -1/+3 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+1 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -6/+24 |
| 2025-01-05 | add dedicated type for ABI target feature constraints | Ralf Jung | -4/+4 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+1 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+2 |