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
Age
Commit message (
Expand
)
Author
Lines
2021-02-04
Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis
bors
-4
/
+0
2020-12-31
Prevent caching projections in the case of cycles
Matthew Jasper
-0
/
+4
2020-12-19
Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis
bors
-3
/
+3
2020-12-19
More rebinds
Jack Huey
-21
/
+20
2020-12-17
Revert change to evaluation order
Matthew Jasper
-3
/
+3
2020-12-17
Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis
bors
-24
/
+29
2020-12-11
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-2
/
+2
2020-12-11
Move binder for dyn to each list item
Jack Huey
-24
/
+29
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
-10
/
+12
2020-11-16
compiler: fold by value
Bastian Kauschke
-31
/
+28
2020-11-13
Push to result vector instead of allocating
Dániel Buga
-4
/
+1
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
-65
/
+66
2020-10-21
Fix ICE from projection cycle
Matthew Jasper
-20
/
+9
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
-168
/
+110
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
-17
/
+18
2020-10-06
Fix rebase
Matthew Jasper
-2
/
+2
2020-10-06
Deduplicate item bounds after normalization
Matthew Jasper
-17
/
+40
2020-10-06
Don't require lifetime super-bounds on traits apply to trait objects of that ...
Matthew Jasper
-14
/
+17
2020-10-06
Normalize super trait bounds when confirming object candidates
Matthew Jasper
-9
/
+20
2020-10-06
Fix rebase
Matthew Jasper
-1
/
+1
2020-10-06
Fix bootstrap
Matthew Jasper
-1
/
+1
2020-10-06
Avoid cycles from projection bounds
Matthew Jasper
-16
/
+20
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-137
/
+43
2020-10-06
Normalize projection bounds when considering candidates
Matthew Jasper
-139
/
+230
2020-10-06
Handle multiple applicable projection candidates
Matthew Jasper
-33
/
+54
2020-10-06
Fix bugs in evaluating WellFormed predicates
Matthew Jasper
-22
/
+32
2020-10-06
Avoid cycle in nested obligations for object candidate
Matthew Jasper
-52
/
+175
2020-10-06
Address review comments
Matthew Jasper
-0
/
+5
2020-10-06
Fix ICE
Matthew Jasper
-4
/
+5
2020-10-06
Ensure that associated types for trait objects satisfy their bounds
Matthew Jasper
-13
/
+51
2020-10-06
Remove unused part of return value from `replace_bound_vars_with_placeholders`
Matthew Jasper
-5
/
+5
2020-10-06
Check projections are well-formed when using projection candidates
Matthew Jasper
-26
/
+43
2020-10-06
Rename projection_predicates to item_bounds
Matthew Jasper
-4
/
+2
2020-09-28
move candidate_from_obligation_no_cache
Bastian Kauschke
-156
/
+161
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-09-24
remove enum name from ImplSource variants
Bastian Kauschke
-18
/
+14
2020-09-18
Wrap recursive predicate evaluation with `ensure_sufficient_stack`
Aaron Hill
-119
/
+133
2020-09-13
Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis
bors
-0
/
+3
[next]