Uh oh!
There was an error while loading. Please reload this page.
Remove Spans from HIR -- 2/N -- Small HIR nodes - #73094
Conversation
rust-highfive
commented
Jun 7, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
cjgillot
commented
Jun 7, 2020
r? @ghost , sorry |
bors
commented
Jun 10, 2020
☔ The latest upstream changes (presumably #72972) made this pull request unmergeable. Please resolve the merge conflicts. |
9965b8e to
312c2fbComparebors
commented
Jun 23, 2020
☔ The latest upstream changes (presumably #73643) made this pull request unmergeable. Please resolve the merge conflicts. |
Muirrum
commented
Jul 9, 2020
@rustbot modify labels to: +S-waiting-on-author -S-waiting-on-review |
bors
commented
Jul 30, 2020
☔ The latest upstream changes (presumably #74105) made this pull request unmergeable. Please resolve the merge conflicts. |
8615229 to
83d33e8Comparecjgillot
commented
Dec 13, 2020
@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author |
bors
commented
Dec 21, 2020
☔ The latest upstream changes (presumably #80253) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
bors
commented
Dec 25, 2020
☔ The latest upstream changes (presumably #80364) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
bors
commented
Dec 28, 2020
☔ The latest upstream changes (presumably #80439) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jan 10, 2021
☔ The latest upstream changes (presumably #77862) made this pull request unmergeable. Please resolve the merge conflicts. |
JohnCSimon
commented
Jan 25, 2021
@rustbot label: -S-waiting-on-review +S-waiting-on-author |
crlf0710
commented
Mar 5, 2021
Triage: I'll mark this as blocked on #72878 for now. |
Second step in rust-lang/compiler-team#294
Builds on #72878
Split out of #72015
This PR gradually removes spans from HIR nodes with low usage.
Along the way, HIR visiting stops passing the spans to the visitor.