-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 9 pull requests #45233
Rollup of 9 pull requests #45233
Conversation
It's the only use of the function.
Brings in a bugfix to be compatible with the master branch of `make` where jobserver fds are set in nonblocking mode
Paths to object files generated from them were too long and caused errors
Some changes occurred in HTML/CSS. |
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit 7383e9f has been approved by |
⌛ Testing commit 7383e9f39abc06253efdc65198371a32f0a28679 with merge 224a5ce795736dccbc8f47697afcd97390648227... |
💔 Test failed - status-travis |
@bors retry Some
|
⌛ Testing commit 7383e9f39abc06253efdc65198371a32f0a28679 with merge 1ad9b1bde2a9305ae63d9cfd2d4fb7f22a7e7f9b... |
💔 Test failed - status-travis |
@bors retry This time only one UI test died, so the previous error is very likely spurious, but why the Android tests suddenly become so fragile? 🤔
|
⌛ Testing commit 7383e9f39abc06253efdc65198371a32f0a28679 with merge a65711528a0a97e79aaf0a919eabc877dffa2484... |
💔 Test failed - status-travis |
Fix rustc documentation typo I'm new to rustc but this looks like a typo.
…ichton Fix PEP8 style issues in bootstrap code This fixes PEP8 style issues (other than line-length) in the bootstrap Python code. The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
…labnik Documented a few more unstable feature gates. unboxed closures, fn_traits, and OIBIT. hope these are decent!
Upgrade some comments to doc comments
Shorten some test names An immediate fix for the first issue in rust-lang#45103 r? @alexcrichton
` (U+0060) should be the "grave" accent, not "Greek" accent.
Fix typo in libsyntax/parse/lexer/unicode_chars.rs `` ` `` (U+0060) should be the "grave" accent, not "Greek" accent.
☀️ Test successful - status-travis |
@bors r+ |
📌 Commit 45e4c19 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
jobserver
crate #45049, Fix rustc documentation typo #45105, Fix PEP8 style issues in bootstrap code #45121, Documented a few more unstable feature gates. #45166, Upgrade some comments to doc comments #45172, Shorten some test names #45190, Fix typo in libsyntax/parse/lexer/unicode_chars.rs #45231