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
Age
Commit message (
Expand
)
Author
Lines
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
2023-08-07
stabilize abi_thiscall
Benedikt Radtke
-32
/
+31
2023-07-29
Replace ignore-everything with only-arch
Jubilee Young
-17
/
+6
2023-07-29
Allow explicit `#[repr(Rust)]`
Catherine Flores
-0
/
+12
2023-07-03
abi: avoid ice for non-ffi-safe fn ptrs
David Wood
-0
/
+8
2023-07-03
lint/ctypes: ext. abi fn-ptr in internal abi fn
David Wood
-1
/
+1
2023-04-30
tests: Add tests for LoongArch64
WANG Rui
-0
/
+2
2023-04-03
remove invalid ignore-pretty
Pietro Albini
-1
/
+0
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+2
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2728
[prev]