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 16 pull requests #25025

Merged
merged 28 commits into from
May 1, 2015
Merged

Rollup of 16 pull requests #25025

merged 28 commits into from
May 1, 2015

Conversation

carols10cents and others added 15 commits April 29, 2015 22:43
- unbreak the build under openbsd
- while here, apply same modification to dragonfly, freebsd, ios (pid_t
  imported, but not used in raw.rs)
First, a link was broken.

Second, the wording was a bit unclear, so I fixed it up.

Fixes rust-lang#24852
These compile down to `mov $CONSTANT, register; ret`, but the lack of
`#[inline]` meant they have a full `call ...` when used from external
crates.
The variable doesn't need to be mutable.
Even spelled out, one would say 'a Universal Character Set'
@rust-highfive
Copy link
Collaborator

r? @alexcrichton

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

@Manishearth
Copy link
Member Author

@bors-servo: r+ p=20

@bors
Copy link
Contributor

bors commented May 1, 2015

📌 Commit 3334bd0 has been approved by Manishearth

@luqmana
Copy link
Member

luqmana commented May 1, 2015

@Manishearth: wrong bors :P though I guess it doesn't care what name.

@Manishearth
Copy link
Member Author

Yeah :)

@bors
Copy link
Contributor

bors commented May 1, 2015

⌛ Testing commit 3334bd0 with merge fe09710...

@bors
Copy link
Contributor

bors commented May 1, 2015

💔 Test failed - auto-mac-64-opt

@Manishearth
Copy link
Member Author

@bors: r+ force

@bors
Copy link
Contributor

bors commented May 1, 2015

📌 Commit ac12fc8 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented May 1, 2015

⌛ Testing commit ac12fc8 with merge 5cdfbca...

@bors
Copy link
Contributor

bors commented May 1, 2015

💔 Test failed - auto-mac-64-opt

@bors
Copy link
Contributor

bors commented May 1, 2015

📌 Commit ac6091d has been approved by Manishearth

@bors
Copy link
Contributor

bors commented May 1, 2015

⌛ Testing commit ac6091d with merge dceb125...

@Manishearth
Copy link
Member Author

@bors: r+ force

@bors
Copy link
Contributor

bors commented May 1, 2015

📌 Commit ac6091d has been approved by Manishearth

@bors
Copy link
Contributor

bors commented May 1, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Contributor

bors commented May 1, 2015

⌛ Testing commit ac6091d with merge 57cb132...

@bors
Copy link
Contributor

bors commented May 1, 2015

💔 Test failed - auto-linux-32-opt

…lexcrichton

Hi! While researching stuff for the reference and the grammar, I came across a few mentions of using the `priv` keyword that was removed in 0.11.0 (rust-lang#13547, rust-lang#8122, rust-lang/rfcs#26, [RFC 0026](https://github.com/rust-lang/rfcs/blob/master/text/0026-remove-priv.md)).

One occurrence is a mention in the reference, a few are in comments, and a few are marking test functions. I left the test that makes sure you can't name an ident `priv` since it's still a reserved keyword. I did a little grepping around for `priv `, priv in backticks, `Private` etc and I think the remaining instances are fine, but if anyone knows anywhere in particular I should check for any other lingering mentions of `priv`, please let me know and I would be happy to! 🍂 🌊
- unbreak the build under openbsd
- while here, apply same modification to dragonfly, freebsd, ios (pid_t
  imported, but not used in raw.rs)

r? @alexcrichton
cc @wg @mneumann @vhbit
First, a link was broken.

Second, the wording was a bit unclear, so I fixed it up.

Fixes rust-lang#24852
…ichton

These compile down to `mov $CONSTANT, register; ret`, but the lack of
`#[inline]` meant they have a full `call ...` when used from external
crates.
The variable doesn't need to be mutable.
Even spelled out, one would say 'a Universal Character Set'
@Manishearth
Copy link
Member Author

@bors: r+ force

@bors
Copy link
Contributor

bors commented May 1, 2015

📌 Commit 616b94b has been approved by Manishearth

bors added a commit that referenced this pull request May 1, 2015
@bors
Copy link
Contributor

bors commented May 1, 2015

⌛ Testing commit 616b94b with merge 1320c29...

@bors bors merged commit 616b94b into rust-lang:master May 1, 2015
@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.