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
/
src
/
test
/
ui
/
traits
/
trait-upcasting
Age
Commit message (
Expand
)
Author
Lines
2021-10-03
Add `deref_into_dyn_supertrait` lint.
Charles Lew
-0
/
+41
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-2
/
+2
2021-08-21
Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis
bors
-96
/
+51
2021-08-18
Add a new test case to verify behavior.
Charles Lew
-0
/
+39
2021-08-18
Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis
bors
-0
/
+55
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-96
/
+12
2021-08-11
Modify structured suggestion output
Esteban Küber
-7
/
+7
2021-08-03
bless trait upcasting tests under polonius
Rémy Rakic
-0
/
+55
2021-08-03
Various adjustments to historic tests and documents.
Charles Lew
-192
/
+327
2021-08-03
Added tests.
Alexander Regueiro
-0
/
+764
2021-08-03
Implement pointer casting.
Charles Lew
-0
/
+49
2021-07-31
Add more tests to cover more corner cases of type-checking.
Charles Lew
-0
/
+342
2021-07-31
Implement trait upcasting coercion type-checking.
Charles Lew
-0
/
+49