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
2025-08-19
bless tests with new lint messages
Karol Zwolak
-6
/
+6
2025-08-15
Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...
Stuart Cook
-0
/
+414
2025-08-04
Rehome tests/ui/issues/ tests [3/?]
Oneirical
-0
/
+15
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-1
/
+1
2025-07-04
Fix tests/ui/abi/debug.rs to cross-compile for riscv64
Jubilee Young
-31
/
+32
2025-07-04
Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi...
YingkaiLi-VM
-15
/
+1009
2025-07-03
Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=...
Jana Dönszelmann
-20
/
+39
2025-07-03
minicore: use core's `diagnostic::on_unimplemented` messages
Folkert de Vries
-20
/
+39
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-10
/
+10
2025-06-27
remember how to write never returns
Jubilee Young
-10
/
+10
2025-06-27
compiler: allow interrupts to return () or !
Jubilee Young
-0
/
+110
2025-06-27
compiler: fixup error message for x86-interrupt invalid returns
Jubilee Young
-2
/
+2
2025-06-27
tests: add test for invalid interrupt signatures
Jubilee Young
-0
/
+304
2025-06-25
Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu
Jana Dönszelmann
-188
/
+81
2025-06-25
tests: specify why extern "rust-invalid" cannot be used in varargs test
Jubilee Young
-1
/
+2
2025-06-25
tests: migrate unsupported-abi-transmute.rs to extern "rust-invalid"
Jubilee Young
-13
/
+13
2025-06-25
tests: split out unsupported-in-impls.rs
Jubilee Young
-174
/
+66
2025-06-25
tests: bless s/C-cmse/cmse/
Jubilee Young
-84
/
+84
2025-06-25
tests: s/C-cmse/cmse/
Jubilee Young
-5
/
+5
2025-06-24
Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju...
Jubilee
-0
/
+44
2025-06-24
Taint body on invalid call ABI
Michael Goulet
-0
/
+23
2025-06-24
Add rust-invalid ABI
Michael Goulet
-0
/
+21
2025-06-24
Error on invalid signatures for interrupt ABIs
Folkert de Vries
-152
/
+390
2025-06-23
tests: Bless cannot-be-called and dedup with unsupported ABI test
Jubilee Young
-1147
/
+414
2025-06-23
tests: Verify varargs with unsupported fn ptr ABIs must error
Jubilee Young
-0
/
+27
2025-06-23
tests: Adopt ABI transmute tests from crashtests
Jubilee Young
-0
/
+24
2025-06-23
tests: Enhance unsupported ABI tests
Jubilee Young
-1846
/
+1096
2025-06-20
error on calls to ABIs that cannot be called
Folkert de Vries
-176
/
+1293
2025-06-17
Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk
bors
-2
/
+12
2025-06-16
tests: `{Meta,Pointee}Sized` in non-minicore tests
David Wood
-2
/
+12
2025-06-16
Fix RISC-V C function ABI when passing/returning structs containing floats
beetrees
-0
/
+44
2025-06-15
Rollup merge of #142389 - beetrees:cranelift-arg-ext, r=bjorn3
León Orell Valerian Liehr
-0
/
+1118
2025-06-13
Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr
bors
-0
/
+508
2025-06-12
add `extern "custom"` functions
Folkert de Vries
-0
/
+508
2025-06-12
Apply ABI attributes on return types in `rustc_codegen_cranelift`
beetrees
-0
/
+1118
2025-06-11
tests: Bless for weaker unsupported_calling_conventions
Jubilee Young
-348
/
+0
2025-06-09
tests: bless unsupported_calling_conventions linting on some fn_ptrs
Jubilee Young
-166
/
+182
2025-06-09
Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju...
bors
-304
/
+1346
2025-06-08
Remove rustc's notion of "preferred" alignment AKA `__alignof`
Jubilee Young
-76
/
+38
2025-06-08
add specific help messages for stdcall and cdecl
Ralf Jung
-102
/
+353
2025-06-08
avoid repeating error annotations in test file
Ralf Jung
-418
/
+290
2025-06-08
raw dylib: ensure that we have applied standard ABI checks
Ralf Jung
-1
/
+27
2025-06-08
add (back) unsupported_calling_conventions lint to reject more invalid callin...
Ralf Jung
-212
/
+1105
2025-06-03
bless test for CanonAbi::X86(SysV64) change
Jubilee Young
-1
/
+3
2025-05-18
Remove uses of `#[feature(avx512_target_feature)]`
sayantn
-15
/
+12
2025-05-06
tests: don't ignore compiler stderr in `lib-defaults.rs`
Jieyou Xu
-15
/
+0
2025-05-01
Remove redundant min-llvm-version annotations for LoongArch tests
WANG Rui
-1
/
+0
2025-04-20
make abi_unsupported_vector_types a hard error
Ralf Jung
-852
/
+81
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-2
/
+2
2025-04-17
Augment some tests involving attributes.
Nicholas Nethercote
-1
/
+10
[next]