-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 8 pull requests #75747
Rollup of 8 pull requests #75747
Conversation
This Emscripten version was the first to be cut after the LLVM 11 release branch was created, so it should be the most compatible with LLVM 11. The old version we were using was incompatible with LLVM 11 because its wasm-ld did not understand all the relocations that LLVM 11 emits.
push_all_move is the same as extend
All other tokens are named by the punctuation they use, rather than by semantics operation they stand for. `!` is the only exception to the rule, let's fix it.
Already covered by MIR constant comments
Move to intra-doc links for task.rs and vec.rs Partial fix for rust-lang#75080 links for [`get`], [`get_mut`] skipped due to rust-lang#75643 link for [`copy_from_slice`] skipped due to rust-lang#63351
…kfire Clean up E0759 explanation r? @Dylan-DPC cc @pickfire
Enable stack-overflow detection on musl for non-main threads
Fix bad printing of const-eval queries Fixes: rust-lang#75447 r? @RalfJung cc @oli-obk
… r=cuviper Upgrade Emscripten on CI to 1.39.20 This Emscripten version was the first to be cut after the LLVM 11 release branch was created, so it should be the most compatible with LLVM 11. The old version we were using was incompatible with LLVM 11 because its wasm-ld did not understand all the relocations that LLVM 11 emits.
…onst, r=oli-obk Suppress ty::Float in MIR comments of ty::Const Already covered by MIR constant comments
Remove duplicated alloc vec bench push_all_move push_all_move is the same as extend
Rename rustc_lexer::TokenKind::Not to Bang All other tokens are named by the punctuation they use, rather than by semantics operation they stand for. `!` is the only exception to the rule, let's fix it.
📌 Commit 2a3f43d has been approved by |
☀️ Test successful - checks-actions, checks-azure |
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 |
Successful merges:
Failed merges:
r? @ghost