Skip to content

Rollup of 5 pull requests - #97887

Merged
bors merged 110 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-ym5k7kb
Jun 8, 2022
Merged

Rollup of 5 pull requests#97887
bors merged 110 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-ym5k7kb

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

bjorn3and others added 30 commits March 26, 2022 18:03
This was a workaround for compiling proc macros resulting in an abi
incompatibility. By passing --target proc macros will be built by the
llvm backend. This is no longer necessary as the abi incompatibility has
since been fixed.
This PR attempts to clean up some minor spelling mistakes in comments
Address some spelling mistakes in strings, private function names, and function params.
Spellchecking some comments
This PR attempts to clean up some minor spelling mistakes in comments
Generate all listed architectures from llvmint
Fix error related to var tracking assignments
…lly initialized scalars can special case them.
Updates their unsigned code paths to use the `Builder::gcc_` methods
that automatically lower non-native integer operations to native ones.
Also updates the signed code path of `saturating_add` to support non-
native integer types. That of `saturating_sub` already supports this,
so no major changes have been made.
jyn514and others added 13 commits June 7, 2022 09:24
It was confusing to have two functions with the same name but different behavior.
This simplifies the arguments to `download_component` in config.rs.
It also moves stage0.json metadata handling to `Build::new`, making it easier to download the stage0
compiler in rustbuild later if necessary.
…ulacrum
Move rustfmt downloads from bootstrap.py to rustbuild
- Allow verifying CI downloads using src/stage0.json
- Change download functions not to hard-code `ci-artifacts.rust-lang.org`
- Change `format::format` to take a `Builder` so it has access to `download_component`. I think we may want to reconsider the distinction between Build and Builder at some point; I don't think it's particularly useful.
- Move rustfmt downloads out of bootstrap.py
Fixesrust-lang#95136. Helps with rust-lang#94829. This is based on rust-lang#96687 for simplicity.
…4, r=notriddle
Add regression test for anonymous lifetimes
Fixesrust-lang#84634.
Seems like this issue was already solved. I added a regression test just in case so we can close it with peace in mind.
r? `@notriddle`
remove unneeded code
The init function isn't longer part of `Condvar`. Consequently, we removed the implementation for the target os `hermit`.
@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 Jun 8, 2022
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented Jun 8, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit c374529 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 8, 2022
@bors

bors commented Jun 8, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c374529 with merge 263d868...

@bors

bors commented Jun 8, 2022

Copy link
Copy Markdown
Collaborator

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

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

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (263d868): comparison url.

Instruction count

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

Max RSS (memory usage)

Results
  • Primary benchmarks: 🎉 relevant improvement found
  • Secondary benchmarks: 😿 relevant regressions found
mean1maxcount2
Regressions 😿
(primary)
N/AN/A0
Regressions 😿
(secondary)
2.1%2.1%3
Improvements 🎉
(primary)
-0.6%-0.6%1
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-0.6%-0.6%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)
-3.2%-3.2%1
Improvements 🎉
(secondary)
N/AN/A0
All 😿🎉 (primary)-3.2%-3.2%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

@matthiaskrgr
matthiaskrgr deleted the rollup-ym5k7kb branch July 30, 2022 10:33
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.

20 participants

@matthiaskrgr@bors@rust-timer@rustbot@bjorn3@antoyo@nyurik@Dylan-DPC@GuillaumeGomez@yvt@drmorr0@Urgau@oli-obk@lqd@MikaelUrankar@Amanieu@chorman0773@tmiasko@Mark-Simulacrum@jyn514