| Age | Commit message (Expand) | Author | Lines |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -1/+1 |
| 2024-11-30 | Rollup merge of #133571 - madsmtm:visionos-support-std, r=Noratrieb | Ralf Jung | -2/+2 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -1/+5 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-11-30 | Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-11-30 | Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-29 | Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=Amanieu | Matthias Krüger | -1/+28 |
| 2024-11-29 | Auto merge of #133409 - RalfJung:target-consistency, r=lcnr | bors | -973/+1137 |
| 2024-11-28 | Add +forced-atomics feature to esp32s2 | Scott Mabin | -0/+1 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -2/+2 |
| 2024-11-29 | Fix target_feature handling in freg of LoongArch inline assembly | Taiki Endo | -1/+1 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -1/+5 |
| 2024-11-28 | Reword error message of reserved AVR registers | Julian Frimmel | -1/+1 |
| 2024-11-28 | Support `clobber_abi` for AVR inline assembly | Julian Frimmel | -0/+27 |
| 2024-11-28 | Mark visionOS as supporting `std` | Mads Marquart | -2/+2 |
| 2024-11-28 | Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=Amanieu | Guillaume Gomez | -11/+26 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+6 |
| 2024-11-28 | Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu | Guillaume Gomez | -2/+37 |
| 2024-11-28 | move target JSON (de)serialization to separate file | Ralf Jung | -789/+800 |
| 2024-11-27 | ensure JSON-defined targets are consistent | Ralf Jung | -211/+364 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -0/+23 |
| 2024-11-26 | Rollup merge of #133410 - RalfJung:target-feature-consistency, r=compiler-errors | Michael Goulet | -0/+23 |
| 2024-11-26 | Rollup merge of #133411 - RalfJung:emscripten-is-on-wasm, r=workingjubilee | Guillaume Gomez | -1/+4 |
| 2024-11-26 | Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed... | Taiki Endo | -11/+27 |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+6 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -4/+22 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -5/+0 |
| 2024-11-25 | Fix clobber_abi in RV32E and RV64E inline assembly | Taiki Endo | -2/+37 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -7/+22 |
| 2024-11-24 | target check_consistency: ensure target feature string makes some basic sense | Ralf Jung | -0/+23 |
| 2024-11-24 | the emscripten OS no longer exists on non-wasm targets | Ralf Jung | -1/+4 |
| 2024-11-24 | Remove forces_embed_bitcode | DianQK | -5/+0 |
| 2024-11-23 | Update linux_musl base to dynamically link the crt by default | Wesley Wiser | -7/+37 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -5/+58 |
| 2024-11-22 | Updates Solaris target information, adds Solaris maintainer | Petr Sumbera | -2/+2 |
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -1/+4 |
| 2024-11-21 | Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigand | Matthias Krüger | -14/+18 |
| 2024-11-21 | Rollup merge of #131736 - hoodmane:emscripten-wasm-bigint, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2024-11-20 | aarch64 softfloat target: always pass floats in int registers | Ralf Jung | -5/+58 |
| 2024-11-20 | Fix LLVM target triple for `x86_64-win7-windows-msvc` | Kleis Auke Wolthuizen | -1/+1 |
| 2024-11-14 | Support s390x z13 vector ABI | Taiki Endo | -14/+18 |
| 2024-11-14 | ABI checks: add support for some tier3 arches, warn on others. | Luca Versari | -14/+23 |
| 2024-11-13 | Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubilee | Matthias Krüger | -3/+21 |
| 2024-11-12 | ABI checks: add support for tier2 arches | Luca Versari | -3/+21 |
| 2024-11-12 | use gnu ld for m68k target | kirk | -2/+9 |
| 2024-11-11 | Emscripten: link with -sWASM_BIGINT | Hood Chatham | -1/+2 |
| 2024-11-11 | Auto merge of #132880 - RalfJung:implied-features, r=workingjubilee | bors | -0/+5 |
| 2024-11-11 | target_features: explain what exacty 'implied' means here | Ralf Jung | -0/+5 |
| 2024-11-10 | Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target... | Alex Crichton | -2/+3 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+17 |