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
/
src
/
librustc
/
ty
/
layout.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-17
Don't sanity check function pointers in vtables
Oliver Schneider
-16
/
+2
2018-07-29
Sanity-check all constants
Oliver Schneider
-5
/
+20
2018-07-05
Store scalar pair bools as i8 in memory
Josh Stone
-7
/
+2
2018-07-02
Use LitToConstError rather than bool for errors
varkor
-4
/
+1
2018-07-02
Fix ICEs with match/return expressions inside array lengths
varkor
-1
/
+4
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-4
/
+4
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-2
/
+2
2018-05-24
Use in-band-lifetimes instead of unused explicit lifetimes
Oliver Schneider
-2
/
+2
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-7
/
+5
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-4
/
+4
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-15
/
+15
2018-05-18
Find the largest niche when computing layouts
Anthony Ramine
-37
/
+74
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-05-14
rustc: don't trip an assertion for enums with present but uninhabited variants.
Eduard-Mihai Burtescu
-0
/
+5
2018-05-13
Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis
bors
-23
/
+50
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-1
/
+1
2018-05-10
rustc: leave space for fields of uninhabited types to allow partial initializ...
Eduard-Mihai Burtescu
-23
/
+50
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+3
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-2
/
+2
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-2
/
+2
2018-05-06
issue-49938: Reference tagged unions discr(iminant) as tag
Samuel Wilson
-5
/
+5
2018-05-01
Correct initial field alignment for repr(C)/repr(int)
varkor
-2
/
+6
2018-05-01
Auto merge of #50198 - oli-obk:const_prop, r=eddyb
bors
-1
/
+1
2018-05-01
Removed direct field usage of RangeInclusive in rustc itself.
kennytm
-24
/
+20
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-1
/
+1
2018-04-27
Auto merge of #49420 - nox:enum-scalarpair, r=eddyb
bors
-8
/
+73
2018-04-26
Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb
bors
-5
/
+4
2018-04-26
Fixed tidy errors.
Irina Popa
-1
/
+1
2018-04-26
Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)
Anthony Ramine
-5
/
+4
2018-04-26
rustc_target: move for_variant and field TyLayout methods to a trait.
Irina Popa
-80
/
+39
2018-04-26
rustc_target: move LayoutOf's type parameter to an associated type.
Irina Popa
-5
/
+7
2018-04-26
rustc_target: move in type definitions from ty::layout.
Irina Popa
-757
/
+35
2018-04-26
Use ScalarPair for tagged enums
Anthony Ramine
-8
/
+73
2018-04-18
Auto merge of #49981 - nox:fix-signed-niches, r=eddyb
bors
-5
/
+6
2018-04-15
Make layout_depth thread-safe
John Kåre Alsaker
-12
/
+17
2018-04-15
Properly handle ranges of signed enums using both extremums (fixes #49973)
Anthony Ramine
-5
/
+6
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-1
/
+1
2018-04-12
Auto merge of #48528 - bitshifter:repr_packed, r=eddyb
bors
-26
/
+52
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-26
/
+52
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-1
/
+1
2018-04-09
Properly look for uninhabitedness of variants in niche-filling check
Anthony Ramine
-3
/
+3
2018-03-26
Allow niche-filling dataful variants to be represented as a ScalarPair
Anthony Ramine
-4
/
+15
2018-03-22
Fix the conversion between bit representations and i128 representations
Oliver Schneider
-1
/
+7
2018-03-14
remove defaulting to unit
Andrew Cann
-2
/
+2
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-6
/
+6
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-4
/
+4
2018-03-08
Decide signdedness on the layout instead of the type
Oliver Schneider
-0
/
+11
2018-03-08
Accidental paste
Oliver Schneider
-1
/
+1
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-1
/
+1
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-10
/
+10
[next]