Uh oh!
There was an error while loading. Please reload this page.
Update the libc submodule - #44116
Conversation
rust-highfive
commented
Aug 27, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Aug 27, 2017
@bors r+ |
bors
commented
Aug 27, 2017
📌 Commit 9db91b2 has been approved by |
lilianmoraru
commented
Aug 27, 2017
Follow-up?: issue, commented code(In that commit I see a few |
bors
commented
Aug 27, 2017
⌛ Testing commit 9db91b246f277d571b8a44ea0a633d748b059c1e with merge 15de56f18ee7a040b19e880414ec34fe3ed89245... |
bors
commented
Aug 27, 2017
💔 Test failed - status-travis |
kennytm
commented
Aug 28, 2017
Details |
Brings in a few fixes for wasm/asmjs
alexcrichton
commented
Aug 28, 2017
@bors: r=Mark-Simulacrum |
bors
commented
Aug 28, 2017
📌 Commit e5b123c has been approved by |
…mulacrum Update the libc submodule Brings in a few fixes for wasm/asmjs
alexcrichton
commented
Sep 14, 2017
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. |
nikomatsakis
commented
Sep 28, 2017
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