Skip to content

Rollup of 11 pull requests #82911

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

Merged
merged 28 commits into from
Mar 9, 2021
Merged

Rollup of 11 pull requests #82911

merged 28 commits into from
Mar 9, 2021

Conversation

m-ou-se
Copy link
Member

@m-ou-se m-ou-se commented Mar 8, 2021

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

amaurremi and others added 28 commits March 5, 2021 20:08
This is required to correctly build the documentation (including all
submodules, that are only available in certain targets).
Mostly, it's just to reassure everyone that these functions don't allocate.

Part of rust-lang#51430

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
This also adds a little leeway to the test limit.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…imulacrum

Add documentation for string->Cow conversions

Mostly, it's just to reassure everyone that these functions don't allocate.

Part of rust-lang#51430

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…e-version, r=jyn514

Update minifier dependency version

Very small PR simply upgrading the minifier-rs version we use in rustdoc.

Some details might be useful: there were a few bug fixes and a lot of cleanup/code improvements.

r? `@camelid`

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…Simulacrum

Move rustdoc UI tests into a subdirectory

Helps with rust-lang#73494.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…o, r=ehuss

Typo fix in Unstable book: `cargo cov` -> `cargo profdata`

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle negative literals in cast overflow warning

Closes rust-lang#48535
r? `@estebank`

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Account for `if (let pat = expr) {}`

Fix rust-lang#82827.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add note about the `#[doc(no-inline)]` usage

This is required to correctly build the documentation (including all submodules, that are only available in certain targets).

See the linked issue and rust-lang#82861 for reference.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add codegen tests for some issues closed by LLVM 12

Namely rust-lang#73031, rust-lang#75546, and rust-lang#77812

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
diagnostics: Be clear about "crate root" and `::foo` paths in resolve diagnostics

Various changes to make sure the diagnostics are clear about the differences in `::foo` paths across editions:

 - `::foo` will say "crate root" in 2015 and "list of imported crates" in 2018
 - `crate::` will never reference imported crates in 2018

Fixes rust-lang#82876

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Grammar Fixes

Found typo's in the array rustdoc. Pr'ed a fix!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[.mailmap] Add entry for Ramkumar Ramachandra
@rustbot rustbot added the rollup A PR which is a rollup label Mar 8, 2021
@m-ou-se
Copy link
Member Author

m-ou-se commented Mar 8, 2021

@bors r+ p=11 rollup=never

@bors
Copy link
Collaborator

bors commented Mar 8, 2021

📌 Commit 54add8d has been approved by m-ou-se

@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 Mar 8, 2021
@bors
Copy link
Collaborator

bors commented Mar 9, 2021

⌛ Testing commit 54add8d with merge bb3afe1...

@bors
Copy link
Collaborator

bors commented Mar 9, 2021

☀️ Test successful - checks-actions
Approved by: m-ou-se
Pushing bb3afe1 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 9, 2021
@bors bors merged commit bb3afe1 into rust-lang:master Mar 9, 2021
@rustbot rustbot added this to the 1.52.0 milestone Mar 9, 2021
@m-ou-se m-ou-se deleted the rollup-rjomgja branch March 9, 2021 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet