-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 10 pull requests #48017
Merged
Merged
Rollup of 10 pull requests #48017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
kennytm
commented
Feb 5, 2018
- Successful merges: Make inline assembly volatile if it has no outputs. Fixes #46026 #46030, add documentation from doc(include) to analysis data #47496, Disallow mutable borrow to non-mut statics #47543, Add a regression test for #44415 #47704, Update book #47753, Make wording around 0-cost casts more precise #47807, Stabilize use_nested_groups #47948, Fix rustdoc ICE on macros defined within functions #47959, Fix info about generic impls in AsMut docs #48003, save-analysis: avoid implicit unwrap #48007
- Failed merges:
This path was considered to be unreachable. However, `&mut` could potentially live inside `static`. For example, `static TAB: [&mut [u8]; 0] = [];`.
This text was copy-pasted from the `AsRef` docs to `AsMut`, but needed some additional adjustments for correctness.
Includes rust-lang/book#1088 and rust-lang/book@62210e3
and improve printing of errors
When looking up a field defintion, since the name might be incorrect in the field init shorthand case. cc rust-lang/rls#699
Make inline assembly volatile if it has no outputs. Fixes rust-lang#46026
…estebank add documentation from doc(include) to analysis data cc rust-lang#44732 Currently save-analysis only loads docs from plain doc comments and doc attributes. Since `#[doc(include="filename.md")]` doesn't create a plain doc attribute when it loads the file, we need to be sure to pick up this info for the analysis data.
…akis Disallow mutable borrow to non-mut statics Closes rust-lang#42344.
Add a regression test for rust-lang#44415 This PR adds a regression test for issue rust-lang#44415. Fixes rust-lang#44415.
…chton Update book This PR does two things: 1. update the book to include rust-lang/book#1088 2. update to mdbook 0.1 Both of these things are big changes, so I want to land them now, well before the next branch, so we can kick the tires. ------------------------------ Locally, I'm seeing some weirdness around the reference and this: ![image](https://user-images.githubusercontent.com/27786/35411917-8dcbb31a-01e8-11e8-8c30-0bd280d93b9d.png) Putting this PR up so others can try and build and see if it reproduces for them.
…eveklabnik Make wording around 0-cost casts more precise
…ilize, r=petrochenkov Stabilize use_nested_groups As requested in rust-lang#44494. Documentation PRs already sent.
…ulacrum Fix rustdoc ICE on macros defined within functions fixes rust-lang#47639
Fix info about generic impls in AsMut docs This text was copy-pasted from the `AsRef` docs to `AsMut`, but needed some additional adjustments for correctness.
save-analysis: avoid implicit unwrap When looking up a field defintion, since the name might be incorrect in the field init shorthand case. cc rust-lang/rls#699 r? @eddyb
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=2 |
📌 Commit 0553dc8 has been approved by |
kennytm
added
the
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
label
Feb 5, 2018
⌛ Testing commit 0553dc8 with merge 759ae2d61ccb535e05fa38c12585a21aa14994b5... |
💔 Test failed - status-appveyor |
bors
added
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
and removed
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
labels
Feb 5, 2018
bors
added
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Feb 6, 2018
☀️ Test successful - status-appveyor, status-travis |
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
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.