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-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-3
/
+161
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+1
2017-04-20
rustc: combine type_needs_drop_given_env and may_drop into needs_drop.
Eduard-Mihai Burtescu
-20
/
+58
2017-04-20
rustc: replace TypeContents::needs_drop with Ty::may_drop.
Eduard-Mihai Burtescu
-1
/
+78
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-0
/
+44
2017-04-13
Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...
bors
-0
/
+1
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-11
/
+19
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+1
2017-04-07
ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.
Michael Woerister
-8
/
+6
2017-03-22
Address review comments.
Michael Woerister
-1
/
+3
2017-03-22
Support more kinds of Regions in TypeIdHasher.
Michael Woerister
-8
/
+9
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-2
/
+0
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-0
/
+12
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-16
/
+14
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
[next]