| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | Apply ABI attributes on return types in `rustc_codegen_cranelift` | beetrees | -0/+1118 |
| 2025-06-11 | tests: Bless for weaker unsupported_calling_conventions | Jubilee Young | -348/+0 |
| 2025-06-09 | tests: bless unsupported_calling_conventions linting on some fn_ptrs | Jubilee Young | -166/+182 |
| 2025-06-09 | Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju... | bors | -304/+1346 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -76/+38 |
| 2025-06-08 | add specific help messages for stdcall and cdecl | Ralf Jung | -102/+353 |
| 2025-06-08 | avoid repeating error annotations in test file | Ralf Jung | -418/+290 |
| 2025-06-08 | raw dylib: ensure that we have applied standard ABI checks | Ralf Jung | -1/+27 |
| 2025-06-08 | add (back) unsupported_calling_conventions lint to reject more invalid callin... | Ralf Jung | -212/+1105 |
| 2025-06-03 | bless test for CanonAbi::X86(SysV64) change | Jubilee Young | -1/+3 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -15/+12 |
| 2025-05-06 | tests: don't ignore compiler stderr in `lib-defaults.rs` | Jieyou Xu | -15/+0 |
| 2025-05-01 | Remove redundant min-llvm-version annotations for LoongArch tests | WANG Rui | -1/+0 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -852/+81 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -2/+2 |
| 2025-04-17 | Augment some tests involving attributes. | Nicholas Nethercote | -1/+10 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -1/+0 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -7/+7 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -7/+28 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -1/+0 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -1/+4 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -1/+0 |
| 2025-03-19 | Use explicit cpu in some asm and codegen tests. | Jesus Checa Hidalgo | -23/+24 |
| 2025-03-15 | Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkov | León Orell Valerian Liehr | -0/+1 |
| 2025-03-14 | rustc_target: Add target features for LoongArch v1.1 | WANG Rui | -0/+1 |
| 2025-03-06 | Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb | Michael Goulet | -38/+38 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ty_utils | Jubilee Young | -0/+6 |
| 2025-03-03 | Bless UI tests | Tamme Dittrich | -53/+53 |
| 2025-03-03 | Bless UI tests | Tamme Dittrich | -0/+583 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -16/+22 |
| 2025-02-28 | adjust Layout debug printing to match the internal field names | Ralf Jung | -38/+38 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -16/+22 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -3/+4 |
| 2025-02-24 | tests: use minicore more | David Wood | -199/+184 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -0/+1475 |
| 2025-02-20 | Update ui tests with `LayoutData { uninhabited: ... }` etc | Zachary S | -0/+38 |
| 2025-02-20 | vectorcall ABI: error if sse2 is not available | Ralf Jung | -24/+63 |
| 2025-02-20 | mono-time abi_check: unify error paths for call and definition sites | Ralf Jung | -0/+1436 |
| 2025-02-16 | use add-core-stubs / minicore for a few more tests | Ralf Jung | -9/+10 |
| 2025-02-09 | compiler: remove `abi`-specific `extern "{abi}"` suggestions | Jubilee Young | -24/+2 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -2/+2 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -2/+2 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+1 |
| 2025-01-26 | Auto merge of #135764 - nikic:llvm-20-test-fixes, r=wesleywiser | bors | -9/+92 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -7/+4 |
| 2025-01-23 | Fix sparcv8plus test on LLVM 20 | Nikita Popov | -9/+92 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -153/+192 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -153/+192 |