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

Closed
wants to merge 16 commits into from

Commits on Nov 19, 2019

  1. Add unix::process::CommandExt::arg0

    This allows argv[0] to be overridden on the executable's command-line. This also makes the program
    executed independent of argv[0].
    
    Does Fuchsia have the same semantics?
    
    Addresses: rust-lang#66510
    jsgf committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6dee1a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    262ce31 View commit details
    Browse the repository at this point in the history
  2. ci: guess some environment variables based on builder name and os

    Some environment variables (like DEPLOY or DEPLOY_ALT for dist builders,
    or IMAGE on Linux builders) are set on a lot of builders, and whether
    they should be present or not can be detected automatically based on the
    builder name and the platform.
    
    This commit simplifies the CI configuration by automatically setting
    those environment variables.
    pietroalbini committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    ee12992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90a37bc View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    135c8b9 View commit details
    Browse the repository at this point in the history
  2. panicking comments

    RalfJung committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    35ee6bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80f5213 View commit details
    Browse the repository at this point in the history
  4. make comment compile

    RalfJung committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    6440b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e41ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4964c41 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Rollup merge of rust-lang#66512 - jsgf:process-argv0, r=Dylan-DPC

    Add unix::process::CommandExt::arg0
    
    This allows argv[0] to be overridden on the executable's command-line. This also makes the program
    executed independent of argv[0].
    
    Does Fuchsia have the same semantics? I'm assuming so.
    
    Addresses: rust-lang#66510
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    37301a8 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#66569 - pietroalbini:gha-1, r=alexcrichton

    GitHub Actions: preparations, part 1
    
    This PR adds the first batch of commits in preparation for GitHub Actions:
    
    * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap.
    * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration.
    
    This PR does **not** yet add any builders on GitHub Actions.
    
    r? @alexcrichton
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1fc1a98 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#66684 - mark-i-m:error-reporting-cleanup, r…

    …=davidtwco
    
    Drive-by cleanup in region naming
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    b0c3f68 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#66694 - RalfJung:panic-comments, r=Dylan-DPC

    Add some comments to panic runtime
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8480a78 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#66698 - petrochenkov:tidywarn, r=Mark-Simul…

    …acrum
    
    tidy: Remove unused import
    
    It produces annoying warnings on `x.py` runs.
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9c4a639 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#66720 - Mark-Simulacrum:error-reported, r=C…

    …entril
    
    Move ErrorReported to rustc_errors
    
    The new location is more consistent with what this type is for, though we don't remove it from the old location (via a re-export) to avoid changing the dozens of use sites (~139 at this time).
    pietroalbini committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    083b373 View commit details
    Browse the repository at this point in the history