Skip to content
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 39 commits into from
Jul 7, 2016
Merged

Rollup of 15 pull requests #34695

merged 39 commits into from
Jul 7, 2016

Conversation

durka and others added 30 commits April 27, 2016 23:29
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
Add/improve num const docs

This adds short summaries to all num consts.

r? @steveklabnik
save-analysis: fix a bug with tuple sub-expressions
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
… 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.

😀
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
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member Author

@bors: r+ p=1

@bors
Copy link
Contributor

bors commented Jul 6, 2016

📌 Commit 2262d73 has been approved by steveklabnik

@bors
Copy link
Contributor

bors commented Jul 7, 2016

⌛ Testing commit 2262d73 with merge 5c674a1...

bors added a commit that referenced this pull request Jul 7, 2016
@bors bors merged commit 2262d73 into rust-lang:master Jul 7, 2016
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.