-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prune some tasks and depnode variants #42576
Conversation
c14c917
to
2e2cc82
Compare
Looks like Travis failed:
|
Looks good to me. Good to get rid of the out-dated documentation too. |
☔ The latest upstream changes (presumably #42537) made this pull request unmergeable. Please resolve the merge conflicts. |
In the case of `TransCrateItem`, I had to tweak the tests a bit, but it's a concept that doesn't work well under new system.
Doesnt' seem to add much value, and since we don't track `TransCrateItem` anymore, it's not clear what to translate it to.
281680a
to
36973f7
Compare
r? @michaelwoerister -- added a few more commits, notably including a fix for #42602 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bors r+
Looking forward to seeing how the trait selection improvement will impact re-use on perf.rlo.
// typeck(foo) -> FnOnce -> typeck(bar) | ||
// | ||
// This was fixed by improving the resolution of the `FnOnce` trait | ||
// selection node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@bors r+ (@rust-lang/infra: It seems that bors doesn't pick up on commands in review comments) |
📌 Commit 36973f7 has been approved by |
Avoiding rolling this up. @bors p=100 |
…erister prune some tasks and depnode variants Pick some low-hanging fruit towards the goal of removing the older tasks. r? @michaelwoerister
☀️ Test successful - status-appveyor, status-travis |
Pick some low-hanging fruit towards the goal of removing the older tasks.
r? @michaelwoerister