Skip to content

Rollup of 14 pull requests #76090

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 43 commits into from
Aug 30, 2020
Merged

Rollup of 14 pull requests #76090

merged 43 commits into from
Aug 30, 2020

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost

pickfire and 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.

Fixes rust-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#27130

rust-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 fixes rust-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`]
…henkov

Move retokenize hack to save_analysis

closes rust-lang#76046
@Dylan-DPC-zz
Copy link
Author

@bors r+ p=10 rollup=never

@bors
Copy link
Collaborator

bors commented Aug 29, 2020

📌 Commit 9d7d24d has been approved by Dylan-DPC

@bors bors 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
Copy link
Collaborator

bors commented Aug 30, 2020

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

@bors
Copy link
Collaborator

bors commented Aug 30, 2020

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 30, 2020
@bors bors merged commit 62850d8 into rust-lang:master Aug 30, 2020
@Dylan-DPC-zz Dylan-DPC-zz deleted the rollup-eksndcr branch August 30, 2020 11:57
@cuviper cuviper added this to the 1.48.0 milestone Nov 17, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: 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.