-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 16 pull requests #25025
Conversation
- 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 has picked a reviewer for you, use r? to override) |
@bors-servo: r+ p=20 |
📌 Commit 3334bd0 has been approved by |
@Manishearth: wrong bors :P though I guess it doesn't care what name. |
Yeah :) |
⌛ Testing commit 3334bd0 with merge fe09710... |
💔 Test failed - auto-mac-64-opt |
@bors: r+ force |
📌 Commit ac12fc8 has been approved by |
⌛ Testing commit ac12fc8 with merge 5cdfbca... |
💔 Test failed - auto-mac-64-opt |
📌 Commit ac6091d has been approved by |
⌛ Testing commit ac6091d with merge dceb125... |
@bors: r+ force |
📌 Commit ac6091d has been approved by |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit ac6091d with merge 57cb132... |
💔 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! 🍂 🌊
…r=steveklabnik Fix incorrect link tag formatting in `doc/trpl/nightly-rust.md`. Notice the last word of the paragraph. Before: ![before](https://cloud.githubusercontent.com/assets/8631/7413645/10754b7e-ef80-11e4-9bb1-15e87ce9308f.png) After: ![after](https://cloud.githubusercontent.com/assets/8631/7413647/13b96202-ef80-11e4-990b-6ecf72925e7d.png)
- 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'
@bors: r+ force |
📌 Commit 616b94b has been approved by |
priv
#24981, fix incorrect link tag in doc/trpl/nightly-rust.md #24982, Fixed iOS build #24983, Add test for #15919 #24987, remove denied unused import: pid_t in raw #24988, Fix two issues with TRPL: unsized types #24991, Describe (a,) vs (a) in docs #24992, Fix code sample, remove unstable code #24994, Fix broken links in the book. #24998, Clarify intention wrt integers #25002, Mark the {min,max}_value functions on integers #[inline]. #25010, Remove unnecessary 'mut' qualifier on doc-comment var #25014, doc: current_dir returns a PathBuf, not a Path #25020, Replaces instanced of 'an UTF' with 'a UTF' #25021