Uh oh!
There was an error while loading. Please reload this page.
Rollup of 6 pull requests - #67310
Conversation
Looks like this function changed upstream, so it needs to be adjusted for when used by libstd.
This PR reverts rust-lang#48065, which aimed to optimize `Vec::retain` by making use of `Vec::drain_filter`. Unfortunately at that time, `drain_filter` was unsound. The soundness hole in `Vec::drain_filter` was fixed in rust-lang#61224 by guaranteeing that cleanup logic runs via a nested `Drop`, even in the event of a panic. Implementing this nested drop affects codegen (apparently?) and results in slower code. Fixesrust-lang#65970
…ly, r=alexcrichton Remove i686-unknown-dragonfly target DragonFly BSD removed support for i386 a while ago. It only supports x86_64 right now.
…lan-DPC Fix signature of `__wasilibc_find_relpath` Looks like this function changed upstream, so it needs to be adjusted for when used by libstd.
Fix example code of OpenOptions::open The example didn't set the access mode flag, which resulted in an `Err(InvalidInput)`. r? @steveklabnik
Do not ICE on unnamed future Fixrust-lang#67252.
Restore original implementation of Vec::retain This PR reverts rust-lang#48065, which aimed to optimize `Vec::retain` by making use of `Vec::drain_filter`. Unfortunately at that time, `drain_filter` was unsound. The soundness hole in `Vec::drain_filter` was fixed in rust-lang#61224 by guaranteeing that cleanup logic runs via a nested `Drop`, even in the event of a panic. Implementing this nested drop affects codegen (apparently?) and results in slower code. Fixesrust-lang#65970
Centril
commented
Dec 15, 2019
@bors r+ p=6 rollup=never |
bors
commented
Dec 15, 2019
📌 Commit e5c3441 has been approved by |
bors
commented
Dec 15, 2019
⌛ Testing commit e5c3441 with merge b194600eb3879f4ddbf0c3c33b1a6df8ff0dca96... |
rust-highfive
commented
Dec 15, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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
Dec 15, 2019
💔 Test failed - checks-azure |
Centril
commented
Dec 15, 2019
@bors retry and-so-it-beings-with-the-spurious-stuff p=2000 |
Centril
commented
Dec 15, 2019
Let's try again, @bors p=2000 |
bors
commented
Dec 15, 2019
⌛ Testing commit e5c3441 with merge 83044ce9aa535c9ff051ba5092f2e11d32a58dc7... |
rust-highfive
commented
Dec 15, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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
Dec 15, 2019
💔 Test failed - checks-azure |
Centril
commented
Dec 15, 2019
@bors retry |
bors
commented
Dec 15, 2019
⌛ Testing commit e5c3441 with merge 4fcb0c958c5cefb5f2839841046beaff33ba7218... |
rust-highfive
commented
Dec 15, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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
Dec 15, 2019
💔 Test failed - checks-azure |
Centril
commented
Dec 15, 2019
@bors retry |
bors
commented
Dec 15, 2019
Rollup of 6 pull requests Successful merges: - #67255 (Remove i686-unknown-dragonfly target) - #67267 (Fix signature of `__wasilibc_find_relpath`) - #67282 (Fix example code of OpenOptions::open) - #67289 (Do not ICE on unnamed future) - #67300 (Restore original implementation of Vec::retain) - #67305 (Doc typo) Failed merges: r? @ghost
bors
commented
Dec 15, 2019
☀️ Test successful - checks-azure |
Successful merges:
__wasilibc_find_relpath#67267 (Fix signature of__wasilibc_find_relpath)Failed merges:
r? @ghost