-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Rollup of 2 pull requests #150199
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 2 pull requests #150199
Conversation
…ix, r=Kivooeo Dogfood `strip_circumfix` cc rust-lang#147946 Truth be told, I expected to find more places where this can be used in the compiler. Seems cargo, clippy and rustfmt can use this much more frequently, but I'll have to wait (I think?) for the next two-way sync to be able to dogfood it in those repos.
…thanBrouwer Port `#[thread_local]` to attribute parser Simple port, only thing that might be an issue is the `help: #[thread_local] can be applied to foreign statics and statics` it probably would be that if an attribute is applicable to both statics and foreign statics that we don't alphabetically sort them next to each other, because now it kinda reads like `#[thread_local]` is something that you primarily use on foreign statics r? `@JonathanBrouwer`
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: b53da99081 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing b53da99 (parent) -> 24139cf (this PR) Test differencesShow 416 test diffsStage 0
Stage 1
(and 314 additional test diffs) Additionally, 2 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 24139cf844095e574708faf406034dc78cb39143 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (24139cf): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -2.4%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 479.876s -> 480.029s (0.03%) |
Successful merges:
strip_circumfix#150188 (Dogfoodstrip_circumfix)#[thread_local]to attribute parser #150198 (Port#[thread_local]to attribute parser)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup