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
about
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-09-27
Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis
bors
-4
/
+4
2021-09-26
Don't normalize opaque types with escaping late-bound regions.
jackh726
-4
/
+4
2021-09-24
Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis
Jubilee
-3
/
+3
2021-09-21
Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726
bors
-6
/
+24
2021-09-20
Don't use projection cache or candidate cache in intercrate mode
Aaron Hill
-6
/
+24
2021-09-20
Add helper function to `InferCtxt` that generates inference vars for unresolv...
Oli Scherer
-11
/
+1
2021-09-15
Remove ToPolyTraitRef impl for TraitRef
jackh726
-3
/
+3
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-2
/
+4
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-3
/
+3
2021-09-09
Const drop selection candidates
Deadbeef
-2
/
+4
2021-09-02
Preserve most sub-obligations in the projection cache
Aaron Hill
-47
/
+24
2021-08-24
Review comments
jackh726
-16
/
+38
2021-08-24
Normalize associated types with bound vars
Jack Huey
-39
/
+32
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-1
/
+4
2021-07-17
Add needs_normalization
jackh726
-2
/
+18
2021-07-17
Some perf optimizations and logging
jackh726
-4
/
+6
2021-07-15
Remove failed and review comments
jackh726
-86
/
+56
2021-07-13
WIP partial apply fix
jackh726
-101
/
+167
2021-07-09
Replace associated item bound vars with placeholders when projecting.
jackh726
-0
/
+302
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-2
/
+2
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-2
/
+2
2021-07-03
Remove `ty::Binder::bind()`
Yuki Okushi
-1
/
+1
2021-05-16
Always produce sub-obligations when using cached projection result
Aaron Hill
-9
/
+1
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
[next]