-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #38325
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 7 pull requests #38325
Conversation
frewsxcv
commented
Dec 12, 2016
- Successful merges: Run rustfmt on librustc_mir/hair/cx #37052, Improve and fix mpsc documentation #37941, Add more examples to UpdSocket #38067, Avoid using locally installed Source Code Pro font (fixes #24355). #38164, Some incr. comp. hash tests #38202, rustdoc: Remove broken src links from reexported items from macros #38264, Handle Ctrl+C in the build script #38299
- Failed merges:
…4355). In some versions of this font the ampersands are drawn badly.
Closes rust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected
When an item is defined in an external macro it doesn't get a real filename so we need to filter out these when generating src links for reexported items.
Run rustfmt on librustc_mir/hair/cx
…aumeGomez Improve and fix mpsc documentation Closes rust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik
…nagisa Add more examples to UpdSocket r? @frewsxcv
Avoid using locally installed Source Code Pro font (fixes rust-lang#24355). In some versions of this font the ampersands are drawn badly. A doc tree built with this change is at https://storage.googleapis.com/mbp-rust-builds/fonts/doc/std/index.html I'm not seeing this problem locally so I'm not sure this fixes it, but based on the diagnosis in the bug it should. I've made this a minimal change by only removing the one problematic font but maybe for consistency every font should be read from the Rust docs tree?
…r=nikomatsakis Some incr. comp. hash tests r? @nikomatsakis
rustdoc: Remove broken src links from reexported items from macros When an item is defined in an external macro it doesn't get a real filename so we need to filter out these when generating src links for reexported items.
Handle Ctrl+C in the build script
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nrc (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@bors r+ p=10 |
📌 Commit cba1304 has been approved by |
⌛ Testing commit cba1304 with merge e383320... |
💔 Test failed - auto-linux-64-opt |
@bors retry Looks like an intermittent build issue, but I'm not entirely sure |