| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-11-09 | Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikic | Matthias Krüger | -4/+4 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -1/+2 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -0/+11 |
| 2024-11-08 | rustc_target: more target string fixes for LLVM 20 | Augie Fackler | -4/+4 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -0/+2 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+9 |
| 2024-11-08 | Drop "gnu" in the target env for FreeBSD armv6/7 | Mikael Urankar | -2/+0 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -1/+2 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -7/+7 |
| 2024-11-07 | Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieu | bors | -0/+168 |
| 2024-11-07 | Update mips64 data layout to match LLVM 20 change | Hans Wennborg | -7/+7 |
| 2024-11-07 | Rollup merge of #132726 - clubby789:unused-deps, r=compiler-errors | Matthias Krüger | -2/+0 |
| 2024-11-07 | Rollup merge of #132638 - taiki-e:ppc-asm-fixme, r=jieyouxu | Matthias Krüger | -2/+15 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -2/+0 |
| 2024-11-07 | Add links about clobber_abi on PowerPC | Taiki Endo | -0/+15 |
| 2024-11-07 | Remove fixme comment about clobber_abi on PowerPC | Taiki Endo | -2/+0 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+168 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -15/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -51/+91 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -3/+105 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -51/+91 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+1 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -15/+3 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -72/+73 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -3/+105 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -146/+16 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+17 |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -19/+1 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -128/+16 |