Skip to content

Rollup of 11 pull requests - #98632

Merged
bors merged 25 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-peg868d
Jun 28, 2022
Merged

Rollup of 11 pull requests#98632
bors merged 25 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-peg868d

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

TaKO8Kiand others added 25 commits June 27, 2022 10:07
These used to be used by codegen-units tests, but were switched from manually specifying directories
to just using `// incremental` in rust-lang#89101.
Remove the old references.
This adapts llvm-wrapper for
llvm/llvm-project@dacfa24,
which removed ASanGlobalsMetadataAnalysis.
…doc-json, r=GuillaumeGomez
rustdoc-json: Allow Typedef to be different in sanity assert
Closesrust-lang#98547
This fix is a natural extension of rust-lang#98053.
r? `@notriddle`
(Since you reviewed the other PR.)
CC `@GuillaumeGomez`
`@rustbot` labels +A-rustdoc-json +T-rustdoc
…acrum
Remove references to `./tmp` in-tree
These used to be used by codegen-units tests, but were switched from manually specifying directories
to just using `// incremental` in rust-lang#89101.
Remove the old references.
Fixesrust-lang#34586.
…tant-generics, r=lcnr
Fix ICE for associated constant generics
Fixesrust-lang#98432
…e, r=notriddle
Fix glob import ICE in rustdoc JSON format
Fixesrust-lang#98003.
r? `@notriddle`
…mulacrum
Remove feature `const_option` from std
This is part of the effort to reduce the number of unstable features used by std. This one is easy as it's only used in one place.
llvm-wrapper: adapt for removal of the ASanGlobalsMetadataAnalysis LLVM API
No functional changes intended.
This adapts llvm-wrapper for llvm/llvm-project@dacfa24, which removed `ASanGlobalsMetadataAnalysis`.
Found via our experimental rust + HEAD llvm bot: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/11565#0181a72f-75bb-4378-88f0-4c0bca7d03fa/231-505.
@rustbotrustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Jun 28, 2022
@rustbot

Copy link
Copy Markdown
Collaborator

Hey! It looks like you've submitted a new PR for the library teams!

If this PR contains changes to any rust-lang/rust public library APIs then
please comment with @rustbot label +T-libs-api -T-libs to tag it
appropriately. If this PR contains changes to any unstable APIs please edit
the PR description to add a link to the relevant API Change
Proposal

or create one
if you haven't already. If you're unsure where your change falls no worries,
just leave it as is and the reviewer will take a look and make a decision to
forward on if necessary.

Examples of T-libs-api changes:

  • Stabilizing library features
  • Introducing insta-stable changes such as new implementations of existing
    stable traits on existing stable types
  • Introducing new or changing existing unstable library APIs (excluding
    permanently unstable features / features without a tracking issue)
  • Changing public documentation in ways that create new stability guarantees
  • Changing observable runtime behavior of library APIs

Some changes occurred in src/librustdoc/clean/types.rs

cc @camelid

@rustbotrustbot added the rollup A PR which is a rollup label Jun 28, 2022
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=11

@bors

bors commented Jun 28, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 164c98e has been approved by matthiaskrgr

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jun 28, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Jun 28, 2022
@bors

bors commented Jun 28, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 164c98e with merge 8308806...

@bors

bors commented Jun 28, 2022

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: matthiaskrgr
Pushing 8308806 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jun 28, 2022
@bors
bors merged commit 8308806 into rust-lang:masterJun 28, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jun 28, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (8308806): comparison url.

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results
  • Primary benchmarks: no relevant changes found
  • Secondary benchmarks: mixed results
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
2.6%3.4%3
Improvements 🎉
(primary)
N/AN/A0
Improvements 🎉
(secondary)
-3.5%-3.6%2
All 😿🎉 (primary)N/AN/A0

Cycles

Results
  • Primary benchmarks: 😿 relevant regressions found
  • Secondary benchmarks: 🎉 relevant improvement found
mean1maxcount2
Regressions 😿
(primary)
2.3%2.7%3
Regressions 😿
(secondary)
N/AN/A0
Improvements 🎉
(primary)
N/AN/A0
Improvements 🎉
(secondary)
-2.7%-2.7%1
All 😿🎉 (primary)2.3%2.7%3

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Footnotes

  1. the arithmetic mean of the percent change2

  2. number of relevant changes2

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.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

13 participants

@matthiaskrgr@rustbot@bors@rust-timer@TaKO8Ki@jyn514@lnicola@Enselic@GuillaumeGomez@ChrisDenton@Mark-Simulacrum@krasimirgg@pro465