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-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
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
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
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-0
/
+3
2020-09-08
review
Bastian Kauschke
-7
/
+6
2020-09-08
make `ConstEvaluatable` more strict
Bastian Kauschke
-9
/
+11
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-4
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-14
/
+20
2020-08-30
mv compiler to compiler/
mark
-0
/
+2436