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-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-4
/
+4
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-0
/
+130
2017-09-14
bring TyCtxt into scope
Douglas Campos
-1
/
+1
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-7
/
+24
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-2
/
+2
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-4
/
+2
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-2
/
+2
2017-08-11
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-14
/
+14
2017-08-08
fix assertion - trait object pointers don't have infinite fields
Alexis Beingessner
-1
/
+1
2017-08-04
Uplift some comments to Doc comments
Oliver Schneider
-14
/
+14
2017-07-28
Generator literal support
John Kåre Alsaker
-2
/
+16
2017-07-17
Support repr alignment on unions.
Cameron Hart
-5
/
+22
2017-07-08
Internally limit alignment to 2^30
Lee Bousfield
-0
/
+2
2017-07-08
Lower alignment limit down to 2^31 - 1 (from LLVM)
Lee Bousfield
-4
/
+6
2017-07-08
Raised alignment limit from 2^15 to 2^31
Lee Bousfield
-14
/
+11
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-17
/
+17
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-3
/
+7
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
[next]