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 #94443

Closed
wants to merge 12 commits into from

Commits on Dec 22, 2021

  1. Error if submodule fetch fails.

    ehuss committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1233ab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 28, 2022

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

Commits on Jan 31, 2022

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

Commits on Feb 21, 2022

  1. more complete sparc64 ABI fix for aggregates with floating point members

    Previous fix didn't handle nested structures at all.
    psumbera committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    a29477c View commit details
    Browse the repository at this point in the history
  2. formatting fixes

    psumbera committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0d20011 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

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

Commits on Feb 28, 2022

  1. Rollup merge of rust-lang#92214 - ehuss:submodule-bg-exit, r=Mark-Sim…

    …ulacrum
    
    Error if submodule fetch fails.
    
    In CI, if fetching a submodule fails, the script would exit successfully. Later parts of the build will fail due to the missing files, but it is a bit confusing, and I think it would be better to error out earlier.
    
    The reason is that in bash, `wait` without arguments will exit 0 even if a background job exits with an error. The solution here is to wait on each individual job, which will return the exit code of the job.
    
    This was encountered in rust-lang#92177.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    dc97586 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#92642 - avborhanian:master, r=Dylan-DPC

    Update search location from a relative path to absolute
    
    This should address issue rust-lang#90311.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d6313d9 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#93389 - cameron1024:issue-90847-regression,…

    … r=Mark-Simulacrum
    
    regression for issue 90847
    
    Adds a regression test for issue rust-lang#90847
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fbe0f43 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#93413 - lsimons:patch-1, r=Dylan-DPC

    Fix broken link from rustdoc docs to ayu theme
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    da7d642 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#94216 - psumbera:sparc64-abi-fix2, r=nagisa

    more complete sparc64 ABI fix for aggregates with floating point members
    
    Previous fix didn't handle nested structures at all.
    matthiaskrgr authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    939aac7 View commit details
    Browse the repository at this point in the history