Skip to content
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 3 pull requests #132148

Merged
merged 6 commits into from
Oct 25, 2024
Merged

Rollup of 3 pull requests #132148

merged 6 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    64a3451 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. remove change-id from CI script

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    03d23a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854e3c4 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#132106 - maxcabrajac:ident_ref, r=petrochenkov

    Pass Ident by reference in ast Visitor
    
    `MutVisitor`'s version of `visit_ident` passes around `&Ident`, but `Visitor` copies `Ident`. This PR changes that
    
    r? `@petrochenkov`
    
    related to rust-lang#128974
    matthiaskrgr authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    280790b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#132130 - onur-ozkan:remove-ci-change-id, r=…

    …Kobzol
    
    remove `change-id` from CI script
    
    It's not necessary to set `change-id` for CI since rust-lang#130356.
    matthiaskrgr authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f8cae25 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#132137 - RalfJung:behavior, r=Noratrieb

    library: consistently use American spelling for 'behavior'
    
    We use "behavior" a lot more often than "behaviour", but some "behaviour" have even snuck into user-facing docs. This makes the spelling consistent.
    matthiaskrgr authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4f2e9c5 View commit details
    Browse the repository at this point in the history