-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 the libc submodule #44116
Update the libc submodule #44116
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 9db91b2 has been approved by |
Follow-up?: issue, commented code(In that commit I see a few |
⌛ Testing commit 9db91b246f277d571b8a44ea0a633d748b059c1e with merge 15de56f18ee7a040b19e880414ec34fe3ed89245... |
💔 Test failed - status-travis |
|
Brings in a few fixes for wasm/asmjs
7ac7429
to
e5b123c
Compare
@bors: r=Mark-Simulacrum |
📌 Commit e5b123c has been approved by |
…mulacrum Update the libc submodule Brings in a few fixes for wasm/asmjs
Nominating for beta as this was a breaking change for the emscripten target, so getting this out sooner will help align the libc module with libstd again. |
Backported this now. |
Beta 20170928 Backports of: - Allow unused extern crate again #44825 - macros: fix bug in collecting trait and impl items with derives. #44757 - `--cap-lints allow` switches off `can_emit_warnings` #44627 - Update the libc submodule #44116 - limit and clear cache obligations opportunistically #44269 - clear out projection subobligations after they are processed #43999
Beta 20170928 Backports of: - Allow unused extern crate again #44825 - macros: fix bug in collecting trait and impl items with derives. #44757 - `--cap-lints allow` switches off `can_emit_warnings` #44627 - Update the libc submodule #44116 - limit and clear cache obligations opportunistically #44269 - clear out projection subobligations after they are processed #43999 - fix logic error in #44269's `prune_cache_value_obligations` #45065 - REVERTS #43543: Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint:
Brings in a few fixes for wasm/asmjs