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
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one
FedericoBruzzone
-8
/
+127
2025-01-23
Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...
Matthias Krüger
-0
/
+264
2025-01-22
[AIX] Lint on structs that have a different alignment in AIX's C ABI
Amy Kwan
-0
/
+264
2025-01-16
Properly note when query stack is being cut off
Michael Goulet
-1
/
+1
2025-01-14
Consider more erroneous layouts as LayoutError::ReferencesError to suppress s...
Michael Goulet
-14
/
+3
2025-01-10
test that coercions still work under randomization
The 8472
-8
/
+40
2025-01-10
exclude unsizable tail from randomization seed calculation
The 8472
-3
/
+4
2025-01-10
adjust UI tests
The 8472
-40
/
+120
2025-01-10
Foo<T> != Foo<U> under layout randomization
The 8472
-0
/
+29
2025-01-01
Try to write the panic message with a single `write_all` call
John Kåre Alsaker
-0
/
+1
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-12
/
+12
2024-12-13
Stabilize async closures
Michael Goulet
-4
/
+2
2024-12-10
Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk
León Orell Valerian Liehr
-6
/
+0
2024-12-09
fix ICE on type error in promoted
Ralf Jung
-6
/
+0
2024-12-07
Mention type parameter in more cases and don't suggest ~const bound already t...
Esteban Küber
-5
/
+5
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-5
/
+5
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-5
/
+5
2024-12-07
Don't suggest restricting bound with unstable traits on stable
Esteban Küber
-5
/
+5
2024-12-05
Stabilize noop_waker
Eric Holk
-1
/
+1
2024-12-01
fix ICE when promoted has layout size overflow
Ralf Jung
-0
/
+6
2024-11-23
Rollup merge of #133355 - chorman0773:spec-layout-tests, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-0
/
+265
2024-11-22
Remove `#[cfg(test)]` related stubs
Connor Horman
-57
/
+10
2024-11-22
Add language tests for aggregate types
Connor Horman
-0
/
+312
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-3
/
+16
2024-11-10
Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors
bors
-12
/
+10
2024-11-04
Rollup merge of #132583 - mejrs:tuples, r=compiler-errors
Matthias Krüger
-0
/
+4
2024-11-04
Suggest creating unary tuples
mejrs
-0
/
+4
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-6
/
+6
2024-11-01
Emit warning when calling/declaring functions with unavailable vectors.
Luca Versari
-12
/
+10
2024-10-30
tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`
Jubilee Young
-47
/
+47
2024-10-25
Revert "Emit error when calling/declaring functions with unavailable vectors."
Rémy Rakic
-10
/
+12
2024-10-25
Auto merge of #127731 - veluca93:abi_checks, r=RalfJung
bors
-12
/
+10
2024-10-25
Emit error when calling/declaring functions with unavailable vectors.
Luca Versari
-12
/
+10
2024-10-20
compiler: Reject impossible reprs during enum layout
Jubilee Young
-4
/
+107
2024-10-20
compiler: pre-move code for fixing enum layout ICEs
Jubilee Young
-0
/
+47
2024-10-08
Dont ICE when encountering post-mono layout cycle error
Michael Goulet
-0
/
+123
2024-09-20
TL note: current means target
Jubilee Young
-4
/
+4
2024-09-17
get rid of an old hack
Lukas Markeffsky
-0
/
+65
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-1
/
+141
2024-09-09
Ban non-array SIMD
Scott McMurray
-1
/
+1
2024-07-24
Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin
Matthias Krüger
-0
/
+22
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-11
/
+11
2024-07-10
size_of_val_raw: for length 0 this is safe to call
Ralf Jung
-0
/
+22
2024-06-25
Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk
bors
-1
/
+1
2024-05-30
transmute size check: properly account for alignment
Ralf Jung
-1
/
+1
2024-05-28
Allow type_of to return partially non-error types if the type was already tai...
Oli Scherer
-4
/
+35
2024-04-23
Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors
Matthias Krüger
-0
/
+32
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-6
/
+4
2024-04-22
Fix ICE when ADT tail has type error
Gurinder Singh
-0
/
+32
2024-04-06
add test for ICE: Unexpected unsized type tail: &ReStatic [u8] #122488
Matthias Krüger
-0
/
+37
[next]