Skip to content

Rollup of 7 pull requests - #87201

Merged
bors merged 17 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-4loi2q9
Jul 16, 2021
Merged

Rollup of 7 pull requests#87201
bors merged 17 commits into
rust-lang:masterfrom
GuillaumeGomez:rollup-4loi2q9

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

oli-obkand others added 17 commits July 13, 2021 15:05
Fixesrust-lang#87172
Based on rust-lang#87167 (which should be merged first)
Preview it at https://notriddle.com/notriddle-rustdoc-test/std/index.html
Co-authored-by: Guillaume Gomez <guillaume.gomez@huawei.com>
The previous algorithm was correct for the example given in its
documentation, but when the TAIT was declared as a free item
instead of an associated item, the generic parameters were the
wrong ones.
Loop over all opaque types instead of looking at just the first one with the same DefId
This exposed a bug in VecMap and is needed for rust-lang#86410 anyway
r? ``@spastorino``
cc ``@nikomatsakis``
…or-local-module, r=estebank
Suggest full enum variant for local modules
…nytm
Stabilize `[T; N]::map()`
This stabilizes the `[T; N]::map()` function, gated by the `array_map` feature. The FCP has [already completed.](rust-lang#75243 (comment))
Closesrust-lang#75243.
…d-mobile, r=GuillaumeGomez
feat(rustdoc): open sidebar menu when links inside it are focused
Fixesrust-lang#87172
Based on rust-lang#87167 (which should be merged first)
r? ``@GuillaumeGomez``
Preview it at https://notriddle.com/notriddle-rustdoc-test/std/index.html
…rait-impl, r=notriddle
Add GUI test for auto-hide-trait-implementations setting
Fixesrust-lang#85592.
r? ``@notriddle``
…=nikomatsakis
TAIT: Infer all inference variables in opaque type substitutions via InferCx
The previous algorithm was correct for the example given in its
documentation, but when the TAIT was declared as a free item
instead of an associated item, the generic parameters were the
wrong ones.
cc `@spastorino`
r? `@nikomatsakis`
@rustbotrustbot added the rollup A PR which is a rollup label Jul 16, 2021
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors: r+ p=7 rollup=never

@bors

bors commented Jul 16, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 7d36d69 has been approved by GuillaumeGomez

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jul 16, 2021
@bors

bors commented Jul 16, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7d36d69 with merge 74ef0c3...

@bors

bors commented Jul 16, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: GuillaumeGomez
Pushing 74ef0c3 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 16, 2021
@bors
bors merged commit 74ef0c3 into rust-lang:masterJul 16, 2021
@rustbotrustbot added this to the 1.55.0 milestone Jul 16, 2021
@borsbors mentioned this pull request Jul 16, 2021
@GuillaumeGomez
GuillaumeGomez deleted the rollup-4loi2q9 branch July 17, 2021 09:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.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.

8 participants

@GuillaumeGomez@bors@rustbot@oli-obk@In-line@inquisitivecrystal@fee1-dead@notriddle