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-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
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-10
/
+7
2024-08-20
supress niches in coroutines
Ralf Jung
-1
/
+7
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-11
Remove struct_tail_no_normalization
Michael Goulet
-1
/
+5
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-1
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-3
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-3
/
+1
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-7
/
+2
2024-04-09
Handle const generic pattern types
Santiago Pastorino
-2
/
+6
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+33
2024-04-04
Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors
Jacob Pratt
-2
/
+2
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-2
/
+2
2024-04-04
Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk
Matthias Krüger
-1
/
+37
2024-04-04
Error out of layout calculation if a non-last struct field is unsized
Gurinder Singh
-1
/
+37
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-03-24
Require coroutine kind type to be passed to TyCtxt::coroutine_layout
Michael Goulet
-2
/
+2
2024-03-24
Always use tcx.coroutine_layout over calling optimized_mir directly
Michael Goulet
-1
/
+1
2024-03-22
-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.
Kevin Reid
-1
/
+9
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
[next]