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
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-33
/
+44
2016-12-31
Calculate discriminant bounds within 64 bits
Simonas Kazlauskas
-7
/
+13
2016-12-30
Fix rebase fallout
est31
-1
/
+3
2016-12-30
Fix rebase fallout
Simonas Kazlauskas
-0
/
+4
2016-12-30
Fix i128 alignment calculation
Simonas Kazlauskas
-11
/
+19
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-15
/
+30
2016-12-21
Disable field reordering
Austin Hicks
-0
/
+4
2016-12-16
Incorporate review comments.
Austin Hicks
-9
/
+7
2016-12-14
Fix computation of enum names based off the discrfield in the case of the nul...
Austin Hicks
-17
/
+29
2016-12-14
Fix error introduced during last rebase
Austin Hicks
-1
/
+1
2016-12-14
Incorporate review comments
Austin Hicks
-13
/
+7
2016-12-14
Some small fixes to how structs/enums are optimized
Austin Hicks
-2
/
+2
2016-12-14
Make tidy
Austin Hicks
-1
/
+1
2016-12-14
Fix having multiple reprs on the same type.
Austin Hicks
-53
/
+79
2016-12-14
Make tidy
Austin Hicks
-8
/
+17
2016-12-14
Fix checking to see if the last field of a struct can be unsized.
Austin Hicks
-1
/
+1
2016-12-14
Don't optimize pairs
Austin Hicks
-2
/
+7
2016-12-14
First attempt at detecting if structs can ever be unsized
Austin Hicks
-2
/
+14
2016-12-14
Use an enum to differentiate between kinds of structs.
Austin Hicks
-30
/
+61
2016-12-14
Make tidy
Austin Hicks
-7
/
+18
2016-12-14
Struct::new takes a vec, avoiding double allocation in some cases
Austin Hicks
-18
/
+19
2016-12-14
Incorporate a bunch of review comments.
Austin Hicks
-56
/
+43
2016-12-14
Fix bugs to optimizing enums:
Austin Hicks
-3
/
+8
2016-12-14
Optimize anything using a layout::Struct by introducing a mapping from source...
Austin Hicks
-62
/
+153
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-2
/
+2
2016-11-24
Revisions from review comments, squashed.
Felix S. Klock II
-0
/
+7
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-2
/
+10
2016-10-17
Mark enums with non-zero discriminant as non-zero
Vadim Petrochenkov
-15
/
+17
2016-10-02
Replace offset_after_field with offsets
Austin Hicks
-33
/
+26
2016-09-25
Incorporate review comments.
Austin Hicks
-14
/
+3
2016-09-24
Clean up matches that determine integers for specific alignment requirements
Austin Hicks
-14
/
+23
2016-09-24
Optimize struct_field_ptr
Austin Hicks
-0
/
+9
2016-09-24
Completely kill `represent_type` and the `adt::Repr` type that goes with it.
Austin Hicks
-2
/
+39
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-7
/
+8
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-09-08
Address comments
Vadim Petrochenkov
-209
/
+195
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-212
/
+214
2016-09-05
Fix issue #36036.
Felix S. Klock II
-1
/
+1
2016-09-03
Implement layout calculation and add more trans stubs
Vadim Petrochenkov
-7
/
+65
2016-09-03
Some better support for unions through the compiler
Vadim Petrochenkov
-0
/
+3
2016-09-03
Add union types
Vadim Petrochenkov
-0
/
+3
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-31
/
+8
2016-08-13
Rename empty/bang to never
Andrew Cann
-2
/
+2
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-0
/
+3
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-3
/
+3
2016-08-12
rustc: always normalize projections in ty::layout regardless where they appear.
Eduard Burtescu
-24
/
+42
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-3
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-09
fix damage in librustc
Ariel Ben-Yehuda
-9
/
+11
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+2
[next]