Uh oh!
There was an error while loading. Please reload this page.
Rollup of 11 pull requests - #34508
Closed
steveklabnik wants to merge 24 commits into
Closed
Conversation
Indicate how it gets created and add an example.
… r=nikomatsakis run rustfmt on librustc_passes folder
… r=steveklabnik Syntax coloring and more compact diagram Two cosmetic improvements: - New content was added a few days ago to the **Closures** chapter but it was missing rust's syntax coloring. - Also, in the **Crates and Modules** chapter, a diagram was improved to be more symmetric and to take less space.
update reference for rust-lang#29734
Traits where syntax's extra usage example more clearly r? @steveklabnik
Add example for `std::thread::sleep`. None
Use the correct types in float examples r? @steveklabnik
…teveklabnik [doc] Fix links in Ownership section of the book - Add a missing link definition for `[i32]`. - Like `[stack]` link is pointing to `...#the-stack`, append `#the-heap` to `[heap]` link.
…Gomez Add example with leading zeros I was searching for this format very long. So I added an example to the prominent section. I was thinking of putting the keyword leading in the corresponding section as well, what do you think? r? @steveklabnik
…bnik Fix E0269 error explanation r? @steveklabnik
…eGomez Expand `std::path::Component` documentation. Indicate how it gets created and add an example.
…st, r=GuillaumeGomez rustdoc: Fix inlined renamed reexports in import lists Fixesrust-lang#34473
steveklabnik
commented
Jun 27, 2016
ContributorAuthor
@bors: r+ p=1 force |
bors
commented
Jun 27, 2016
Collaborator
📌 Commit 991ddc5 has been approved by |
rust-highfive
commented
Jun 27, 2016
Contributor
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Jun 27, 2016
Collaborator
⌛ Testing commit 991ddc5 with merge 05f0cd2... |
jseyfried
commented
Jun 27, 2016
Contributor
@bors r- force |
bors
commented
Jun 27, 2016
Collaborator
⛄ The build was interrupted to prioritize another pull request. |
jseyfried
commented
Jun 27, 2016
Contributor
(sorry, this conflicts with my breaking batch, #34424, and I'd really like to avoid rebasing all the merges) |
bors
commented
Jun 28, 2016
Collaborator
☔ The latest upstream changes (presumably #34424) made this pull request unmergeable. Please resolve the merge conflicts. |
jseyfried
commented
Jun 28, 2016
Contributor
@steveklabnik Everything but #33951 is still mergeable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
std::thread::sleep. #34406, Use the correct types in float examples #34415, [doc] Fix links in Ownership section of the book #34442, Add example with leading zeros #34462, Fix E0269 error explanation #34471, Expandstd::path::Componentdocumentation. #34475, rustdoc: Fix inlined renamed reexports in import lists #34479