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
/
layout
/
debug.stderr
Age
Commit message (
Expand
)
Author
Lines
2025-06-08
Remove rustc's notion of "preferred" alignment AKA `__alignof`
Jubilee Young
-36
/
+18
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-15
/
+15
2025-02-28
adjust Layout debug printing to match the internal field names
Ralf Jung
-18
/
+18
2025-02-20
Update ui tests with `LayoutData { uninhabited: ... }` etc
Zachary S
-1
/
+21
2025-02-18
clean up layout error diagnostics
Lukas Markeffsky
-1
/
+1
2025-02-18
document and test all `LayoutError` variants
Lukas Markeffsky
-1
/
+7
2025-01-14
Consider more erroneous layouts as LayoutError::ReferencesError to suppress s...
Michael Goulet
-1
/
+1
2025-01-10
adjust UI tests
The 8472
-19
/
+37
2024-10-30
tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`
Jubilee Young
-10
/
+10
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-1
/
+13
2023-09-11
Disentangle `Debug` and `Display` for `Ty`.
Nicholas Nethercote
-2
/
+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
-6
/
+6
2023-09-09
rustc_layout, rustc_abi: make sure the types are well-formed
Ralf Jung
-1
/
+11
2023-09-06
rustc_layout/abi: error when attribute is applied to the wrong thing
Ralf Jung
-10
/
+22
2023-08-29
there seems to be no reason to treat ZST specially in these cases
Ralf Jung
-2
/
+2
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-18
/
+18
2023-07-14
i686-windows: make requested alignment > 4 special case apply transitively
Erik Desjardins
-18
/
+18
2023-07-10
aarch64-linux: properly handle 128bit aligned aggregates
Erik Desjardins
-0
/
+18
2023-07-10
repr(align) <= 4 should still be byval
Erik Desjardins
-18
/
+18
2023-07-10
bless layout tests for has_repr_align in debug output
Erik Desjardins
-0
/
+18
2023-05-05
Add additional test case for repr(packed) allowing union abi opt to kick in.
Luqman Aden
-2
/
+29
2023-05-05
Add test cases for #104802.
Luqman Aden
-10
/
+98
2023-05-05
Do not use scalar layout if there are ZSTs with alignment > 1
Oli Scherer
-1
/
+94
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+311