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 4 pull requests #64253

Closed
wants to merge 13 commits into from
Closed

Commits on Aug 30, 2019

  1. Update zx_time_t to an i64

    tmandry committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    5da1123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403701f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Configuration menu
    Copy the full SHA
    7bfa2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f91ad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    c86ea34 View commit details
    Browse the repository at this point in the history
  2. Rename --warnings=allow to --warnings=warn

    We never allowed the warnings, only made them not denied.
    Mark-Simulacrum committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    fda251b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. update rustc-guide

    mark-i-m committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    4c4f25c View commit details
    Browse the repository at this point in the history
  2. Upgrade env_logger to 0.6

    mati865 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8ddbe76 View commit details
    Browse the repository at this point in the history
  3. update guide

    mark-i-m committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    13413d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Rollup merge of rust-lang#64023 - tmandry:libstd-fuchsia-fixes, r=cra…

    …mertj
    
    libstd fuchsia fixes
    
    This fixes two bugs in libstd on Fuchsia:
    
    - `zx_time_t` was changed to an `i64`, but this never made it into libstd
    - When spawning processes where any of the stdio were null, libstd attempts to open `/dev/null`, which doesn't exist on Fuchsia
    
    r? @cramertj
    Centril committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    2c97644 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#64098 - Mark-Simulacrum:always-warn, r=alex…

    …crichton
    
    Ensure edition lints and internal lints are enabled with deny-warnings=false
    
    Previously we only passed the deny command line flags if deny-warnings was enabled, but now we either pass -W... or -D... for each of the flags as appropriate.
    
    This is also a breaking change to x.py as it changes `--warnings=allow` to `--warnings=warn` which is what that flag actually did; we don't have an allow warnings mode.
    Centril committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    e7aad5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea2851e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#64235 - mati865:env_logger, r=alexcrichton

    Upgrade env_logger to 0.6
    Centril committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    1a67cb4 View commit details
    Browse the repository at this point in the history