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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2016-10-30
Replace all uses of SHA-256 with BLAKE2b.
Michael Woerister
-0
/
+5
2016-10-21
Make ArchIndependentHasher publicly visible.
Michael Woerister
-15
/
+15
2016-10-21
type_id: Make result of std::intrinsics::type_id() endian-independent.
Michael Woerister
-15
/
+22
2016-10-14
add a per-param-env cache to `impls_bound`
Ariel Ben-Yehuda
-6
/
+25
2016-10-03
Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon
bors
-2
/
+3
2016-10-03
std: Stabilize and deprecate APIs for 1.13
Alex Crichton
-2
/
+3
2016-09-30
rustc: More fixes for arch-independent hashing
Alex Crichton
-8
/
+73
2016-09-28
TypeIdHasher: hash usize as u64
Tim Neumann
-3
/
+3
2016-09-24
Completely kill `represent_type` and the `adt::Repr` type that goes with it.
Austin Hicks
-0
/
+9
2016-09-20
rustc: allow less and handle fn pointers in the type hashing algorithm.
Eduard Burtescu
-6
/
+9
2016-09-20
rustc_trans: use the TypeId hashing mechanism instead of metadata.
Eduard Burtescu
-10
/
+18
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-1
/
+1
2016-09-13
TypeIdHasher: Remove more redundant explicit visit calls.
Michael Woerister
-10
/
+0
2016-09-13
TypeIdHasher: Let projections be hashed implicitly by the visitor.
Michael Woerister
-11
/
+0
2016-09-13
Make TypeIdHasher use DefPath::deterministic_hash() for stability.
Michael Woerister
-9
/
+5
2016-09-13
Remove redundant sorting of projections in TypeIdHasher.
Michael Woerister
-8
/
+4
2016-09-08
Address comments
Vadim Petrochenkov
-20
/
+15
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-58
/
+60
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-09-03
Some better support for unions through the compiler
Vadim Petrochenkov
-7
/
+10
2016-09-03
Add union types
Vadim Petrochenkov
-2
/
+3
2016-09-01
turn the RFC1592 warnings into hard errors
Ariel Ben-Yehuda
-1
/
+0
2016-08-27
rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.
Eduard Burtescu
-1
/
+1
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-3
/
+3
2016-08-27
rustc: use accessors for Substs::{types,regions}.
Eduard Burtescu
-4
/
+1
2016-08-17
rustc: remove ParamSpace from Substs.
Eduard Burtescu
-3
/
+2
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-6
/
+3
2016-08-17
rustc: move trait objects from TraitRef to ExistentialTraitRef.
Eduard Burtescu
-5
/
+5
2016-08-13
Rename empty/bang to never
Andrew Cann
-3
/
+3
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-2
/
+3
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-2
/
+3
2016-08-12
rustc: always normalize projections in ty::layout regardless where they appear.
Eduard Burtescu
-1
/
+0
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-4
/
+3
2016-08-06
Rewrite TypeId computation to not miss anything and work cross-crate.
Eduard Burtescu
-143
/
+146
2016-07-31
Suppress unused type parameter error when type has error field
Seo Sanghyeon
-0
/
+15
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-9
/
+6
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-05
rustc: add ReErased to be used by trait selection, MIR and trans.
Eduard Burtescu
-1
/
+1
2016-06-03
Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch
bors
-0
/
+2
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-2
/
+2
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+2
2016-05-18
change svh to store a u64
Niko Matsakis
-1
/
+1
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-18
/
+19
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-3
/
+4
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-32
/
+25
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-16
/
+16
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-13
/
+16
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-44
/
+45
2016-05-11
typeck: Avoid passing &TyCtxt around where possible.
Eduard Burtescu
-4
/
+8
[next]