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
2023-01-11
Move /src/test to /tests
Albert Larsan
-1401
/
+0
2022-12-29
Revert "Add tests"
David Tolnay
-24
/
+0
2022-12-09
Add tests
Gary Guo
-0
/
+24
2022-11-23
Use nicer spans for `deref_into_dyn_supertrait`
Maybe Waffle
-10
/
+7
2022-11-23
Make `deref_into_dyn_supertrait` lint the impl and not the usage
Maybe Waffle
-6
/
+14
2022-11-19
Probe + better error messsage for need_migrate_deref_output_trait_object
Michael Goulet
-2
/
+2
2022-11-11
Mark `trait_upcasting` feature no longer incomplete.
Charles Lew
-79
/
+80
2022-10-21
fix some typos
Rageking8
-1
/
+1
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-08-26
Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank
Yuki Okushi
-5
/
+5
2022-07-28
Remove guess_head_span.
Camille GILLOT
-1
/
+1
2022-07-08
distinguish the method and associated function diagnostic information
Yiming Lei
-5
/
+5
2022-06-28
Note concrete type being coerced into object
Michael Goulet
-3
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-190
/
+17
2022-05-22
Use revisions for NLL in traits
Jack Huey
-26
/
+110
2021-12-10
Tweak wording
Esteban Kuber
-7
/
+7
2021-12-10
Use a more accurate `Span` for `'static` obligation from return type
Esteban Kuber
-8
/
+8
2021-12-10
Point at return type when it introduces `'static` obligation
Esteban Kuber
-0
/
+32
2021-12-10
Clean up visual output logic
Esteban Kuber
-9
/
+9
2021-12-10
Point at capture points for non-`'static` reference crossing a `yield` point
Esteban Kuber
-2
/
+64
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-4
/
+4
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