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-06-01
pacify the mercilous tidy
Niko Matsakis
-21
/
+27
2017-06-01
remove `layout_cache` and fix `-Z print-type-sizes`
Niko Matsakis
-2
/
+215
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-112
/
+124
2017-05-22
rename `parameter_environment` to `param_env`
Niko Matsakis
-2
/
+2
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-2
/
+2
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-13
rustc: uniformly compute ParameterEnvironment's "free outlive scope".
Eduard-Mihai Burtescu
-2
/
+1
2017-04-30
remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
Niko Matsakis
-2
/
+1
2017-04-22
short-cut SharedCrateContext::layout_of
Ariel Ben-Yehuda
-28
/
+26
2017-04-21
Implementation of repr struct alignment RFC 1358.
Cameron Hart
-6
/
+83
2017-04-16
Compress ReprOptions a little bit
Simonas Kazlauskas
-7
/
+7
2017-04-11
Fix handling of closure arguments
Simonas Kazlauskas
-1
/
+1
2017-04-11
Initial attempt at implementing optimization fuel and re-enabling struct fiel...
Austin Hicks
-7
/
+2
2017-04-08
rustc: add some abstractions to ty::layout for a more concise API.
Eduard-Mihai Burtescu
-36
/
+104
2017-04-08
rustc: add a TyLayout helper for type-related layout queries.
Eduard-Mihai Burtescu
-10
/
+234
2017-04-03
Replace ^ with <sup> html balise
Guillaume Gomez
-1
/
+1
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
[next]