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

Closed
wants to merge 12 commits into from

Commits on Nov 4, 2021

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

Commits on Nov 11, 2021

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

Commits on Nov 12, 2021

  1. Android is not GNU

    cuviper committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a24e2ed View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    94ca0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ec47a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60595f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Rollup merge of rust-lang#90560 - vandenheuvel:commandline_argfile_te…

    …sts, r=wesleywiser
    
    Group commandline tests in a directory
    
    I grouped the `ui/command*` tests in `ui/command/argfile/` and `rustdoc-ui/command*` in `rustdoc-ui/commandline-argfile/`.
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    bf57fec View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#90790 - tamaroning:fix-lib-std-test, r=Mark…

    …-Simulacrum
    
    Fix standard library test with read_link
    
    closes rust-lang#90669
    resolve this issue by comparing between Paths instead of strs
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    66c587e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#90834 - cuviper:android-gnu, r=petrochenkov

    Android is not GNU
    
    For a long time, the Android targets had `target_env=""`, but this changed to `"gnu"` in Rust 1.49.0. I tracked this down to rust-lang#77729 which started setting `"gnu"` in the `linux_base` target options, and this was inherited by `android_base`. Then rust-lang#78929 split the env into `linux_gnu_base`, but `android_base` was also changed to follow that. Android was not specifically mentioned in either pull request, so I believe this was an accident. Moving it back to `linux_base` will use an empty `env` again.
    
    r? `@Mark-Simulacrum`
    cc `@petrochenkov`
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6960a1f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#90892 - RalfJung:miri-partial-ptr-copy, r=o…

    …li-obk
    
    fix ICE on Miri/CTFE copy of half a pointer
    
    Fixes rust-lang/miri#1910
    r? ``@oli-obk``
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3143581 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#90900 - andjo403:removeLlvm12Check, r=nikic

    Remove workaround for the forward progress handling in LLVM
    
    this workaround was only needed for LLVM < 12 and the minimum LLVM version was updated to 12 in rust-lang#90175
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    393176b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#90909 - RalfJung:miri-no-portable-simd, r=w…

    …orkingjubilee
    
    disable portable SIMD tests in Miri
    
    Until rust-lang/miri#1912 is resolved, we'll have to skip these tests in Miri.
    workingjubilee authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    672295e View commit details
    Browse the repository at this point in the history