Uh oh!
There was an error while loading. Please reload this page.
Parallel tweaks - #67870
Conversation
rust-highfive
commented
Jan 4, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
There was a problem hiding this comment.
| tcx.lint_levels(LOCAL_CRATE); | |
| tcx.ensure().lint_levels(LOCAL_CRATE); |
bors
commented
Jan 5, 2020
☔ The latest upstream changes (presumably #67803) made this pull request unmergeable. Please resolve the merge conflicts. |
rust-highfive
commented
Jan 5, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Jan 6, 2020
☔ The latest upstream changes (presumably #67886) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jan 8, 2020
☔ The latest upstream changes (presumably #67770) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxc
commented
Jan 10, 2020
rust-highfive
commented
Jan 11, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
3906624 to
1427182Comparerust-highfive
commented
Jan 11, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jan 12, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
510b533 to
dc2864cCompareZoxc
commented
Jan 14, 2020
This is now based on #68171. |
rust-highfive
commented
Jan 14, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
JohnCSimon
commented
Jan 26, 2020
assigning back to author because of merge conflicts. |
…lel with MIR borrow checking
bors
commented
Feb 7, 2020
☔ The latest upstream changes (presumably #68933) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Feb 14, 2020
I believe this is blocked on #68171, so updating status accordingly. |
|
nikomatsakis
commented
Apr 10, 2020
Closing this pull request as Zoxc is stepping back from compiler development; see rust-lang/team#316. |
Various parallel tweaks which brings the compilation time for
syntex_syntaxfrom 12.23 to 11.84 with 6 threads in non-incremental debug mode.r? @Mark-Simulacrum