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

Merged
merged 13 commits into from
Jun 5, 2019
Merged

Rollup of 5 pull requests #61548

merged 13 commits into from
Jun 5, 2019

Commits on Jun 3, 2019

  1. Fix cfg(test) build for x86_64-fortanix-unknown-sgx

    Jethro Beekman committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    a3d5e34 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Edit docs of ExitStatus

    The documentation of [`ExitStatus`] are extended to be at the same depth as [`Output`].
    ReinierMaas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    674f24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd46d6 View commit details
    Browse the repository at this point in the history
  3. Tidy: trailing whitespace

    Removed trailing whitespace from documentation of ExitStatus.
    ReinierMaas committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    dd12f39 View commit details
    Browse the repository at this point in the history
  4. Don't use GNU noexec stack note

    NetBSD ignores this note and marks the stack no-exec unconditionally
    coypoop committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    77e9335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    192c1d0 View commit details
    Browse the repository at this point in the history
  6. azure: Make sure docker directory exists

    Looks like the Azure image changed recently so let's account for that!
    alexcrichton committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    0b88e5a View commit details
    Browse the repository at this point in the history
  7. azure: Uninstall previous rustc from builders if any

    Looks like Azure has updated images recently to install Rust by default,
    but that can interfere with our own compiler (for example Cargo's test
    suite we think) so be sure to uninstall it before proceeding.
    alexcrichton committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    fb3bd58 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61503 - jethrogb:jb/fix-sgx-test, r=alexcri…

    …chton
    
    Fix cfg(test) build for x86_64-fortanix-unknown-sgx
    Centril committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    713ebb4 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#61534 - ReinierMaas:patch-1, r=Centril

    Edit docs of ExitStatus
    
    The documentation of [`ExitStatus`] are extended to be at the same depth as [`Output`].
    Centril committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    76f9f6b View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#61536 - oli-obk:args_required_const_in_cons…

    …t_fn, r=eddyb
    
    Don't allow using const fn arguments as "args_required_const"
    
    r? @eddyb
    Centril committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    850b50a View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#61538 - coypoop:patch-1, r=alexcrichton

    Don't use GNU noexec stack note
    
    NetBSD ignores this note and marks the stack no-exec unconditionally
    Centril committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    928f2ee View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#61546 - alexcrichton:fix-azure, r=pietroalbini

    azure: Fix some minor issues which have broken our configuration
    
    * Ensure that when we enable IPv6 for Docker on Linux that the various directories before writing a config file
    * Delete a previously installed rustup if any since it seems to interfere with Cargo's test suite.
    Centril committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    694b048 View commit details
    Browse the repository at this point in the history