-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 15 pull requests #34695
Merged
Merged
Rollup of 15 pull requests #34695
Conversation
This file contains 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
I made the "tuple structs are useless" editorializing a bit weaker and moved it to the end. Feel free to overrule me on that. I also added an example of how to unpack a tuple struct with dot notation, because it came up on IRC. `braced_empty_structs` is stable now, so I updated the example for unit-like structs to use that syntax. Should we show both ways? cc @ubsan r? @steveklabnik or @GuillameGomez
This adds short summaries to all num consts.
updated proper link of cargo doc that contains details about list of options available in semantic versioninig for the dependencies section in Cargo.toml
Add a space between the comma and j in (i, j) to make it look nice.
Beta's now in the forge, let's start working on 1.12.0!
update documentation of tuple/unit structs I made the "tuple structs are useless" editorializing a bit weaker and moved it to the end. Feel free to overrule me on that. I also added an example of how to unpack a tuple struct with dot notation, because it came up on IRC. `braced_empty_structs` is stable now, so I updated the example for unit-like structs to use that syntax. Should we show both ways? cc @ubsan r? @steveklabnik or @GuillaumeGomez
doc: some `peek` improvements
Add/improve num const docs This adds short summaries to all num consts. r? @steveklabnik
save-analysis: fix a bug with tuple sub-expressions
extend+improve HIR types documentation
rustbuild: propagate bootstrap.py '--help' flag Fixes rust-lang#34534. r? @alexcrichton
update cargo doc link updated proper link of cargo doc that contains details about list of options available in semantic versioninig for the dependencies section in Cargo.toml
Fix broken markdown link in README.
… r=steveklabnik Clarifies the meaning of the external mutability.
Fix spacing in for loop enumeration example Add a space between the comma and j in (i, j) to make it look nice. This addresses my recent issue rust-lang#34624. 😀
doc: fix and shorten comment
Bump version to 1.12.0 Beta's now in the forge, let's start working on 1.12.0!
…tion, r=Manishearth Add a section about crate documentation. Fixes rust-lang#34329 ?r @steveklabnik
…eveklabnik Remove invalid CSS rule for doc titles r? @steveklabnik Before: ![issue](https://cloud.githubusercontent.com/assets/3050060/16625595/a2f65914-43a5-11e6-9ff2-bcdf11b68cc3.png) After: ![fixed](https://cloud.githubusercontent.com/assets/3050060/16625602/a9b635ee-43a5-11e6-9f9d-853137eb4e6b.png)
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=1 |
📌 Commit 2262d73 has been approved by |
bors
added a commit
that referenced
this pull request
Jul 7, 2016
Sign up for free
to 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.
peek
improvements #33265, Add/improve num const docs #34277, save-analysis: fix a bug with tuple sub-expressions #34327, extend+improve HIR types documentation #34521, rustbuild: propagate bootstrap.py '--help' flag #34558, update cargo doc link #34615, Fix broken markdown link in README. #34619, Clarifies the meaning of the external mutability. #34621, Fix spacing in for loop enumeration example #34625, Fix typos #34626, doc: fix and shorten comment #34636, Bump version to 1.12.0 #34664, Add a section about crate documentation. #34667, Remove invalid CSS rule for doc titles #34685