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
/
project.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-31
Track bound vars
Jack Huey
-1
/
+4
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-29
/
+16
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-1
/
+67
2021-02-13
Remove unnecessary function parameters project.rs
Matthew Jasper
-21
/
+9
2021-02-13
Don't go through TraitRef to relate projections
Matthew Jasper
-8
/
+7
2021-01-28
Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis
bors
-8
/
+3
2021-01-16
Review changes
Jack Huey
-4
/
+4
2021-01-15
Make hitting the recursion limit in projection non-fatal
Matthew Jasper
-8
/
+3
2020-12-20
Prevent caching projections in the case of cycles
Matthew Jasper
-6
/
+8
2020-12-20
Make recursion limit fatal in project
Matthew Jasper
-1
/
+8
2020-12-19
More rebinds
Jack Huey
-2
/
+4
2020-11-19
Move `rustc_ty` -> `rustc_ty_utils`
LeSeulArtichaut
-1
/
+1
2020-11-16
words
lcnr
-2
/
+2
2020-11-16
compiler: fold by value
Bastian Kauschke
-17
/
+16
2020-11-02
revert #75443 update mir validator
Bastian Kauschke
-1
/
+1
2020-10-16
Review comments
Jack Huey
-2
/
+2
2020-10-16
map_bound_ref -> rebind
Jack Huey
-4
/
+4
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-5
/
+7
2020-10-11
Use tracing spans in rustc_trait_selection
Matthew Jasper
-102
/
+43
2020-10-06
Fix rebase
Matthew Jasper
-2
/
+2
2020-10-06
Fix bootstrap
Matthew Jasper
-1
/
+3
2020-10-06
Handle multiple trait-def projection candidates
Matthew Jasper
-0
/
+7
2020-10-06
Avoid cycles from projection bounds
Matthew Jasper
-3
/
+36
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-130
/
+77
2020-10-06
Normalize projection bounds when considering candidates
Matthew Jasper
-18
/
+40
2020-10-06
Remove unused part of return value from `replace_bound_vars_with_placeholders`
Matthew Jasper
-1
/
+1
2020-10-06
Rename projection_predicates to item_bounds
Matthew Jasper
-4
/
+2
2020-09-24
remove enum name from ImplSource variants
Bastian Kauschke
-19
/
+19
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-5
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+1581