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
2017-03-10
Fix recursion depth counting in `layout`
James Miller
-2
/
+3
2017-03-01
convert AdtDef::destructor to on-demand
Ariel Ben-Yehuda
-18
/
+31
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-25
/
+31
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-15
/
+0
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-11
/
+79
2017-02-10
Revert use of layout code in typeck::collect
Simonas Kazlauskas
-18
/
+0
2017-02-10
Fix the IntTypeExt::to_ty() lifetime bounds
Simonas Kazlauskas
-2
/
+2
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-15
/
+5
2017-02-10
Move type of discriminant to AdtDef
Simonas Kazlauskas
-49
/
+12
2017-02-03
Hash TyTuple's defaulted flag
Andrew Cann
-1
/
+2
2017-02-03
Add warning for () to ! switch
Andrew Cann
-3
/
+3
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-3
/
+2
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-04
simplify Copy implementation error reporting
Ariel Ben-Yehuda
-22
/
+8
2017-01-03
normalize field types in copy implementations
Ariel Ben-Yehuda
-23
/
+29
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+6
2016-12-15
Use StableHasher everywhere
Ariel Ben-Yehuda
-88
/
+16
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-1
/
+1
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-2
/
+2
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.
Mark-Simulacrum
-5
/
+3
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-4
/
+4
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-6
/
+10
2016-11-28
Refactor BuiltinBounds to Vec<DefId> on TraitObject.
Mark-Simulacrum
-1
/
+3
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-1
/
+3
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-9
/
+0
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-0
/
+11
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-2
/
+2
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
[next]