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
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-1
/
+4
2021-02-04
add `relaxed_struct_unsize` feature gate
Bastian Kauschke
-15
/
+44
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-8
/
+5
2021-01-16
Review changes
Jack Huey
-2
/
+2
2020-12-19
Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis
bors
-3
/
+3
2020-12-19
More rebinds
Jack Huey
-4
/
+2
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-22
Thread `Constness` through selection
Jonas Schievink
-5
/
+7
2020-11-16
compiler: fold by value
Bastian Kauschke
-16
/
+13
2020-10-22
Normalize when finding trait object candidates
Matthew Jasper
-41
/
+38
2020-10-21
Fix ICE from projection cycle
Matthew Jasper
-12
/
+6
2020-10-11
Use tracing spans in rustc_trait_selection
Matthew Jasper
-38
/
+21
2020-10-06
Fix tests from rebase
Matthew Jasper
-6
/
+11
2020-10-06
Fix rebase
Matthew Jasper
-2
/
+2
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
Avoid cycles from projection bounds
Matthew Jasper
-16
/
+20
2020-10-06
Avoid cycle with projections from object types
Matthew Jasper
-135
/
+41
2020-10-06
Normalize projection bounds when considering candidates
Matthew Jasper
-12
/
+21
2020-10-06
Handle multiple applicable projection candidates
Matthew Jasper
-7
/
+18
2020-10-06
Fix bugs in evaluating WellFormed predicates
Matthew Jasper
-4
/
+13
2020-10-06
Avoid cycle in nested obligations for object candidate
Matthew Jasper
-52
/
+175
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
-2
/
+2
2020-10-06
Check projections are well-formed when using projection candidates
Matthew Jasper
-5
/
+29
2020-09-24
remove enum name from ImplSource variants
Bastian Kauschke
-18
/
+14
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-6
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+810