-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 6 pull requests #43872
Rollup of 6 pull requests #43872
Conversation
frewsxcv
commented
Aug 15, 2017
- Successful merges: Instant is monotonically nondecreasing #43756, Write the "passes" chapter of the rustdoc book #43790, Remove my mailmap entry. #43846, Rewrite/reorganize docs for stack size/thread names for spawned threads. #43848, rustdoc: put auto-hidden docblock labels in line with the toggle #43862, Add missing newline in Deref docs to fix rendering #43868
- Failed merges:
We don't want to guarantee that `Instant::now() != Instant::now()` is always true since that depends on the speed of the processor and the resolution of the clock.
* Moves docs about stack size and thread naming from `Builder` to the `std::thread` module * Adds more links to the new module-level documentation * Mentions the 2 MiB stack size default, but indicate it's subject to change Fixes rust-lang#43805.
…lexcrichton Instant is monotonically nondecreasing We don't want to guarantee that `Instant::now() != Instant::now()` is always true since that depends on the speed of the processor and the resolution of the clock.
…tMisdreavus Write the "passes" chapter of the rustdoc book cc rust-lang#42322 r? @rust-lang/docs
…imulacrum Remove my mailmap entry. I no longer want this mailmap entry for myself.
…etMisdreavus Rewrite/reorganize docs for stack size/thread names for spawned threads. * Moves docs about stack size and thread naming from `Builder` to the `std::thread` module * Adds more links to the new module-level documentation * Mentions the 2 MiB stack size default, but indicate it's subject to change Fixes rust-lang#43805.
…e, r=GuillaumeGomez rustdoc: put auto-hidden docblock labels in line with the toggle before: ![image](https://user-images.githubusercontent.com/5217170/29279951-0cf21d86-80df-11e7-86d5-bfd76c5df429.png) after: ![image](https://user-images.githubusercontent.com/5217170/29279962-18479ce2-80df-11e7-952a-d22cb03965e5.png) (images taken from `std::heap::AllocErr`)
Add missing newline in Deref docs to fix rendering Fixes rust-lang#43866. (Verified locally.) r? @steveklabnik
Some changes occurred in HTML/CSS. |
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (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 1259db2 has been approved by |
☀️ Test successful - status-appveyor, status-travis |