| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -3/+3 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -52/+4 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -3/+3 |
| 2024-03-06 | loongarch: add frecipe and relax target feature | WANG Rui | -1/+1 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+1 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -3/+3 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -4/+5 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -13/+13 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -241/+241 |