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.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2022-12-15
Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=Nilstrieb
Matthias Krüger
-7
/
+23
2022-12-14
Consider discriminant fields that are ordered before variant fields
Michael Goulet
-7
/
+23
2022-12-13
Combine identical alias arms
Michael Goulet
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-12-08
Pull out logic into distinct functions
Michael Goulet
-184
/
+165
2022-12-07
Properly print generator interior type sizes
Michael Goulet
-86
/
+188
2022-12-07
Compute generator sizes with -Zprint_type_sizes
Michael Goulet
-0
/
+6
2022-11-25
Some manual formatting of let..else statements
Oli Scherer
-14
/
+14
2022-11-24
move things from rustc_target::abi to rustc_abi
hkalbasi
-1
/
+1
2022-11-24
move some layout logic to rustc_target::abi::layout
hkalbasi
-940
/
+32
2022-11-24
make rustc_target usable outside of rustc
hkalbasi
-13
/
+13
2022-11-22
also sort fields by niche sizes to retain optimizations
The 8472
-3
/
+16
2022-11-22
group fields based on largest power of two dividing its size
The 8472
-7
/
+3
2022-11-22
optimize field ordering by grouping power-of-two arrays with larger types
The 8472
-4
/
+13
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-2
/
+1
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-1
/
+1
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-3
/
+2
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-2
/
+2
2022-10-03
Move utils from rustc_middle to rustc_ty_utils
Cameron Steffen
-0
/
+1804