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
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
select
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-06
Pick candidate with fewer bound vars
Jack Huey
-5
/
+5
2021-05-06
Deduplicate ParamCandidates with the same value except for bound vars
Jack Huey
-1
/
+11
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-01
Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister
bors
-1
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-4
/
+7
2021-03-30
Adjust profiling.
Camille GILLOT
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-24
Use `EvaluatedToOkModuloRegions` whenever we erase regions
Aaron Hill
-1
/
+14
2021-03-21
Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
Dylan DPC
-4
/
+2
2021-03-20
update `const_eval_resolve`
lcnr
-9
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+6
2021-03-02
errooaaar~
Ellen
-1
/
+3
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-9
/
+11
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-4
/
+14
2021-02-13
Don't go through TraitRef to relate projections
Matthew Jasper
-9
/
+11
2021-01-28
Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis
bors
-4
/
+0
2021-01-16
Review changes
Jack Huey
-15
/
+15
2021-01-15
Make hitting the recursion limit in projection non-fatal
Matthew Jasper
-4
/
+0
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-5
/
+5
2020-12-20
Prevent caching projections in the case of cycles
Matthew Jasper
-0
/
+4
2020-12-19
More rebinds
Jack Huey
-17
/
+18
2020-11-28
Remove unnecessary `mut` binding
Joshua Nelson
-2
/
+1
2020-11-23
Rollup merge of #79325 - LingMan:try_op, r=jonas-schievink
Jonas Schievink
-7
/
+3
2020-11-23
Reduce boilerplate with the `?` operator
LingMan
-7
/
+3
2020-11-22
winnow: drop non-const cand. in favor of const
Jonas Schievink
-1
/
+9
2020-11-22
Thread `Constness` through selection
Jonas Schievink
-3
/
+3
2020-11-16
compiler: fold by value
Bastian Kauschke
-11
/
+11
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-1
/
+1
2020-10-22
Normalize when finding trait object candidates
Matthew Jasper
-13
/
+11
2020-10-21
Fix ICE from projection cycle
Matthew Jasper
-8
/
+3
2020-10-16
Review comments
Jack Huey
-5
/
+4
2020-10-16
map_bound_ref -> rebind
Jack Huey
-20
/
+15
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-15
/
+27
2020-10-15
Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...
bors
-3
/
+13
2020-10-14
Remove unused code from remaining compiler crates
est31
-4
/
+0
2020-10-11
Use tracing spans in rustc_trait_selection
Matthew Jasper
-102
/
+66
2020-10-11
Always return tupled_upvar_tys for Closure/Generator consituent tys
Aman Arora
-20
/
+4
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-4
/
+30
2020-10-06
Fix tests from rebase
Matthew Jasper
-11
/
+7
2020-10-06
Deduplicate item bounds after normalization
Matthew Jasper
-17
/
+40
2020-10-06
Fix rebase
Matthew Jasper
-1
/
+1
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-2
/
+2
2020-10-06
Normalize projection bounds when considering candidates
Matthew Jasper
-127
/
+209
2020-10-06
Handle multiple applicable projection candidates
Matthew Jasper
-21
/
+31
2020-10-06
Fix bugs in evaluating WellFormed predicates
Matthew Jasper
-18
/
+19
2020-10-06
Address review comments
Matthew Jasper
-0
/
+5
2020-10-06
Remove unused part of return value from `replace_bound_vars_with_placeholders`
Matthew Jasper
-3
/
+3
2020-10-06
Check projections are well-formed when using projection candidates
Matthew Jasper
-18
/
+11
2020-10-06
Rename projection_predicates to item_bounds
Matthew Jasper
-4
/
+2
2020-09-28
move candidate_from_obligation_no_cache
Bastian Kauschke
-155
/
+0
[next]