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_middle
/
src
/
ty
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
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
-12
/
+12
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-5
/
+8
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-02
rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973)
Andrew Zhogin
-1
/
+4
2024-11-23
remove remaining references to `Reveal`
lcnr
-2
/
+2
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-7
/
+7
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-52
/
+63
2024-11-08
pointee_info_at: fix logic for recursing into enums
Ralf Jung
-11
/
+27
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-29
/
+25
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-3
/
+4
2024-10-28
Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors
Jubilee
-1
/
+1
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-1
/
+1
2024-10-27
compiler: Rename LayoutS to LayoutData
Jubilee Young
-3
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-21
Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix
Jubilee
-1
/
+15
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-1
/
+1
2024-10-18
rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)
Andrew Zhogin
-1
/
+15
2024-10-08
compiler: Factor rustc_target::abi::* out of middle::ty::layout
Jubilee Young
-7
/
+17
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-9
/
+8
2024-09-21
Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726
Michael Goulet
-0
/
+1
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+1
2024-09-20
TL note: current means target
Jubilee Young
-1
/
+1
2024-09-18
Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3
Matthias Krüger
-2
/
+2
2024-09-17
Use associative type defaults in `{Layout,FnAbi}OfHelpers`.
Nicholas Nethercote
-2
/
+2
2024-09-16
layout computation: eagerly error for unexpected unsized fields
Lukas Markeffsky
-17
/
+10
2024-09-16
make `LayoutCx` not generic
Lukas Markeffsky
-28
/
+9
2024-09-11
Simplify some nested if statements
Michael Goulet
-4
/
+4
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-2
/
+4
2024-08-25
Avoid taking reference of &TyKind
Michael Goulet
-1
/
+1
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-4
/
+6
2024-08-12
Avoid a `FnPtr` deconstruct-and-recreate.
Nicholas Nethercote
-4
/
+5
2024-08-11
Rename normalization functions to raw
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-2
/
+3
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-15
/
+16
2024-07-11
Remove extern "wasm" ABI
Nikita Popov
-1
/
+0
2024-06-25
Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk
bors
-8
/
+17
2024-06-19
Stabilise c_unwind
Gary Guo
-35
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-2
/
+2
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-2
/
+3
2024-06-08
offset_of: allow (unstably) taking the offset of slice tail fields
Ralf Jung
-0
/
+34
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-3
/
+1
2024-06-01
Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnr
bors
-1
/
+1
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-06-01
Increase vtable layout size
Mark Rousskov
-18
/
+7
2024-05-30
transmute size check: properly account for alignment
Ralf Jung
-8
/
+17
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
[next]