-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 12 pull requests #34102
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 12 pull requests #34102
Conversation
This is an item under rust-lang#32777.
The path has changed
This adds color to some of the search results and sidebar items which were missing.
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit ae7e95a has been approved by |
@bors force |
⌛ Testing commit ae7e95a with merge 750f01e... |
💔 Test failed - auto-linux-64-opt |
@bors r+ |
📌 Commit 6e12e03 has been approved by |
@bors force |
⌛ Testing commit 6e12e03 with merge b134b9d... |
💔 Test failed - auto-linux-64-opt-rustbuild |
Makefile.in: dont use unnecessary escapes in echo I don't know if `echo` allows escapes without `-e` on other systems, but on a GNU userland this outputs literal `\n` on the terminal. In this case there's an easy way to write this without escapes anyway. r? @GuillaumeGomez
…meGomez add explanation for E0429 (`self` use declaration must use brace syntax) This is an item under rust-lang#32777. r? @GuillaumeGomez
…r=steveklabnik Correct issue number in test
Add regression test for issue rust-lang#32829 Closes rust-lang#32829
Update comment The path has changed
Unsupport wget wget support was removed in rust-lang#32942 (search for wget in diff), but configure wasn't updated. wget support was introduced in rust-lang#7498 for Windows, but we now use PowerShell on Windows.
…build-script, r=alexcrichton No build.rs for libcore I did a grep and there are no longer any mention of "rustbuild" in core, in `cfg`s or otherwise.
rustdoc: Fix a few missing colors in the CSS This adds color to some of the search results and sidebar items which were missing.
run rustfmt on libtest folder
…gisa run rustfmt on librustc_unicode
@bors r+ |
📌 Commit 61eeffa has been approved by |
All tests have passed but @bors seems to be stuck. Trying to merge manually now. |
self
use declaration must use brace syntax) #33955, Run rustfmt on src/test/codegen/ folder #34001, Correct issue number in test #34048, Add regression test for issue #32829 #34052, Update comment #34059, Unsupport wget #34062, No build.rs for libcore #34081, rustdoc: Fix a few missing colors in the CSS #34082, run rustfmt on libtest folder #34085, run rustfmt on librustc_unicode #34090