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 8 pull requests #126446

Closed
wants to merge 26 commits into from

Commits on May 20, 2024

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    c4c8bda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d4867 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    523408e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c7643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cc099b View commit details
    Browse the repository at this point in the history
  4. compiletest: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cc65413 View commit details
    Browse the repository at this point in the history
  5. build_helper: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5ef43e View commit details
    Browse the repository at this point in the history
  6. build-manifest: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4a7c138 View commit details
    Browse the repository at this point in the history
  7. jsondoclint: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    481dcb0 View commit details
    Browse the repository at this point in the history
  8. remote-test-server: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c755df2 View commit details
    Browse the repository at this point in the history
  9. remote-test-client: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5aa3fbc View commit details
    Browse the repository at this point in the history
  10. lint-docs: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    80d96df View commit details
    Browse the repository at this point in the history
  11. opt-dist: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a31b1b2 View commit details
    Browse the repository at this point in the history
  12. tidy: apply considerable clippy suggestions

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d12f1a7 View commit details
    Browse the repository at this point in the history
  13. fix bootstrap CI failure

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c8d2b93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e466d3 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#121216 - madsmtm:fix-108825, r=wesleywiser

    Always emit `native-static-libs` note, even if it is empty
    
    Fixes rust-lang#108825.
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9958f1f View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#123726 - jieyouxu:command-new-docs, r=Nilst…

    …rieb
    
    Clarify `Command::new` behavior for programs with arguments
    
    I mistakenly passed program path along arguments as the same string into `Command::new` a couple of times now. It might be useful to explicitly highlight that `Command::new` intends to accept path to a program, not path to a program plus arguments. Also nudge the user to use `Command::arg` or `Command::args` if they wish to pass arguments.
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c48034d View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#125722 - Urgau:non_local_defs-macro-to-chan…

    …ge, r=estebank
    
    Indicate in `non_local_defs` lint that the macro needs to change
    
    This PR adds a note to indicate that the macro needs to change in the `non_local_definitions` lint output.
    
    Address rust-lang#125089 (comment)
    Fixes rust-lang#125681
    r? `@estebank`
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1e12128 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#126088 - onur-ozkan:brooming, r=albertlarsan68

    [1/2] clean-up / general improvements
    
    This PR applies various clippy suggestions on the tools. I have only applied the ones that make sense and left out trivial changes (e.g., suggestions like 'remove &' are ignored to keep the original commit history for the lines).
    
    I am planning to do the same for the library and compiler, but those will add too many changes to this PR, so I will handle them in a separate PR later.
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b96c7ef View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#126390 - Kriskras99:master, r=Nilstrieb

    Fix wording in {checked_}next_power_of_two
    
    Small documentation update
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3475261 View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#126392 - WaffleLapkin:gvn-style-ish-changes…

    …, r=scottmcm
    
    Small style improvement in `gvn.rs`
    
    Allowed by rust-lang#110451 (comment). :P
    
    r? ```@scottmcm```
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fead76a View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#126402 - firefighterduck:fix-unsafe-precon-…

    …copy, r=Nilstrieb
    
    Fix wrong `assert_unsafe_precondition` message for `core::ptr::copy`
    
    A small fix in the `assert_unsafe_precondition` message for `core::ptr::copy` as described by rust-lang#126400 .
    
    fixes rust-lang#126400
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4a42928 View commit details
    Browse the repository at this point in the history
  22. Rollup merge of rust-lang#126445 - GuillaumeGomez:rm-help-page, r=lqd

    Remove failing GUI test to stop blocking CI until it is fixed
    
    Until rust-lang#126436 is solved, let's unblock rust CI.
    
    r? `@lqd`
    workingjubilee committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b7c8b09 View commit details
    Browse the repository at this point in the history