| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3 | Matthias Krüger | -0/+10 |
| 2025-04-24 | Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr... | bors | -4/+10 |
| 2025-04-23 | tests: account for CFI directives in `tests/assembly/x86-return-float.rs` | Jieyou Xu | -0/+10 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -4/+10 |
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -4/+4 |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -36/+36 |
| 2025-04-17 | Rollup merge of #139971 - LukasWoodtli:gardena/lw/fix-cstring-merging-test, r... | Matthias Krüger | -3/+5 |
| 2025-04-17 | Make C string merging test work on MIPS | Lukas Woodtli | -3/+5 |
| 2025-04-16 | Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwco | bors | -0/+3 |
| 2025-04-16 | Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkov | bors | -6/+6 |
| 2025-04-14 | Stabilize `-Zdwarf-version` as `-Cdwarf-version` | Wesley Wiser | -6/+6 |
| 2025-04-14 | Let CStrings be either 1 or 2 byte aligned. | Eddy (Eduard) Stefes | -1/+1 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -1/+2 |
| 2025-04-11 | Rollup merge of #138182 - durin42:llvm-21-fp128-windows, r=tgross35 | Stuart Cook | -1/+2 |
| 2025-04-10 | tests: adjust expectation for f128 abi on Windows | Augie Fackler | -1/+2 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+3 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+2 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -0/+28 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -22/+16 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -2/+1 |
| 2025-04-05 | KCFI: Add KCFI arity indicator support | Ramon de C Valle | -0/+61 |
| 2025-03-28 | Auto merge of #138503 - bjorn3:string_merging, r=tmiasko | bors | -0/+27 |
| 2025-03-28 | Add test and comment | bjorn3 | -0/+27 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -16/+30 |
| 2025-03-19 | Use explicit cpu in some asm and codegen tests. | Jesus Checa Hidalgo | -3/+3 |
| 2025-03-13 | Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=Noratrieb | Matthias Krüger | -0/+35 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+3 |
| 2025-03-08 | support XCOFF in `naked_asm!` | Folkert de Vries | -0/+35 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -8/+1 |
| 2025-03-06 | Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics | DaniPopes | -16/+30 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -8/+1 |
| 2025-03-03 | Rollup merge of #136938 - mustartt:fix-stack-protector-filecheck, r=Mark-Simu... | Matthias Krüger | -16/+16 |
| 2025-02-28 | move naked function assembly tests to their own directory | Folkert de Vries | -0/+0 |
| 2025-02-24 | Rollup merge of #137530 - LukasWoodtli:gardena/lw/mips_dwarf, r=jieyouxu | Michael Goulet | -3/+4 |
| 2025-02-24 | DWARF mixed versions with LTO on MIPS | Lukas Woodtli | -3/+4 |
| 2025-02-24 | tests: use minicore more | David Wood | -135/+79 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -4/+1 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -3/+3 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -5/+5 |
| 2025-02-20 | fix label suffix | Henry Jiang | -16/+16 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -3/+3 |
| 2025-02-20 | remove : from stack-protector-heuristics-effect.rs filecheck | Henry Jiang | -4/+4 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -5/+5 |
| 2025-02-19 | Rollup merge of #137094 - RalfJung:softfloat-means-no-simd, r=tgross35 | Matthias Krüger | -0/+26 |
| 2025-02-19 | x86_win64 ABI: do not use xmm0 with softfloat ABI | Ralf Jung | -0/+26 |
| 2025-02-18 | x86-sse2 ABI: use SSE registers for floats and SIMD | Ralf Jung | -27/+22 |
| 2025-02-16 | use add-core-stubs / minicore for a few more tests | Ralf Jung | -8/+0 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -0/+3 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -1/+0 |
| 2025-02-12 | Rollup merge of #136758 - workingjubilee:specify-opt-level-for-tests, r=saethlin | Guillaume Gomez | -67/+83 |