Uh oh!
There was an error while loading. Please reload this page.
rustdoc: Remove most fields from ExternalCrate - #84457
Conversation
jyn514
commented
Apr 22, 2021
@bors try @rust-timer queue |
rust-timer
commented
Apr 22, 2021
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Apr 22, 2021
⌛ Trying commit 6c6bd88 with merge 336b6b63c7dd2281785650fb6ce1c4066cffe416... |
bors
commented
Apr 23, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Apr 23, 2021
Queued 336b6b63c7dd2281785650fb6ce1c4066cffe416 with parent 5f1aeb5, future comparison URL. |
rust-timer
commented
Apr 23, 2021
Finished benchmarking try commit (336b6b63c7dd2281785650fb6ce1c4066cffe416): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
jyn514
commented
Apr 23, 2021
Interesting - max RSS looks like noise, but up to -3.8% on instruction count. |
GuillaumeGomez
commented
Apr 23, 2021
Thanks! @bors: r+ |
bors
commented
Apr 23, 2021
📌 Commit 6c6bd88 has been approved by |
bors
commented
Apr 23, 2021
⌛ Testing commit 6c6bd88 with merge 38abe86bb3b0144123be65349c2afb1a94eb3ed4... |
bors
commented
Apr 23, 2021
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Apr 23, 2021
jyn514
commented
Apr 23, 2021
dist-x86_64-apple-alt failed without logs :/ @bors retry |
bors
commented
Apr 23, 2021
bors
commented
Apr 23, 2021
☀️ Test successful - checks-actions |
Once #84304 is fixed, I can get rid of ExternCrate altogether in favor of CrateNum, but in the meantime, this shrinks ExternalCrate quite a lot.
This might hurt compile-times; if it does, I can add
primitiveandkeywordqueries. I expect this to improve compilemem.Helps with #76382.
r? GuillaumeGomez