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
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-2
/
+3
2023-03-25
Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`
Scott McMurray
-5
/
+5
2023-03-13
Layout of `&dyn Trait<[type error]>` is still wide
Michael Goulet
-1
/
+5
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-20
/
+20
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-18
make first component of dyn* use pointer layout+type, and adjust DynStar comment
Ralf Jung
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-3
/
+4
2023-02-15
Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki
Dylan DPC
-11
/
+11
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+2
2023-02-13
layout: deal with placeholders, ICE on bound types
lcnr
-5
/
+2
2023-02-05
Sort Generator `print-type-sizes` according to their yield points
Arpad Borsos
-1
/
+10
2023-01-31
Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ...
Felix S. Klock II
-1
/
+4
2023-01-27
Remember where a type was kept in MIR.
Camille GILLOT
-2
/
+2
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-1
/
+4
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-4
/
+4
2023-01-21
Remove some superfluous type parameters from layout.rs.
Michael Benfield
-11
/
+11
2023-01-04
layout_of: `T: Thin` implies `sizeof(&T) == sizeof(usize)`
Michael Goulet
-8
/
+28
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