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-16
Fix issue #36036.
Felix S. Klock II
-1
/
+1
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