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
2025-05-01
Remove redundant min-llvm-version annotations for LoongArch tests
WANG Rui
-1
/
+0
2025-03-25
add FCW to warn about wasm ABI transition
Ralf Jung
-1
/
+0
2025-03-14
rustc_target: Add target features for LoongArch v1.1
WANG Rui
-0
/
+1
2024-10-31
tests: use minicore in `tests/ui/abi/compatibility.rs` as an example
许杰友 Jieyou Xu (Joe)
-55
/
+14
2024-10-24
Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser
Stuart Cook
-4
/
+4
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-4
/
+4
2024-10-21
abi/compatibility: also test Option-like types
Ralf Jung
-1
/
+17
2024-10-11
rename RcBox in other places too
Jonathan Dönszelmann
-3
/
+3
2024-09-18
Update the minimum external LLVM to 18
Josh Stone
-1
/
+0
2024-09-10
abi/compatibility test: remove tests inside repr(C) wrappers
Ralf Jung
-41
/
+11
2024-08-27
ABI compat check: detect unadjusted ABI mismatches
Ralf Jung
-3
/
+4
2024-07-04
Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obk
Matthias Krüger
-0
/
+5
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-05-31
NVPTX: Avoid PassMode::Direct for C ABI
Kjetil Kjeka
-7
/
+3
2024-05-29
tests: reenable ABI compatibility test for csky
Jubilee Young
-8
/
+5
2024-05-29
fn_arg_sanity_check: fix panic message
Ralf Jung
-0
/
+1
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
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-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-54
/
+54
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