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
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
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-25
/
+25
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-4
/
+4
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-21
/
+21
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-2
/
+2
2016-04-19
Check transmutes between types without statically known sizes.
Eduard Burtescu
-0
/
+135
2016-04-19
Compute LLVM-agnostic type layouts in rustc.
Eduard Burtescu
-8
/
+961
2016-04-19
Parse data-layout specifications.
Eduard Burtescu
-0
/
+248