| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -53/+1012 |
| 2024-10-05 | Add UI test to verify invalid loads are not generated | Henri Lunnikivi | -0/+673 |
| 2024-09-23 | Also cover the new `extern "C-cmse-nonsecure-entry"` in tests | Tamme Dittrich | -149/+286 |
| 2024-09-23 | Check ABI target compatibility for function pointers | Tamme Dittrich | -53/+875 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -33/+3 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -3/+0 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -33/+3 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -21/+18 |
| 2024-09-10 | abi/compatibility test: remove tests inside repr(C) wrappers | Ralf Jung | -41/+11 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -21/+18 |
| 2024-08-27 | ABI compat check: detect unadjusted ABI mismatches | Ralf Jung | -3/+4 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -0/+704 |
| 2024-08-09 | unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app... | Ding Xiang Fei | -0/+15 |
| 2024-08-02 | Move ZST ABI handling to `rustc_target` | beetrees | -0/+704 |
| 2024-07-30 | Crash test for issue 121444 has been fixed | Nikita Popov | -0/+15 |
| 2024-07-18 | Use more accurate span for `addr_of!` suggestion | Esteban Küber | -2/+2 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -0/+61 |
| 2024-07-11 | Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obk | Matthias Krüger | -86/+63 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -86/+63 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -5/+5 |
| 2024-07-04 | Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-07-01 | Ensure tests don't fail on i586 in CI | beetrees | -43/+47 |
| 2024-06-28 | Clarify guarantees about ABI compatibility | Max “Goldstein” Siling | -0/+1 |
| 2024-06-28 | Disable dead variant removal for `#[repr(C)]` enums. | Goldstein | -0/+4 |
| 2024-06-22 | Allow "C-unwind" fn to have C variadics | Jubilee Young | -0/+8 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -5/+5 |
| 2024-06-01 | Ensure floats are returned losslessly by the Rust ABI on 32-bit x86 | beetrees | -0/+57 |
| 2024-05-31 | NVPTX: Avoid PassMode::Direct for C ABI | Kjetil Kjeka | -7/+3 |
| 2024-05-29 | Auto merge of #125702 - workingjubilee:tell-tidy-about-csky, r=nikic | bors | -8/+5 |
| 2024-05-29 | Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebank | Matthias Krüger | -0/+25 |
| 2024-05-29 | tests: reenable ABI compatibility test for csky | Jubilee Young | -8/+5 |
| 2024-05-29 | Simplify check for unsupported architectures | Alice Ryhl | -10/+2 |
| 2024-05-29 | Auto merge of #125695 - RalfJung:fn_arg_sanity_check, r=jieyouxu | bors | -0/+1 |
| 2024-05-29 | fn_arg_sanity_check: fix panic message | Ralf Jung | -0/+1 |
| 2024-05-28 | Disable stack overflow handler tests on iOS-like platforms | Mads Marquart | -0/+8 |
| 2024-05-15 | Remove aarch64 from revisions list | Alice Ryhl | -1/+1 |
| 2024-05-15 | Remove fixed_x18.aarch64.stderr | Alice Ryhl | -2/+0 |
| 2024-05-15 | Use an error struct instead of a panic | Alice Ryhl | -0/+35 |
| 2024-05-11 | Rollup merge of #124096 - saethlin:rust-dbg-call, r=Nilstrieb | Matthias Krüger | -154/+53 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -1/+3 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-18 | Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu | bors | -8/+6 |
| 2024-04-18 | Rollup merge of #124090 - durin42:llvm-19-riscv-feature, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -2/+2 |
| 2024-04-17 | Clean up users of rust_dbg_call | Ben Kimock | -154/+53 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -49/+16 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -8/+6 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -13/+7 |
| 2024-03-17 | extend extern tests to include FiveU16s | Erik Desjardins | -0/+56 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -3/+3 |