| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -2/+6 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -2/+2 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -2/+6 |
| 2023-11-25 | Auto merge of #118127 - RalfJung:unadjusted-abi, r=compiler-errors | bors | -0/+54 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-22 | add a test | Ralf Jung | -0/+54 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -11/+57 |
| 2023-11-19 | disable csky test on CI | Ralf Jung | -3/+5 |
| 2023-11-18 | guarantee that char and u32 are ABI-compatible | Ralf Jung | -0/+7 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -5/+0 |
| 2023-11-07 | test and fix some more targets | Ralf Jung | -0/+9 |
| 2023-11-07 | add regression test | Ralf Jung | -8/+30 |
| 2023-11-04 | document ABI compatibility | Ralf Jung | -4/+4 |
| 2023-11-03 | default Aggregate ABI to Indirect, and make sure it's never used for unsized | Ralf Jung | -0/+11 |
| 2023-11-03 | move ABI sanity check from LLVM codegen backend to ABI computation logic | Ralf Jung | -3/+5 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -5/+0 |
| 2023-10-24 | tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64 | WANG Rui | -0/+1 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -2/+1 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -2/+1 |
| 2023-09-22 | run abi/compatibility test against a whole bunch of targets | Ralf Jung | -10/+173 |
| 2023-09-20 | tests/ui/abi: Enable repr(transparent) union ABI tests on LoongArch64 | WANG Rui | -2/+0 |
| 2023-09-19 | tests/ui/abi: Enable repr(transparent) union ABI tests on RISC-V | msizanoen | -2/+1 |
| 2023-09-17 | Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-09-15 | special case `TyAndLayout` debug impl | Boxy | -16/+15 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -2/+2 |
| 2023-09-12 | add some DispatchFromDyn ABI compatibility tests | Ralf Jung | -0/+5 |
| 2023-09-12 | add enough cfg to make the test pass on problematic targets | Ralf Jung | -14/+39 |
| 2023-09-12 | also test ABI-compatibility for some unsized types | Ralf Jung | -2/+19 |
| 2023-09-12 | make sure the types in the ABI compat test actually type-check | Ralf Jung | -2/+5 |
| 2023-09-11 | Rollup merge of #115708 - RalfJung:homogeneous, r=davidtwco | Matthias Krüger | -8/+2 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -15/+16 |
| 2023-09-10 | fix homogeneous_aggregate not ignoring some 1-ZST | Ralf Jung | -8/+2 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -2/+2 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -94/+94 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -5/+19 |
| 2023-09-08 | need to disable part of this test on arm | Ralf Jung | -1/+8 |
| 2023-09-08 | add a testcase for another MIPS64 bug | Ralf Jung | -0/+1 |
| 2023-09-08 | also ensure that size and alignment are the same | Ralf Jung | -3/+154 |
| 2023-09-08 | merge transparent-abi test into general abi compatibility test, and test repr... | Ralf Jung | -81/+42 |
| 2023-09-08 | add tests for RFC 3391 | Ralf Jung | -0/+25 |
| 2023-09-08 | accept some differences for rustc_abi(assert_eq), so that we can test more th... | Ralf Jung | -1/+373 |
| 2023-09-07 | add support for rustc_abi(assert_eq) and use it to test some repr(transparent... | Ralf Jung | -1/+232 |
| 2023-09-06 | rustc_layout/abi: error when attribute is applied to the wrong thing | Ralf Jung | -6/+27 |
| 2023-09-06 | rustc_abi: also support debugging function pointers | Ralf Jung | -6/+102 |
| 2023-08-27 | add rustc_abi debugging attribute | Ralf Jung | -0/+283 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -0/+12 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+9 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -45/+292 |
| 2023-08-07 | Fix stack-protector.rs on LLVM 17 | Nikita Popov | -0/+2 |