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
2025-03-24
Don't ICE when encountering placeholders in layout computation
Michael Goulet
-6
/
+2
2025-03-10
Reject wrapping ranges of pattern types
Oli Scherer
-0
/
+28
2025-03-08
Move coroutine layout logic to `rustc_abi`
Moulins
-334
/
+23
2025-03-08
Refactor coroutine layout logic to precompute all sublayouts
Moulins
-117
/
+118
2025-03-08
Move SIMD layout logic to `rustc_abi`
Moulins
-61
/
+18
2025-03-08
Remove most manual LayoutData creations and move them to `rustc_abi`
Moulins
-67
/
+25
2025-03-06
Remove the `Option` part of range ends in the HIR
Oli Scherer
-7
/
+2
2025-03-06
Avoid having to handle an `Option` in the type system
Oli Scherer
-14
/
+11
2025-03-06
Prefer a two value enum over bool
Oli Scherer
-2
/
+3
2025-03-02
Remove layouting dead code for non-array SIMD types.
Moulins
-70
/
+19
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-23
Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b...
Matthias Krüger
-3
/
+6
2025-02-21
layout_of: put back not-so-unreachable case
Lukas Markeffsky
-1
/
+14
2025-02-20
compiler: split vector_align into cabi and llvmlike
Jubilee Young
-2
/
+5
2025-02-20
compiler: Align::max_for_offset -> Align::max_aligned_factor
Jubilee Young
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-12
/
+9
2025-02-18
cosmetic changes
Lukas Markeffsky
-18
/
+22
2025-02-18
remove useless parameter
Lukas Markeffsky
-36
/
+10
2025-02-18
remove redundant code
Lukas Markeffsky
-11
/
+9
2025-02-18
remove unreachable cases
Lukas Markeffsky
-15
/
+8
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-1
/
+1
2025-02-15
Replace some u64 hashes with Hash64
Ben Kimock
-5
/
+8
2025-02-10
Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr
Bastian Kersting
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-20
/
+35
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-11
/
+8
2025-01-27
Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one
FedericoBruzzone
-19
/
+50
2025-01-14
Consider more erroneous layouts as LayoutError::ReferencesError to suppress s...
Michael Goulet
-12
/
+20
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-4
/
+4
2025-01-10
Foo<T> != Foo<U> under layout randomization
The 8472
-0
/
+10
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+5
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-15
/
+11
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-6
/
+8
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-30
report UB when the niche value refers to the untagged variant
Ralf Jung
-1
/
+1
2024-11-23
remove remaining references to `Reveal`
lcnr
-3
/
+3
2024-11-23
no more Reveal :(
lcnr
-1
/
+1
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-9
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-20
/
+24
2024-11-03
compiler: Directly use rustc_abi in ty_utils
Jubilee Young
-4
/
+3
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-19
/
+24
2024-10-27
compiler: Rename LayoutS to LayoutData
Jubilee Young
-16
/
+16
2024-10-21
Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU
bors
-3
/
+3
2024-10-20
compiler: Reject impossible reprs during enum layout
Jubilee Young
-0
/
+5
2024-10-20
compiler: pre-move code for fixing enum layout ICEs
Jubilee Young
-2
/
+3
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-3
/
+3
2024-10-08
compiler: Factor rustc_target::abi::* out of ty_utils
Jubilee Young
-7
/
+13
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-36
/
+21
2024-09-17
get rid of an old hack
Lukas Markeffsky
-36
/
+5
2024-09-17
assert that unexpectedly unsized fields are sized in the param env
Lukas Markeffsky
-26
/
+26
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-34
/
+64
[next]