Skip to content

Rollup of 10 pull requests - #48017

Merged
bors merged 25 commits into
rust-lang:masterfrom
kennytm:rollup
Feb 6, 2018
Merged

Rollup of 10 pull requests#48017
bors merged 25 commits into
rust-lang:masterfrom
kennytm:rollup

Conversation

QuietMisdreavusand others added 25 commits January 16, 2018 13:31
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.
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. Fixesrust-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
Closesrust-lang#42344.
…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
fixesrust-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
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @estebank

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

@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=2

@bors

bors commented Feb 5, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 0553dc8 has been approved by kennytm

@kennytmkennytm 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
@bors

bors commented Feb 5, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0553dc8 with merge 759ae2d61ccb535e05fa38c12585a21aa14994b5...

@bors

bors commented Feb 5, 2018

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@borsbors 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
@kennytm

Copy link
Copy Markdown
MemberAuthor

@bors retry #46903

@borsbors 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
@bors

bors commented Feb 6, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0553dc8 with merge b224fc8...

bors added a commit that referenced this pull request Feb 6, 2018
Rollup of 10 pull requests
- Successful merges: #46030, #47496, #47543, #47704, #47753, #47807, #47948, #47959, #48003, #48007
- Failed merges:
@bors

bors commented Feb 6, 2018

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: kennytm
Pushing b224fc8 to master...

@bors
bors merged commit 0553dc8 into rust-lang:masterFeb 6, 2018
@borsbors mentioned this pull request Feb 6, 2018
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

13 participants

@kennytm@rust-highfive@bors@Centril@estebank@QuietMisdreavus@tbu-@Manishearth@topecongiro@mbrubeck@steveklabnik@emilyalbini@Zoxc