index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
abi
/
compatibility.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-11
Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum
bors
-0
/
+7
2023-11-19
Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco
bors
-3
/
+27
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-07
test and fix some more targets
Ralf Jung
-0
/
+9
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-24
tests/ui/abi/compatibility: Set min-llvm-version to 17 for LoongArch64
WANG Rui
-0
/
+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-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-10
fix homogeneous_aggregate not ignoring some 1-ZST
Ralf Jung
-8
/
+2
2023-09-09
rustc_layout, rustc_abi: make sure the types are well-formed
Ralf Jung
-4
/
+5
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
merge transparent-abi test into general abi compatibility test, and test repr...
Ralf Jung
-2
/
+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
-0
/
+76