-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Cargo submodule and its dependencies #56627
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
cc @ehuss |
This comment has been minimized.
This comment has been minimized.
eee8064
to
007fbb9
Compare
This comment has been minimized.
This comment has been minimized.
007fbb9
to
8b3fe3d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6e03cec
to
8b3fe3d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
⌛ Testing commit 8b3fe3d1d993da4e9ce230f481848ed7ba3a54f8 with merge 01a39db8d4d251d8627db792a5238ceba818c4b9... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8b3fe3d
to
d3a7492
Compare
@bors: r+ |
📌 Commit d3a7492 has been approved by |
⌛ Testing commit 658f883a4b44cbb8db7bc47d3767afc4b352a1d8 with merge fc6733e4b76e9c29123c09e2a1a654cc7b890a80... |
💔 Test failed - status-travis |
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 |
Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here.
658f883
to
b411090
Compare
@bors: r+ |
📌 Commit b411090 has been approved by |
⌛ Testing commit b411090 with merge bd4e6bdae8d04d5bea14b848392a66d297541ad4... |
💔 Test failed - status-travis |
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: retry osx linker segfault |
Update Cargo submodule and its dependencies Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here.
☀️ Test successful - status-appveyor, status-travis |
Hopefully just another routine update!
So far this starts to enable the
std::arch
in stage0 builds of rustc.This means that we may need stage0/not(stage0) in stdsimd itself, but
more and more code is starting to use
std::arch
so I think it's timeto start shifting the balance of work here.