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 5 pull requests #131012

Merged
merged 13 commits into from
Sep 29, 2024
Merged

Rollup of 5 pull requests #131012

merged 13 commits into from
Sep 29, 2024

Commits on Sep 15, 2024

  1. Feed GitInfos from Config to Build

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    90745bd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

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

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    6658c8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e424a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

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

Commits on Sep 29, 2024

  1. create CiEnv::is_rust_lang_managed_ci_job

    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2d85139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5840d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78fd69 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#130383 - onur-ozkan:ignore-llvm-changes-on-…

    …ci-llvm-true, r=Mark-Simulacrum
    
    check if it's rust-lang/rust CI job in `llvm::is_ci_llvm_modified`
    
    Changes `llvm::is_ci_llvm_modified` to only work on rust-lang/rust managed CI.
    GuillaumeGomez authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f39101a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#130416 - BatmanAoD:130122-sort-by-docs, r=M…

    …ark-Simulacrum
    
    resolve rust-lang#130122: reword 'sort-by' edge-conditions documentation
    
    See rust-lang#130122 for rationale & preliminary discussion.
    GuillaumeGomez authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6799b80 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#130537 - lolbinarycat:rustdoc-DocVisitor-do…

    …cs, r=GuillaumeGomez
    
    rustdoc: add doc comment to DocVisitor
    GuillaumeGomez authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ed5d779 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#130743 - YohDeadfall:net-nonblocking-doc, r…

    …=Mark-Simulacrum
    
    Clarifications for set_nonblocking methods
    
    Closes rust-lang#129903.
    
    The issue mentions that `send`, `recv` and other operations are interpreted by some users as methods of `TcpSocket` which led to confusion since it hasn't them. To fix it I added "system" into the documentation as being more precise for two reasons:
    * it's makes it clear that these names are system operations;
    * it doesn't point to the location of these methods like `libc` because not every system is POSIX compatible.
    GuillaumeGomez authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ee8ca3a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#131010 - RalfJung:target-cpu-native, r=jiey…

    …ouxu
    
    extend comment in global_llvm_features regarding target-cpu=native
    
    Based on the description in rust-lang#83084 by `@nagisa` -- seems better to have this in the code, where it is easier to find.
    GuillaumeGomez authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e9c9307 View commit details
    Browse the repository at this point in the history