Skip to content

Rollup of 5 pull requests - #99849

Merged
bors merged 13 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-1yfpplw
Jul 28, 2022
Merged

Rollup of 5 pull requests#99849
bors merged 13 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-1yfpplw

Conversation

@Dylan-DPC

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

ouz-aand others added 13 commits July 25, 2022 15:45
Allow using stable os::fd::raw items through unstable os::wasi module
This fixes a regression from stable to nightly.
Closesrust-lang#99502.
…small-width, r=notriddle
Fix settings slider on small width screens
Fixesrust-lang#99794.
Screenshot of the fix:
![Screenshot from 2022-07-27 14-17-08](https://user-images.githubusercontent.com/3050060/181250007-55f982d1-89db-45b7-a4f1-0d1729e6a3e3.png)
cc `````@jsha`````
r? `````@notriddle`````
…ersions, r=fee1-dead
Avoid `Symbol` to `String` conversions
follow-up to rust-lang#99508
…ror, r=davidtwco
Refactor `UnresolvedImportError`
This patch changes the type of `note` field in `UnresolvedImportError` to `Option<String>`.
@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. rollup A PR which is a rollup labels Jul 28, 2022
@Dylan-DPC

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Jul 28, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 71b0e95 has been approved by Dylan-DPC

It is now in the queue for this repository.

@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 28, 2022
@bors

bors commented Jul 28, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 71b0e95 with merge e568261...

@bors

bors commented Jul 28, 2022

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: Dylan-DPC
Pushing e568261 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 28, 2022
@bors
bors merged commit e568261 into rust-lang:masterJul 28, 2022
@rustbotrustbot added this to the 1.64.0 milestone Jul 28, 2022
@borsbors mentioned this pull request Jul 28, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (e568261): comparison url.

Instruction count

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

Max RSS (memory usage)

Results
  • Primary benchmarks: 😿 relevant regression found
  • Secondary benchmarks: mixed results
mean1maxcount2
Regressions 😿
(primary)
2.8%2.8%1
Regressions 😿
(secondary)
3.9%4.9%2
Improvements 🎉
(primary)
N/AN/A0
Improvements 🎉
(secondary)
-2.2%-2.2%1
All 😿🎉 (primary)2.8%2.8%1

Cycles

Results
  • Primary benchmarks: 🎉 relevant improvement found
  • Secondary benchmarks: no relevant changes found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
N/AN/A0
Improvements 🎉
(primary)
-2.0%-2.0%1
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-2.0%-2.0%1

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.

8 participants

@Dylan-DPC@bors@rust-timer@rustbot@ouz-a@GuillaumeGomez@bstrie@TaKO8Ki