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
/
compiler
/
rustc_ty_utils
/
src
/
layout_sanity_check.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-20
compiler: pre-move code for fixing enum layout ICEs
Jubilee Young
-296
/
+0
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-3
/
+5
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-12
/
+5
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+4
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2023-10-27
fix failure to detect a too-big-type after adding padding
Ralf Jung
-0
/
+3
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-6
/
+1
2023-07-21
Move `naive_layout_of` query provider in separate sibling module
Moulins
-1
/
+6
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+2
2023-05-05
Factor out checks in layout check and add helper inherent_size.
Luqman Aden
-54
/
+40
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2022-11-28
stricter alignment enforcement for ScalarPair and Vector
Ralf Jung
-15
/
+22
2022-11-28
sanity_check_layout: less rightwards drift
Ralf Jung
-262
/
+265
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-9
/
+9
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-1
/
+1
2022-10-03
Move utils from rustc_middle to rustc_ty_utils
Cameron Steffen
-0
/
+303