Uh oh!
There was an error while loading. Please reload this page.
rustc: Remove DepGraph handling from rustc_metadata - #44418
Conversation
alexcrichton
commented
Sep 8, 2017
rust-highfive
commented
Sep 8, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Sep 8, 2017
@bors p=1 (This feels like it may have performance impact). |
michaelwoerister
commented
Sep 9, 2017
@bors r+ Thanks, Alex! It's way better this way |
bors
commented
Sep 9, 2017
📌 Commit 304c8de has been approved by |
@bors p=0 Could not compile rustdoc on PR CI. Please reset the priority to p=1 after that is fixed. |
304c8de to
fdbbd58Comparealexcrichton
commented
Sep 9, 2017
@bors: r=michaelwoerister |
bors
commented
Sep 9, 2017
📌 Commit fdbbd58 has been approved by |
kennytm
commented
Sep 9, 2017
@bors p=1 |
fdbbd58 to
28e2cd4Comparealexcrichton
commented
Sep 9, 2017
@bors: r=michaelwoerister |
bors
commented
Sep 9, 2017
📌 Commit 28e2cd4 has been approved by |
bors
commented
Sep 9, 2017
⌛ Testing commit 28e2cd403912e548edf0cfcc1ad28a2fa934c1d7 with merge 9026e62408040fca85697aad1d3c07cd560bd296... |
bors
commented
Sep 10, 2017
💔 Test failed - status-travis |
This should now be entirely tracked through queries, so no need to have a `DepGraph` in the `CStore` object any more!
28e2cd4 to
d724d03Comparealexcrichton
commented
Sep 10, 2017
@bors: r=michaelwoerister |
bors
commented
Sep 10, 2017
📌 Commit d724d03 has been approved by |
bors
commented
Sep 10, 2017
rustc: Remove `DepGraph` handling from rustc_metadata This should now be entirely tracked through queries, so no need to have a `DepGraph` in the `CStore` object any more! cc #44390
bors
commented
Sep 10, 2017
☀️ Test successful - status-appveyor, status-travis |
This should now be entirely tracked through queries, so no need to have a
DepGraphin theCStoreobject any more!cc #44390