Skip to content

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
Contributor

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
Collaborator

bors commented May 1, 2015

📌 Commit 3334bd0 has been approved by Manishearth

@luqmana
Copy link
Contributor

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
Collaborator

bors commented May 1, 2015

⌛ Testing commit 3334bd0 with merge fe09710...

@bors
Copy link
Collaborator

bors commented May 1, 2015

💔 Test failed - auto-mac-64-opt

@Manishearth
Copy link
Member Author

@bors: r+ force

@bors
Copy link
Collaborator

bors commented May 1, 2015

📌 Commit ac12fc8 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented May 1, 2015

⌛ Testing commit ac12fc8 with merge 5cdfbca...

@bors
Copy link
Collaborator

bors commented May 1, 2015

💔 Test failed - auto-mac-64-opt

@bors
Copy link
Collaborator

bors commented May 1, 2015

📌 Commit ac6091d has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented May 1, 2015

⌛ Testing commit ac6091d with merge dceb125...

@Manishearth
Copy link
Member Author

@bors: r+ force

@bors
Copy link
Collaborator

bors commented May 1, 2015

📌 Commit ac6091d has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented May 1, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented May 1, 2015

⌛ Testing commit ac6091d with merge 57cb132...

@bors
Copy link
Collaborator

bors commented May 1, 2015

💔 Test failed - auto-linux-32-opt

Manishearth added 13 commits May 1, 2015 20:20
…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
Collaborator

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
Collaborator

bors commented May 1, 2015

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

@bors
Copy link
Collaborator

bors commented May 1, 2015

@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.