Uh oh!
There was an error while loading. Please reload this page.
Reduce duplicate in liballoc reserve error handling - #72734
Conversation
rust-highfive
commented
May 29, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 29, 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.
bors
commented
Jun 10, 2020
☔ The latest upstream changes (presumably #73190) made this pull request unmergeable. Please resolve the merge conflicts. |
JohnTitor
commented
Jul 14, 2020
@pickfire It'd be great if you could rebase instead of merge following our "no merge-commits policy": https://rustc-dev-guide.rust-lang.org/contributing.html#pull-requests |
pickfire
commented
Jul 14, 2020
Opps, sorry about that, usually I don't merged, I don't know why I did. |
Dylan-DPC-zz
commented
Jul 18, 2020
@withoutboats this is ready for review |
This comment has been minimized.
This comment has been minimized.
JohnTitor
commented
Jul 28, 2020
Let's re-assign from libs randomly... |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pickfire
commented
Aug 4, 2020
@KodrAus I have updated the patch. |
bors
commented
Aug 4, 2020
☔ The latest upstream changes (presumably #74850) made this pull request unmergeable. Please resolve the merge conflicts. |
crlf0710
commented
Aug 21, 2020
@pickfire Ping from triage, CI is still red here. Would you mind fixing this when you've got time? |
pickfire
commented
Aug 22, 2020
@crlf0710 I don't understand why it failed, can you please help to check? |
Dylan-DPC-zz
commented
Sep 8, 2020
@bors try @rust-timer queue |
rust-timer
commented
Sep 8, 2020
Awaiting bors try build completion |
bors
commented
Sep 8, 2020
⌛ Trying commit c5975e9 with merge 7f41ba2ca0111135e5901abcd07df3e03c9027ca... |
bors
commented
Sep 8, 2020
☀️ Try build successful - checks-actions, checks-azure |
rust-timer
commented
Sep 8, 2020
Queued 7f41ba2ca0111135e5901abcd07df3e03c9027ca with parent 5099914, future comparison URL. |
rust-timer
commented
Sep 9, 2020
Finished benchmarking try commit (7f41ba2ca0111135e5901abcd07df3e03c9027ca): 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 |
pickfire
commented
Sep 9, 2020
@tmiasko I thought the perf runs only considered compile-time but not run-time? |
Dylan-DPC-zz
commented
Sep 13, 2020
@KodrAus this looks ready to review |
jyn514
commented
Sep 15, 2020
Since rustc is a bootstrapping compiler, changes to runtime also affect compile time. |
KodrAus
commented
Sep 22, 2020
bors
commented
Sep 22, 2020
📌 Commit c5975e9 has been approved by |
Reduce duplicate in liballoc reserve error handling Not sure if it affects compilation time.
…atic-morse Rollup of 13 pull requests Successful merges: - rust-lang#72734 (Reduce duplicate in liballoc reserve error handling) - rust-lang#76131 (Don't use `zip` to compare iterators during pretty-print hack) - rust-lang#76150 (Don't recommend ManuallyDrop to customize drop order) - rust-lang#76275 (Implementation of Write for some immutable ref structs) - rust-lang#76489 (Add explanation for E0756) - rust-lang#76581 (do not ICE on bound variables, return `TooGeneric` instead) - rust-lang#76655 (Make some methods of `Pin` unstable const) - rust-lang#76783 (Only get ImplKind::Impl once) - rust-lang#76807 (Use const-checking to forbid use of unstable features in const-stable functions) - rust-lang#76888 (use if let instead of single match arm expressions) - rust-lang#76914 (extend `Ty` and `TyCtxt` lints to self types) - rust-lang#77022 (Reduce boilerplate for BytePos and CharPos) - rust-lang#77032 (lint missing docs for extern items) Failed merges: r? `@ghost`
bors
commented
Sep 22, 2020
☔ The latest upstream changes (presumably #77039) 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: |
Not sure if it affects compilation time.