Skip to content

Conversation

@JonathanBrouwer
Copy link
Contributor

@JonathanBrouwer JonathanBrouwer commented Dec 20, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

yotamofek and others added 4 commits December 20, 2025 13:56
…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`
@rustbot rustbot added A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Dec 20, 2025
@JonathanBrouwer
Copy link
Contributor Author

@bors r+ rollup=never p=5

@rustbot rustbot added the rollup A PR which is a rollup label Dec 20, 2025
@bors
Copy link
Collaborator

bors commented Dec 20, 2025

📌 Commit 73292d9 has been approved by JonathanBrouwer

It is now in the queue for this repository.

@bors bors 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 Dec 20, 2025
@bors
Copy link
Collaborator

bors commented Dec 20, 2025

⌛ Testing commit 73292d9 with merge 24139cf...

@bors
Copy link
Collaborator

bors commented Dec 20, 2025

☀️ Test successful - checks-actions
Approved by: JonathanBrouwer
Pushing 24139cf to main...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 20, 2025
@bors bors merged commit 24139cf into rust-lang:main Dec 20, 2025
12 checks passed
@rustbot rustbot added this to the 1.94.0 milestone Dec 20, 2025
@rust-timer
Copy link
Collaborator

📌 Perf builds for each rolled up PR:

PR# Message Perf Build Sha
#150188 Dogfood strip_circumfix 435a767297bd4117a448b5311d8930f9b70a44e3 (link)
#150198 Port #[thread_local] to attribute parser 5d3f8c5f105f55440aef96b877abe1ae1ac1c774 (link)

previous master: b53da99081

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

@github-actions
Copy link
Contributor

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 differences

Show 416 test diffs

Stage 0

  • errors::verify_passes_abi_ne_63: pass -> [missing] (J1)
  • errors::verify_passes_attr_application_struct_enum_union_77: [missing] -> pass (J1)
  • errors::verify_passes_attr_application_struct_union_77: pass -> [missing] (J1)
  • errors::verify_passes_attr_crate_level_95: [missing] -> pass (J1)
  • errors::verify_passes_both_ffi_const_and_pure_25: pass -> [missing] (J1)
  • errors::verify_passes_const_stable_not_stable_90: [missing] -> pass (J1)
  • errors::verify_passes_debug_visualizer_unreadable_36: pass -> [missing] (J1)
  • errors::verify_passes_deprecated_annotation_has_no_effect_45: [missing] -> pass (J1)
  • errors::verify_passes_doc_alias_not_an_alias_13: pass -> [missing] (J1)
  • errors::verify_passes_doc_inline_conflict_19: pass -> [missing] (J1)
  • errors::verify_passes_doc_inline_only_use_19: [missing] -> pass (J1)
  • errors::verify_passes_doc_keyword_attribute_empty_mod_13: [missing] -> pass (J1)
  • errors::verify_passes_doc_keyword_attribute_not_mod_14: [missing] -> pass (J1)
  • errors::verify_passes_doc_keyword_attribute_not_mod_15: pass -> [missing] (J1)
  • errors::verify_passes_doc_masked_not_extern_crate_self_22: pass -> [missing] (J1)
  • errors::verify_passes_doc_search_unbox_invalid_17: [missing] -> pass (J1)
  • errors::verify_passes_duplicate_eii_impls_114: pass -> [missing] (J1)
  • errors::verify_passes_duplicate_feature_err_89: pass -> [missing] (J1)
  • errors::verify_passes_feature_previously_declared_66: [missing] -> pass (J1)
  • errors::verify_passes_incorrect_target_69: [missing] -> pass (J1)
  • errors::verify_passes_ineffective_unstable_impl_95: pass -> [missing] (J1)
  • errors::verify_passes_inline_ignored_for_exported_73: pass -> [missing] (J1)
  • errors::verify_passes_layout_of_59: [missing] -> pass (J1)
  • errors::verify_passes_layout_of_60: pass -> [missing] (J1)
  • errors::verify_passes_link_26: [missing] -> pass (J1)
  • errors::verify_passes_macro_export_on_decl_macro_39: [missing] -> pass (J1)
  • errors::verify_passes_missing_const_err_90: pass -> [missing] (J1)
  • errors::verify_passes_missing_const_stab_attr_85: pass -> [missing] (J1)
  • errors::verify_passes_missing_stability_attr_83: [missing] -> pass (J1)
  • errors::verify_passes_missing_stability_attr_84: pass -> [missing] (J1)
  • errors::verify_passes_must_not_suspend_25: [missing] -> pass (J1)
  • errors::verify_passes_must_not_suspend_26: pass -> [missing] (J1)
  • errors::verify_passes_panic_unwind_without_std_49: pass -> [missing] (J1)
  • errors::verify_passes_repr_align_should_be_align_static_107: [missing] -> pass (J1)
  • errors::verify_passes_repr_conflicting_32: pass -> [missing] (J1)
  • errors::verify_passes_repr_conflicting_34: pass -> [missing] (J1)
  • errors::verify_passes_rustc_allow_const_fn_unstable_37: pass -> [missing] (J1)
  • errors::verify_passes_rustc_legacy_const_generics_index_28: [missing] -> pass (J1)
  • errors::verify_passes_rustc_legacy_const_generics_index_29: pass -> [missing] (J1)
  • errors::verify_passes_rustc_legacy_const_generics_only_27: [missing] -> pass (J1)
  • errors::verify_passes_rustc_pub_transparent_37: [missing] -> pass (J1)
  • errors::verify_passes_rustc_pub_transparent_38: pass -> [missing] (J1)
  • errors::verify_passes_sanitize_attribute_not_allowed_96: [missing] -> pass (J1)
  • errors::verify_passes_sanitize_attribute_not_allowed_97: pass -> [missing] (J1)
  • errors::verify_passes_should_be_applied_to_static_11: pass -> [missing] (J1)
  • errors::verify_passes_unexportable_adt_with_private_fields_105: [missing] -> pass (J1)
  • errors::verify_passes_unexportable_generic_fn_101: pass -> [missing] (J1)
  • errors::verify_passes_unexportable_type_in_interface_103: [missing] -> pass (J1)
  • errors::verify_passes_unexportable_type_in_interface_104: pass -> [missing] (J1)
  • errors::verify_passes_unknown_lang_item_53: [missing] -> pass (J1)
  • errors::verify_passes_unstable_attr_for_already_stable_feature_83: pass -> [missing] (J1)
  • errors::verify_passes_unused_duplicate_42: [missing] -> pass (J1)
  • errors::verify_passes_unused_multiple_44: pass -> [missing] (J1)
  • errors::verify_passes_useless_assignment_72: pass -> [missing] (J1)

Stage 1

  • errors::verify_passes_attr_application_enum_75: pass -> [missing] (J0)
  • errors::verify_passes_attr_application_struct_76: pass -> [missing] (J0)
  • errors::verify_passes_attr_application_struct_enum_union_77: [missing] -> pass (J0)
  • errors::verify_passes_attr_application_struct_union_76: [missing] -> pass (J0)
  • errors::verify_passes_cannot_stabilize_deprecated_81: [missing] -> pass (J0)
  • errors::verify_passes_collapse_debuginfo_44: [missing] -> pass (J0)
  • errors::verify_passes_const_stable_not_stable_91: pass -> [missing] (J0)
  • errors::verify_passes_custom_mir_phase_requires_dialect_108: [missing] -> pass (J0)
  • errors::verify_passes_doc_attr_not_crate_level_23: pass -> [missing] (J0)
  • errors::verify_passes_doc_fake_variadic_not_valid_16: pass -> [missing] (J0)
  • errors::verify_passes_doc_inline_conflict_18: [missing] -> pass (J0)
  • errors::verify_passes_doc_keyword_attribute_not_mod_14: [missing] -> pass (J0)
  • errors::verify_passes_duplicate_diagnostic_item_in_crate_54: [missing] -> pass (J0)
  • errors::verify_passes_duplicate_eii_impls_114: pass -> [missing] (J0)
  • errors::verify_passes_eii_fn_with_track_caller_112: pass -> [missing] (J0)
  • errors::verify_passes_eii_without_impl_112: [missing] -> pass (J0)
  • errors::verify_passes_eii_without_impl_113: pass -> [missing] (J0)
  • errors::verify_passes_extern_main_68: [missing] -> pass (J0)
  • errors::verify_passes_has_incoherent_inherent_impl_23: [missing] -> pass (J0)
  • errors::verify_passes_incorrect_crate_type_70: [missing] -> pass (J0)
  • errors::verify_passes_incorrect_target_69: [missing] -> pass (J0)
  • errors::verify_passes_incorrect_target_70: pass -> [missing] (J0)
  • errors::verify_passes_lang_item_fn_with_track_caller_50: [missing] -> pass (J0)
  • errors::verify_passes_lang_item_fn_with_track_caller_51: pass -> [missing] (J0)
  • errors::verify_passes_layout_size_57: [missing] -> pass (J0)
  • errors::verify_passes_layout_size_58: pass -> [missing] (J0)
  • errors::verify_passes_link_27: pass -> [missing] (J0)
  • errors::verify_passes_macro_export_on_decl_macro_40: pass -> [missing] (J0)
  • errors::verify_passes_must_not_suspend_26: pass -> [missing] (J0)
  • errors::verify_passes_repr_align_should_be_align_106: [missing] -> pass (J0)
  • errors::verify_passes_repr_align_should_be_align_107: pass -> [missing] (J0)
  • errors::verify_passes_rustc_allow_const_fn_unstable_36: [missing] -> pass (J0)
  • errors::verify_passes_rustc_dirty_clean_31: pass -> [missing] (J0)
  • errors::verify_passes_rustc_legacy_const_generics_only_27: [missing] -> pass (J0)
  • errors::verify_passes_rustc_pub_transparent_38: pass -> [missing] (J0)
  • errors::verify_passes_sanitize_attribute_not_allowed_96: [missing] -> pass (J0)
  • errors::verify_passes_unexportable_adt_with_private_fields_105: [missing] -> pass (J0)
  • errors::verify_passes_unexportable_fn_abi_102: pass -> [missing] (J0)
  • errors::verify_passes_unexportable_generic_fn_100: [missing] -> pass (J0)
  • errors::verify_passes_unexportable_priv_item_105: pass -> [missing] (J0)
  • errors::verify_passes_unexportable_type_in_interface_103: [missing] -> pass (J0)
  • errors::verify_passes_unknown_feature_alias_87: pass -> [missing] (J0)
  • errors::verify_passes_unnecessary_partial_stable_feature_93: [missing] -> pass (J0)
  • errors::verify_passes_unnecessary_partial_stable_feature_94: pass -> [missing] (J0)
  • errors::verify_passes_unused_duplicate_42: [missing] -> pass (J0)
  • errors::verify_passes_useless_assignment_72: pass -> [missing] (J0)

(and 314 additional test diffs)

Additionally, 2 doctest diffs were found. These are ignored, as they are noisy.

Job group index

Test dashboard

Run

cargo run --manifest-path src/ci/citool/Cargo.toml -- \
    test-dashboard 24139cf844095e574708faf406034dc78cb39143 --output-dir test-dashboard

And then open test-dashboard/index.html in your browser to see an overview of all executed tests.

Job duration changes

  1. aarch64-apple: 7965.4s -> 12930.0s (+62.3%)
  2. dist-apple-various: 3829.6s -> 4647.8s (+21.4%)
  3. x86_64-gnu-llvm-20: 4235.5s -> 4772.5s (+12.7%)
  4. pr-check-2: 2289.3s -> 2574.8s (+12.5%)
  5. i686-gnu-nopt-1: 7380.5s -> 8295.6s (+12.4%)
  6. i686-gnu-2: 5362.8s -> 6007.6s (+12.0%)
  7. x86_64-gnu-miri: 4398.4s -> 4914.6s (+11.7%)
  8. aarch64-gnu-debug: 3994.1s -> 4422.2s (+10.7%)
  9. x86_64-rust-for-linux: 2802.2s -> 3092.6s (+10.4%)
  10. dist-ohos-x86_64: 4359.6s -> 4785.5s (+9.8%)
How to interpret the job duration changes?

Job durations can vary a lot, based on the actual runner instance
that executed the job, system noise, invalidated caches, etc. The table above is provided
mostly for t-infra members, for simpler debugging of potential CI slow-downs.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (24139cf): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This 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.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
0.9% [0.9%, 0.9%] 1
Improvements ✅
(primary)
-2.4% [-2.4%, -2.4%] 1
Improvements ✅
(secondary)
-0.8% [-0.8%, -0.8%] 1
All ❌✅ (primary) -2.4% [-2.4%, -2.4%] 1

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: 479.876s -> 480.029s (0.03%)
Artifact size: 390.61 MiB -> 390.62 MiB (0.00%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-attributes Area: Attributes (`#[…]`, `#![…]`) merged-by-bors This PR was explicitly merged by bors. rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants