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

Merged
merged 18 commits into from
Nov 25, 2019
Merged

Rollup of 7 pull requests #66739

merged 18 commits into from
Nov 25, 2019

Commits on Oct 19, 2019

  1. Preserve whitespace inside one-backtick codeblocks

    Previously this was only done inside short docblocks (e.g., summary
    lines), but we should also do so in general.
    Mark-Simulacrum committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    bc3ed32 View commit details
    Browse the repository at this point in the history

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 23, 2019

  1. Configuration menu
    Copy the full SHA
    347575a 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

Commits on Nov 25, 2019

  1. Rollup merge of rust-lang#65613 - Mark-Simulacrum:rustdoc-preserve-ws…

    …, r=GuillaumeGomez
    
    Preserve whitespace inside one-backtick codeblocks
    
    Previously this was only done inside short docblocks (e.g., summary
    lines), but we should also do so in general.
    
    Fixes rust-lang#65555
    pietroalbini authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    7520f6d View commit details
    Browse the repository at this point in the history
  2. 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 authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    2b4af10 View commit details
    Browse the repository at this point in the history
  3. 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 authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c75044f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#66678 - GuillaumeGomez:remove-useless-error…

    …-index-line, r=Dylan-DPC
    
    Remove useless line for error index generation
    
    As you can see here: https://github.com/rust-lang/rust/blob/master/src/librustc_error_codes/error_codes.rs#L10, this replacement is now completely useless.
    
    r? @Dylan-DPC
    pietroalbini authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    b6dc227 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#66684 - mark-i-m:error-reporting-cleanup, r…

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

    Add some comments to panic runtime
    pietroalbini authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    30599d7 View commit details
    Browse the repository at this point in the history
  7. 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 authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    43d7732 View commit details
    Browse the repository at this point in the history