Oli Scherer
|
cb4751d4b8
|
Implement #[define_opaque] attribute for functions.
|
2025-03-11 12:05:02 +00:00 |
|
Lukas Markeffsky
|
802b7abab7
|
clean up layout error diagnostics
- group the fluent slugs together
- reword (internal-only) "too generic" error to be more in line with
the other errors
|
2025-02-18 13:22:45 +01:00 |
|
Lukas Markeffsky
|
d0a5bbbb8e
|
document and test all LayoutError variants
|
2025-02-18 13:22:45 +01:00 |
|
The 8472
|
d7fb729d39
|
adjust UI tests
|
2025-01-10 02:22:57 +01:00 |
|
Zalathar
|
835fbcbcab
|
Remove the -test suffix from normalize directives
|
2024-12-27 19:58:16 +11:00 |
|
Lukas Markeffsky
|
697450151c
|
layout computation: eagerly error for unexpected unsized fields
|
2024-09-16 15:53:21 +02:00 |
|
Scott McMurray
|
d2309c2a9d
|
Ban non-array SIMD
|
2024-09-09 19:39:43 -07:00 |
|
Zalathar
|
9aaa0c5867
|
Always use a colon in //@ normalize-*: headers
|
2024-07-11 12:23:44 +10:00 |
|
许杰友 Jieyou Xu (Joe)
|
ec2cc761bc
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
Ralf Jung
|
a5b0311367
|
rustc_layout, rustc_abi: make sure the types are well-formed
|
2023-09-09 17:32:12 +02:00 |
|
Ralf Jung
|
e66913f8fe
|
rustc_layout/abi: error when attribute is applied to the wrong thing
|
2023-09-06 11:11:06 +02:00 |
|
Ralf Jung
|
abe2148aee
|
add rustc_abi debugging attribute
|
2023-08-27 11:55:49 +02:00 |
|
Luqman Aden
|
f2d81defa1
|
Add additional test case for repr(packed) allowing union abi opt to kick in.
|
2023-05-05 16:05:04 -07:00 |
|
Luqman Aden
|
d5ab3a06d2
|
Add test cases for #104802.
|
2023-05-05 16:05:03 -07:00 |
|
Oli Scherer
|
23d09aebc8
|
Do not use scalar layout if there are ZSTs with alignment > 1
|
2023-05-05 16:00:12 -07:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|