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 7 pull requests #109884

Merged
merged 16 commits into from
Apr 3, 2023
Merged

Rollup of 7 pull requests #109884

merged 16 commits into from
Apr 3, 2023

Commits on Mar 23, 2023

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

Commits on Mar 27, 2023

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

Commits on Mar 28, 2023

  1. Set LIBPATH

    Kai Luo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b56fcb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Use LIBPATH in compiletest

    Kai Luo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d3cc2f7 View commit details
    Browse the repository at this point in the history
  2. Implement read_buf for RustHermit

    In principle, this PR extends rust-lang#108326 for RustyHermit.
    
    Signed-off-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
    stlankes committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a9aaf3f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Improve job names in Github Actions preview

    Before: `CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)`
    After: `CI / PR - mingw-check (pull_request)`
    jyn514 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    423e76f View commit details
    Browse the repository at this point in the history
  2. Include invocation start times

    For multi-invocation builders (e.g., dist-x86_64-linux) this timestamp
    is necessary to correlate the data in the metrics JSON with other data
    sources (e.g., logs, cpu-usage CSV, etc.). Such correlation may not be
    perfect but is sometimes helpful and awkward to do otherwise.
    Mark-Simulacrum committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    dd85271 View commit details
    Browse the repository at this point in the history
  3. Move some UI tests into subdirectories

    to avoid going over the existing limit now that the ui-fulldeps tests have
    been moved to ui.
    jyn514 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    01b75e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    d8a4e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7192ef3 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#109642 - lenko-d:rust_codegen-backends_inte…

    …racts_confusingly_with_paths, r=Mark-Simulacrum
    
    check for missing codegen backeng config
    
    Fixes [rust-lang#109610](rust-lang#109610)
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    cc6a279 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#109722 - hermitcore:read, r=Mark-Simulacrum

    Implement read_buf for RustHermit
    
    In principle, this PR extends rust-lang#108326 for RustyHermit.
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f2f5efc View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#109856 - bvanjoi:fix-issue-109304, r=compil…

    …er-errors
    
    fix(middle): emit error rather than delay bug when reaching limit
    
    close rust-lang#109304
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    99a71dc View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#109868 - jyn514:ci-names, r=Mark-Simulacrum

    Improve PR job names in Github Actions preview
    
    Fixes https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/PR.20CI.20job.20names.
    
    Before: `CI / PR (mingw-check, false, ubuntu-20.04-16core-64gb) (pull_request)`
    After:  `CI / PR - mingw-check (pull_request)`
    
    r? ``@jyn514``
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9007ee9 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#109871 - Mark-Simulacrum:metrics-timestamp,…

    … r=ozkanonur
    
    Include invocation start times
    
    For multi-invocation builders (e.g., dist-x86_64-linux) this timestamp is necessary to correlate the data in the metrics JSON with other data sources (e.g., logs, cpu-usage CSV, etc.). Such correlation may not be perfect but is sometimes helpful and awkward to do otherwise.
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    41cd454 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#109873 - jyn514:subdirectories, r=compiler-…

    …errors
    
    Move some UI tests into subdirectories
    matthiaskrgr committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    22df710 View commit details
    Browse the repository at this point in the history