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-03-01
inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]`
Niko Matsakis
-2
/
+3
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-6
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-6
/
+3
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-4
/
+11
2017-02-11
Rebase fallout
Simonas Kazlauskas
-4
/
+2
2017-02-10
Fix intcast, use it where appropriate
Simonas Kazlauskas
-1
/
+17
2017-02-10
Fix build
Simonas Kazlauskas
-29
/
+10
2017-02-10
Revert use of layout code in typeck::collect
Simonas Kazlauskas
-4
/
+5
2017-02-10
Fix the IntTypeExt::to_ty() lifetime bounds
Simonas Kazlauskas
-37
/
+1
2017-02-10
Fix build on further stages
Simonas Kazlauskas
-2
/
+2
2017-02-10
AdtDef now contains discr_ty same as layouted
Simonas Kazlauskas
-9
/
+57
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-6
/
+7
2017-02-07
Refactor layout to use the new ReprOptions
Austin Hicks
-63
/
+39
2017-02-05
Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis
Corey Farwell
-2
/
+2
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-1
/
+0
2017-02-03
Add warning for () to ! switch
Andrew Cann
-2
/
+2
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
[next]