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
/
traits
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-23
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-4
/
+2
2017-08-17
Revert "Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis"
Ariel Ben-Yehuda
-159
/
+48
2017-08-17
Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti...
Ariel Ben-Yehuda
-64
/
+24
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-24
/
+64
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-1
/
+2
2017-07-07
return EvaluatedToRecur when evaluating a recursive obligation tree
Ariel Ben-Yehuda
-27
/
+97
2017-07-07
use the evaluation cache instead of the global fulfillment cache
Ariel Ben-Yehuda
-20
/
+20
2017-07-07
use dep-graph reads for the evaluation cache
Ariel Ben-Yehuda
-0
/
+4
2017-07-07
prevent illegal coinductive matching in trait evaluation
Ariel Ben-Yehuda
-3
/
+40
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-10
/
+10
2017-06-29
Correct comments about unsizing regarding #40319.
Masaki Hara
-3
/
+3
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-0
/
+36
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-15
/
+18
2017-06-27
rustc: rename closure_type to fn_sig.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-2
/
+4
2017-06-01
pacify the mercilous tidy
Niko Matsakis
-1
/
+3
2017-06-01
ergonomic improvements to the methods in infcx
Niko Matsakis
-41
/
+24
2017-06-01
strip param-env from infcx
Niko Matsakis
-41
/
+75
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-1
/
+1
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-1
/
+1
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-1
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-7
/
+7
2017-04-23
Auto merge of #41486 - arielb1:select-where, r=eddyb
bors
-1
/
+6
2017-04-23
traits::select: quickly filter out predicates from other traits
Ariel Ben-Yehuda
-1
/
+6
2017-04-23
clean-up adt_sized_constraint now that it uses on-demand
Ariel Ben-Yehuda
-5
/
+3
2017-04-22
bail out of selection when there are multiple surviving candidates
Ariel Ben-Yehuda
-7
/
+7
2017-04-15
Remove MethodMatchResult and MethodMatchedData.
Mark Simulacrum
-29
/
+0
2017-04-14
Further update with response to feedback
Sean Griffin
-1
/
+2
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+12
2017-03-08
Disallow subtyping between T and U in T: Unsize<U>.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-3
/
+8
2017-02-25
rustc: simplify tcx.closure_type(...) as it can copy the cached values.
Eduard-Mihai Burtescu
-1
/
+2
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-7
/
+9
2017-02-15
Remove noop method `Substs::params()`
Esteban Küber
-2
/
+2
2017-02-03
Use a proper future-compatibility lint
Andrew Cann
-7
/
+6
2017-02-03
Add is_defaulted_unit helper method
Andrew Cann
-3
/
+1
2017-02-03
Add warning for () to ! switch
Andrew Cann
-8
/
+55
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-6
/
+2
2017-01-24
Remove Reflect
est31
-57
/
+3
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-11
/
+3
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-1
/
+1
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-28
Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.
Mark-Simulacrum
-2
/
+1
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-80
/
+64
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-9
/
+7
2016-11-28
Refactor BuiltinBounds to Vec<DefId> on TraitObject.
Mark-Simulacrum
-24
/
+22
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-13
/
+21
2016-11-15
register `infer-ok` obligations properly
Niko Matsakis
-3
/
+0
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-18
/
+11
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-3
/
+3
[next]