Uh oh!
There was an error while loading. Please reload this page.
Clean up errors in typeck and resolve - #74005
Conversation
rust-highfive
commented
Jul 3, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
ecstatic-morse
commented
Jul 5, 2020
I'm not familiar with this part of the code base. r? @petrochenkov maybe? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
Jul 8, 2020
@estebank |
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
This comment has been minimized.
This comment has been minimized.
petrochenkov
commented
Jul 26, 2020
Blocked on #74210. |
petrochenkov
commented
Aug 4, 2020
The pre-requisite PRs have landed. |
9784cac to
f0b4464Compareestebank
commented
Aug 6, 2020
@petrochenkov I cleaned up the PR a little bit against current master. I'll update the description later as a lot of the original PR has landed in others. |
fc08a8a to
1df662cCompare5139684 to
b90ee09Compareestebank
commented
Aug 7, 2020
Split off a bunch of unrelated changes to #75267. |
b90ee09 to
132bb69Comparepetrochenkov
commented
Aug 9, 2020
This still looks like a collection of unrelated changes and it's hard to see which tests are affected by which changes. |
132bb69 to
3b56e91Compareestebank
commented
Aug 10, 2020
@petrochenkov I split a few things that were fully removable from the PR into others, and split the rest of the code into independent commits that show the effects of specific changes on the output. Splitting these into separate PRs becomes hard because in many cases they affect the |
petrochenkov
commented
Aug 10, 2020
@estebank |
estebank
commented
Aug 10, 2020
@petrochenkov Will do, but I am at a loss of an alternate way to accomplish this change. |
Modify logic to make it easier to follow and recover labels that would otherwise be lost.
3b56e91 to
54f1b43Compareestebank
commented
Aug 10, 2020
@petrochenkov done. |
petrochenkov
commented
Aug 10, 2020
@bors r+ |
bors
commented
Aug 10, 2020
📌 Commit 54f1b43 has been approved by |
bors
commented
Aug 10, 2020
bors
commented
Aug 11, 2020
☀️ Test successful - checks-actions, checks-azure |
CC #34255.