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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
layout
Age
Commit message (
Expand
)
Author
Lines
2023-07-29
Change default panic handler message format.
Mara Bos
-0
/
+1
2023-07-27
Don't attempt to compute layout of type referencing error
Michael Goulet
-0
/
+17
2023-07-22
Rollup merge of #113957 - Urgau:regression-test-issue-113941, r=dtolnay
Matthias Krüger
-0
/
+13
2023-07-22
Add regression test for issue #113941 - naive layout isn't refined
Urgau
-0
/
+13
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-2
/
+2
2023-07-21
Track (partial) niche information in `NaiveLayout`
Moulins
-2
/
+2
2023-07-21
properly handle arrays and wide pointers in `naive_layout_of`
Moulins
-1
/
+1
2023-07-21
add `naive_layout_of` query
Moulins
-1
/
+1
2023-07-14
i686-windows: make requested alignment > 4 special case apply transitively
Erik Desjardins
-74
/
+74
2023-07-10
aarch64-linux: properly handle 128bit aligned aggregates
Erik Desjardins
-0
/
+74
2023-07-10
repr(align) <= 4 should still be byval
Erik Desjardins
-74
/
+86
2023-07-10
bless layout tests for has_repr_align in debug output
Erik Desjardins
-0
/
+74
2023-06-19
Better error message
Michael Goulet
-1
/
+1
2023-06-19
Don't ICE on unnormalized struct tail in layout computation
Michael Goulet
-0
/
+41
2023-06-13
Add test case for unsizing with niche
Wesley Wiser
-0
/
+30
2023-05-29
Make struct layout not depend on unsizeable tail
Lukas Markeffsky
-0
/
+25
2023-05-05
Add additional test case for repr(packed) allowing union abi opt to kick in.
Luqman Aden
-2
/
+33
2023-05-05
Add test cases for #104802.
Luqman Aden
-11
/
+120
2023-05-05
Do not use scalar layout if there are ZSTs with alignment > 1
Oli Scherer
-1
/
+115
2023-04-27
bless tests
The 8472
-20
/
+20
2023-04-12
Special-case item attributes in the suggestion output
Esteban Küber
-2
/
+0
2023-04-12
Tweak output for 'add line' suggestion
Esteban Küber
-2
/
+4
2023-03-13
Layout of `&dyn Trait<[type error]>` is still wide
Michael Goulet
-0
/
+22
2023-02-07
Tweak ICE message
Esteban Küber
-1
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+2969