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 8 pull requests #33236

Closed
wants to merge 19 commits into from
Closed

Conversation

kindlychung and others added 10 commits April 15, 2016 18:12
Opening sentence was confusing and something cannot be "one of the most unique" (it either is or is not unique).
…st unique" (it either is or is not unique).
…st unique" (it either is or is not unique).
`move` work both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes rust-lang#33219.
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

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

@Manishearth
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Apr 27, 2016

📌 Commit 6f74df7 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Apr 27, 2016

⌛ Testing commit 6f74df7 with merge 7b40ffc...

@bors
Copy link
Contributor

bors commented Apr 27, 2016

💔 Test failed - auto-linux-64-opt-mir

@Manishearth Manishearth force-pushed the rollup branch 2 times, most recently from f98c217 to 80bff1e Compare April 27, 2016 14:56
…r=steveklabnik

Improve as_mut ptr method example

r? @steveklabnik
Tweaks to sections related to Ownership

Reading through these sections, I thought the intro text could be improved slightly.  So
here is a PR that addresses what was bugging me about it. :-)

Main issue was the wording of the opening sentence ("guide" is not clearly defined and the
wording was a bit too terse in my opinion).  I also took issue with the term "one of the most
unique".  Uniqueness is a `bool`, not an `f64`. :-)

r? @steveklabnik
Make HashSet::Insert documentation more consistent

I have made the HashSet::Insert documentation more consistent in the use of the term 'value' vs 'key'. Also clarified that if _this_ value is present true is returned, instead of the ambiguous 'a value present'.

r? @steveklabnik
…nikomatsakis

Improve error message about regions of function body

"scope of parameters for functions" is harder for me to read than "scope of function body", I hope others feel the same, as in <https://play.rust-lang.org/?gist=b4df68b395b807698bd2ba98cf3d5ce3&version=stable&backtrace=0&run=1>
 Thank @Aatch for the help :)
…sakis

allow InternedString to be compared to &str directly
…ch-1, r=GuillaumeGomez

Fix use of the `move` command in the Windows shell

`move` works both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes rust-lang#33219.
mir: drop temps outside-in by scheduling the drops inside-out.

It was backwards all along, but only noticeable with multiple drops in one rvalue scope. Fixes rust-lang#32433.
@Manishearth
Copy link
Member Author

@bors-servo r+ force

@bors
Copy link
Contributor

bors commented Apr 27, 2016

📌 Commit 651ae26 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Apr 27, 2016

⌛ Testing commit 651ae26 with merge d684d1c...

bors added a commit that referenced this pull request Apr 27, 2016
Rollup of 8 pull requests

- Successful merges: #32991, #33056, #33095, #33152, #33212, #33218, #33233, #33234
- Failed merges:
@bors
Copy link
Contributor

bors commented Apr 27, 2016

💔 Test failed - auto-linux-64-opt-mir

@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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.

None yet