-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 8 pull requests #45207
Rollup of 8 pull requests #45207
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
output message is shown in another 'help:' block line with +100 columns formatted test adjusted
This commit updates the reachability pass of the compiler to seed the local worklist with `#[linkage]`-like items anywhere in a crate, not just those reachable from public items. Closes rust-lang#45165
…, r=jseyfried Inline eq_slice into str::eq It's the only use of the function.
…ackler Update the `jobserver` crate Brings in a bugfix to be compatible with the master branch of `make` where jobserver fds are set in nonblocking mode
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=10 |
📌 Commit 8c9c715 has been approved by |
⌛ Testing commit 8c9c71577903294ffd20842024b8e42399d01fcb with merge 5fe1487e2ca4a1b2c39652ba5f5a2c7473c06ad1... |
💔 Test failed - status-travis |
📌 Commit 0135d7e has been approved by |
⌛ Testing commit 0135d7ea80b073c5ba050860a238802e891f5fcf with merge 09f2478822f2db5668c6b9bdbc66f525f985a281... |
💔 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.
Better compile error output when using arguments instead of types Following @estebank sugestion on issue rust-lang#18945 (comment)
…labnik Documented a few more unstable feature gates. unboxed closures, fn_traits, and OIBIT. hope these are decent!
…michaelwoerister rustc: Handle `#[no_mangle]` anywhere in a crate This commit updates the reachability pass of the compiler to seed the local worklist with `#[no_mangle]`-like items anywhere in a crate, not just those reachable from public items. Closes rust-lang#45165
Shorten some test names An immediate fix for the first issue in rust-lang#45103 r? @alexcrichton
📌 Commit 9defb40 has been approved by |
⌛ Testing commit 9defb40 with merge dc8cafa6c621fdc827f67a14395f947454d23f33... |
💔 Test failed - status-travis |
jobserver
crate #45049, Fix rustc documentation typo #45105, Fix PEP8 style issues in bootstrap code #45121, Better compile error output when using arguments instead of types #45122, Documented a few more unstable feature gates. #45166, rustc: Handle#[no_mangle]
anywhere in a crate #45189, Shorten some test names #45190