Skip to content

Rollup of 8 pull requests - #33236

Closed
Manishearth wants to merge 19 commits into
rust-lang:masterfrom
Manishearth:rollup
Closed

Rollup of 8 pull requests#33236
Manishearth wants to merge 19 commits into
rust-lang:masterfrom
Manishearth:rollup

Conversation

Kaiyin Zhongand 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).
`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.
Closesrust-lang#33219.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @steveklabnik

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

@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 6f74df7 has been approved by Manishearth

@bors

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

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

@Manishearth
Manishearthforce-pushed the rollup branch 2 times, most recently from f98c217 to 80bff1eCompareApril 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.
Closesrust-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. Fixesrust-lang#32433.
@Manishearth

Copy link
Copy Markdown
MemberAuthor

@bors-servo r+ force

@bors

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 651ae26 has been approved by Manishearth

@bors

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

⌛ 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

bors commented Apr 27, 2016

Copy link
Copy Markdown
Collaborator

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

@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@Manishearth@rust-highfive@bors@steveklabnik@Centril@GuillaumeGomez@bwinterton@bombless@oli-obk@TomasHubelbauer@eddyb