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 6 pull requests #113049

Merged
merged 17 commits into from
Jun 26, 2023
Merged

Rollup of 6 pull requests #113049

merged 17 commits into from
Jun 26, 2023

Commits on May 7, 2023

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

Commits on May 26, 2023

  1. platform-support.md: document the various NetBSD targets.

    This is slightly patterned after what OpenBSD has done.
    
    This is a step along the path to reduce the number and amount
    of diffs that pkgsrc carries around for rust, and this documents
    also some parts which have not yet been upstreamed (mipsel-*).
    he32 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0a1e42e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

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

Commits on Jun 25, 2023

  1. Add translatable diagnostic for import resolution strings

    Add translatable diagnostic for cannot be reexported error
    also added for subdiagnostics
    
    Add translatable diagnostics for resolve_glob_import errors
    
    Add translatable diag for unable to determine import resolution
    
    Add translatable diag for is not directly importable
    NotStirred committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b7d6032 View commit details
    Browse the repository at this point in the history
  2. Remove cancel-outdated action

    Kobzol committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    e8973ea View commit details
    Browse the repository at this point in the history
  3. Switch some more Steps to builder.msg

    In particular, this hides compiletest suites under a dropdown - some builders are configured with `verbose-tests`, which makes the suites take up many thousands of lines.
    
    before:
    ```
    Documenting stage1 cargo (x86_64-unknown-linux-gnu)
    Check compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
    ```
    
    after:
    ```
    ::group::Documenting stage1 cargo (x86_64-unknown-linux-gnu)
    ::group::Testing stage1 compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu)
    ```
    jyn514 committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    bd36f63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a07ffd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abb4395 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Rollup merge of rust-lang#111326 - he32:netbsd-aarch64-be, r=oli-obk

    Add support for NetBSD/aarch64-be (big-endian arm64).
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f6d58ea View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#112559 - SergioGasquez:master, r=JohnTitor

    Add esp-idf missing targets
    
    Adds some esp-idf missing targets to the table
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ac84b66 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#112840 - loongarch-rs:update-docs, r=Guilla…

    …umeGomez
    
    doc: loongarch: Update maintainers
    
    My colleague, `@zhaixiaojuan,` has been completely occupied with other matters and is no longer in charge of Rust. Consequently, I intend to update the maintainers in the platform documentation to avoid causing any disruptions for her and to ensure that relevant notifications regarding LoongArch are promptly directed to the appropriate developers.
    
    Thanks your for contributions!
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    de79f51 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#112955 - Kobzol:ci-pr-cancel-workflows, r=M…

    …ark-Simulacrum
    
    CI: cancel in-progress workflow runs after a push
    
    Experimenting with the `concurrency` attribute.
    
    r? `@Mark-Simulacrum`
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5d9935a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#112979 - NotStirred:translatable_diag/resol…

    …ve_imports, r=fee1-dead
    
    Rewrite most diagnostics as translatable within resolve/imports
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    005d860 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#113034 - jyn514:ci-progress, r=oli-obk

    Switch some more Steps to `builder.msg`
    
    In particular, this hides compiletest suites under a dropdown - some builders are configured with `verbose-tests`, which makes the suites take up many thousands of lines.
    
    before:
    ```
    Documenting stage1 cargo (x86_64-unknown-linux-gnu)
    Check compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
    ```
    
    after:
    ```
    ::group::Documenting stage1 cargo (x86_64-unknown-linux-gnu)
    ::group::Testing stage1 compiletest suite=rustdoc-js mode=js-doc-test (x86_64-unknown-linux-gnu)
    ```
    
    found this from https://github.com/rust-lang-ci/rust/actions/runs/5366993848/jobs/9736792611
    
    r? `@oli-obk`
    matthiaskrgr committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5122e88 View commit details
    Browse the repository at this point in the history