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
/
select
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-01
Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk
Manish Goregaokar
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-2
/
+2
2021-09-15
Remove ToPolyTraitRef impl for TraitRef
jackh726
-1
/
+2
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-3
/
+3
2021-09-15
Coerce const FnDefs to implement const Fn traits
Deadbeef
-1
/
+1
2021-09-09
Const drop selection candidates
Deadbeef
-1
/
+3
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-3
/
+2
2021-08-26
add `tcx` to `fn walk`
lcnr
-4
/
+4
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-8
/
+43
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-50
/
+85
2021-07-31
Implement trait upcasting coercion type-checking.
Charles Lew
-4
/
+50
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-12
/
+7
2021-04-27
Make traits with GATs not object safe
Jack Huey
-4
/
+3
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-31
Some rebinds and dummys
Jack Huey
-1
/
+1
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