-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 6 pull requests #104646
Rollup of 6 pull requests #104646
Conversation
…ation remains in-place
…stack_size, r=the8472 fix std::thread docs are unclear regarding stack sizes Improves the documentation about the default stack size of a spawned thread Fixes rust-lang#102671
Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned Fixes rust-lang#104530. See that issue for info. r? `@ChrisDenton`
interpret: use Either over Result when it is not representing an error condition r? `@oli-obk`
clarify that realloc refreshes pointer provenance even when the allocation remains in-place This [matches what C does](https://en.cppreference.com/w/c/memory/realloc): > The original pointer ptr is invalidated and any access to it is undefined behavior (even if reallocation was in-place). Cc `@rust-lang/wg-allocators`
…s-button, r=GuillaumeGomez rustdoc: use real buttons for scrape examples controls This makes the expand and switch controls keyboard-accessible. Preview: https://notriddle.com/notriddle-rustdoc-demos/scrape-examples-button/test_dingus/fn.test.html
…notriddle Migrate kdb style to CSS variables r? `@notriddle`
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 911cbf8e46 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (a28f3c8): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
The regressions are recent However, it'd be nice to showcase the PR bringing the wins in the weekly report, likely #104564: |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (793d7ee883b660b852a4d0588fb1a323246a51b1): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
(it would be cool if the post-merge perfbot messages wouldn't change the labels while we're investigating PRs within a rollup) Note for weekly triage: the regressions here were noise, and the cool CTFE wins are coming from @RalfJung's #104564. And since it improved |
Uh, why would using |
Maybe swapping the order of types in |
My theory was that it simplified the previous |
No, |
Successful merges:
FILE_ID_BOTH_DIR_INFO
will be aligned #104558 (Don't assumeFILE_ID_BOTH_DIR_INFO
will be aligned)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup