Skip to content

Rollup of 14 pull requests - #76090

Merged
bors merged 43 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-eksndcr
Aug 30, 2020
Merged

Rollup of 14 pull requests#76090
bors merged 43 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-eksndcr

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

pickfireand others added 30 commits August 24, 2020 20:02
Fixes a false positive for transparent newtype with a non-zero member.
Co-authored-by: Bastian Kauschke <bastian_kauschke@hotmail.de>
Co-authored-by: Oliver Middleton <olliemail27@gmail.com>
Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs…
…, primitive_docs.rs & poison.rs
Partial fix for rust-lang#75080
r? @jyn514
Switch to intra-doc links in `core::hash`
Part of rust-lang#75080.
@rustbot modify labels: A-intra-doc-links T-doc T-rustdoc
Shorten liballoc doc intra link while readable
r? @jyn514
Do you want to reviews these sort of pull requests in the future? I might send a few of them while reading vec code.
…declarations-transparent-nonzero, r=lcnr
Fix another clashing_extern_declarations false positive.
Fixesrust-lang#75739.
Fix another clashing_extern_declarations false positive, this time for transparent newtype with a non-zero member.
r? @lcnr
…_typo, r=petrochenkov
Fix typo in TLS Model in Unstable Book
Add test for issue rust-lang#27130rust-lang#27130 seems to be fixed by the llvm 11 update. The issue is marked with needs-test, so here it is. As some historical context, the generated code was fine until 1.38, and remained unoptimized from 1.38 up until the current nightly.
I've also added a pattern matching version that was fine on 1.45.2.
…, r=jyn514
Move to intra doc links for core::ptr::non_null
Helps with rust-lang#75080.
@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc
r? @jyn514
…lacrum
Allow --bess ing expect-tests in tools
I haven't tried this, but I think this should do the trick, as `RustdocCrate` is a special step in bootstrap, which uses `tool_caro`
r? @ghost
…acrum
Fix loading pretty-printers in rust-lldb script
Pretty-printers loading in `rust-lldb` script was broken in rust-lang#72357
This fixesrust-lang#76006
…t, r=jyn514
Clean up rustdoc front-end source code
r? @jyn514
…tomic, r=kennytm
Move to intra-doc links for library/core/src/sync/atomic.rs
Helps with rust-lang#75080.
@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc
Known issues:
* Link from core to std:
[`Arc`]
[`std::thread::yield_now`]
[`std::thread::sleep`]
[`std::sync::Mutex`]
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ p=10 rollup=never

@bors

bors commented Aug 29, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 9d7d24d has been approved by Dylan-DPC

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

bors commented Aug 30, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 9d7d24d with merge 62850d8...

@bors

bors commented Aug 30, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions, checks-azure
Approved by: Dylan-DPC
Pushing 62850d8 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Aug 30, 2020
@bors
bors merged commit 62850d8 into rust-lang:masterAug 30, 2020
@Dylan-DPC-zz
Dylan-DPC-zz deleted the rollup-eksndcr branch August 30, 2020 11:57
@cuvipercuviper added this to the 1.48.0 milestone Nov 17, 2023
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.S-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.

16 participants

@Dylan-DPC-zz@bors@cuviper@pickfire@jumbatm@ArekPiekarz@bugadani@poliorcetics@kofls@rylev@camelid@artemmukhin@GuillaumeGomez@denisvasilik@matklad@Dylan-DPC