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
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-15
/
+16
2025-03-08
Refactor coroutine layout logic to precompute all sublayouts
Moulins
-7
/
+1
2025-03-06
Rollup merge of #137805 - RalfJung:layout-debug-print, r=Noratrieb
Michael Goulet
-74
/
+74
2025-03-03
Don't typeck during WF, instead check outside of WF in check_crate
Michael Goulet
-9
/
+9
2025-03-01
Rollup merge of #136503 - estebank:const-panic, r=RalfJung
Matthias Krüger
-15
/
+7
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-15
/
+7
2025-02-28
adjust Layout debug printing to match the internal field names
Ralf Jung
-74
/
+74
2025-02-24
tests: use minicore more
David Wood
-20
/
+21
2025-02-21
don't leave assoc const unnormalized due to unconstrained params
Lukas Markeffsky
-2
/
+2
2025-02-21
layout_of: put back not-so-unreachable case
Lukas Markeffsky
-0
/
+77
2025-02-20
Update ui tests with `LayoutData { uninhabited: ... }` etc
Zachary S
-1
/
+77
2025-02-18
clean up layout error diagnostics
Lukas Markeffsky
-2
/
+2
2025-02-18
document and test all `LayoutError` variants
Lukas Markeffsky
-1
/
+81
2025-02-13
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
Michael Goulet
-2
/
+16
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
[next]