Skip to content

Rollup of 6 pull requests - #126745

Merged
bors merged 19 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-xagplef
Jun 20, 2024
Merged

Rollup of 6 pull requests#126745
bors merged 19 commits into
rust-lang:masterfrom
matthiaskrgr:rollup-xagplef

Conversation

@matthiaskrgr

Copy link
Copy Markdown
Member

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Oneiricaland others added 19 commits June 18, 2024 12:54
the `tail-expr-lock-poisoning` UI test uses the `panic::catch_unwind`
API so it relies on unwinding being implemented. this test ought not to
run on targets that do not support unwinding. add the `needs-unwind`
attribute to signal this
…youxu
Migrate `link-args-order`, `ls-metadata` and `lto-readonly-lib` `run-make` tests to `rmake`
Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
Guaranteed to fail CI until rust-lang#125736 gets merged. Will require addition of `fs_wrapper::set_permissions` in the associated module.
try-job: x86_64-msvc
…mpressed-debuginfo, r=jieyouxu
Migrate `run-make/compressed-debuginfo` to `rmake.rs`
Part of rust-lang#121876.
r? ````@jieyouxu````
Rewrite `extern-flag-rename-transitive`. `debugger-visualizer-dep-info`, `metadata-flag-frobs-symbols`, `extern-overrides-distribution` and `forced-unwind-terminate-pof` `run-make` tests to rmake
Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
try-job: dist-x86_64-apple
collect attrs in const block expr
Fixesrust-lang#126516Fixesrust-lang#126647
It was forgotten to collect these attributes in the const block expression.
r? `@petrochenkov`
…s, r=compiler-errors
Remove `feature(const_closures)` from libcore
This is an incomplete feature and apparently it has no uses in `core`. Incomplete features should generally not be used in our standard library.
… r=lcnr
add `needs-unwind` to UI test
the `tail-expr-lock-poisoning` UI test uses the `panic::catch_unwind` API so it relies on unwinding being implemented. this test ought not to run on targets that do not support unwinding. add the `needs-unwind` attribute to signal this
@rustbotrustbot added A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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. rollup A PR which is a rollup labels Jun 20, 2024
@matthiaskrgr

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=6

@bors

bors commented Jun 20, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 7b5ed5a has been approved by matthiaskrgr

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 20, 2024
@bors

bors commented Jun 20, 2024

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7b5ed5a with merge 4333551...

@bors

bors commented Jun 20, 2024

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jun 20, 2024
@bors
bors merged commit 4333551 into rust-lang:masterJun 20, 2024
@rustbotrustbot added this to the 1.81.0 milestone Jun 20, 2024
@rust-timer

Copy link
Copy Markdown
Collaborator

📌 Perf builds for each rolled up PR:

PR#MessagePerf Build Sha
#126095Migrate link-args-order, ls-metadata and `lto-readonly-…ef8317c0b498a6aebd96db705a96ae9017064dd8 (link)
#126629Migrate run-make/compressed-debuginfo to rmake.rs401f8cd3218cd8124a255b5184ce763cc1ce1afc (link)
#126644Rewrite extern-flag-rename-transitive. `debugger-visualiz…f0e255849744d659772cdeb810bc28e1869145a3 (link)
#126735collect attrs in const block expr435a80b0e64791465b6351cda6c621360dffcc98 (link)
#126737Remove feature(const_closures) from libcore29dc8363e7327324fa05de9e52df5023b3c384a1 (link)
#126740add needs-unwind to UI testfe406213afc66501a7d2601cc01ef7f8a1e85f3b (link)

previous master: cb8a7ea0ed

In the case of a perf regression, run the following command for each PR you suspect might be the cause: @rust-timer build $SHA

@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (4333551): comparison URL.

Overall result: ✅ improvements - no action needed

@rustbot label: -perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

meanrangecount
Regressions ❌
(primary)
--0
Regressions ❌
(secondary)
--0
Improvements ✅
(primary)
--0
Improvements ✅
(secondary)
-1.1%[-1.1%, -1.1%]1
All ❌✅ (primary)--0

Max RSS (memory usage)

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

Cycles

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

Binary size

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

Bootstrap: 691.131s -> 691.081s (-0.01%)
Artifact size: 323.75 MiB -> 323.71 MiB (-0.01%)

@matthiaskrgr
matthiaskrgr deleted the rollup-xagplef branch September 1, 2024 17:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-run-makeArea: port run-make Makefiles to rmake.rsA-testsuiteArea: The testsuite used to check the correctness of rustcmerged-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-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@matthiaskrgr@bors@rust-timer@rustbot@Oneirical@GuillaumeGomez@bvanjoi@fee1-dead@japaric