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
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
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
2024-02-21
Convert `delayed_bug`s to `bug`s.
Nicholas Nethercote
-2
/
+1
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+11
2024-01-15
Rollup merge of #119971 - compiler-errors:zip-eq, r=nnethercote
Matthias Krüger
-1
/
+3
2024-01-14
Use zip_eq to enforce that things being zipped have equal sizes
Michael Goulet
-1
/
+3
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-8
/
+3
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-12-12
Coroutine variant fields can be uninitialized
Tomasz Miąsko
-1
/
+4
2023-12-11
Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee
bors
-2
/
+16
2023-12-10
remove redundant imports
surechen
-3
/
+1
[next]