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 8 pull requests #69258

Merged
merged 16 commits into from
Feb 18, 2020
Merged

Rollup of 8 pull requests #69258

merged 16 commits into from
Feb 18, 2020

Commits on Jan 28, 2020

  1. Simplify Skip::nth and Skip::last implementations

    The main improvement is to make `last` no longer recursive.
    ollie27 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    84f3356 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    67068f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae493a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    a9b5c69 View commit details
    Browse the repository at this point in the history
  2. Handle recursion_limit parsing errors

    Fisher Darling authored and fisherdarling committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    c53693d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b2c66 View commit details
    Browse the repository at this point in the history
  4. configure: set LLVM flags with a value

    Rather than a boolean `--enable-cflags` etc., these options should
    reflect that they are for LLVM, and that they need a value. You would
    now use `./configure --llvm-cflags="..."`.
    cuviper committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    3a55e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Clean out some default-installed directories

    This helps us have enough disk space for our builders to be able to complete
    successfully. For now, the choices are ad-hoc and 'definitely not needed'. This
    should never fail the build, as everything our build needs should be inside
    Docker.
    Mark-Simulacrum authored and pietroalbini committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c992ab2 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#67272 - fisherdarling:master, r=varkor,hell…

    …ow554
    
    recursion_limit parsing handles overflows
    
    This PR adds overflow handling to `#![recursion_limit]` attribute parsing. If parsing the given value results in an `IntErrorKind::Overflow`, then the recursion_limit is set to `usize::max_value()`.
    
    closes rust-lang#67265
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6c4f859 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#68597 - ollie27:skip_nth_last, r=Amanieu

    Simplify `Skip::nth` and `Skip::last` implementations
    
    The main improvement is to make `last` no longer recursive.
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ae81241 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#68767 - kubo39:patch-macos, r=shepmaster

    macOS: avoid calling pthread_self() twice
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    284acaf View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#69175 - estebank:shall-not-ice, r=petrochenkov

    Do not ICE when encountering `yield` inside `async` block
    
    Fix rust-lang#67158.
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    35e7c78 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#69223 - spunit262:empty-string-gdb-version,…

    … r=Dylan-DPC
    
    Ignore GDB versions with broken str printing.
    
    https://sourceware.org/bugzilla/show_bug.cgi?id=22236
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    8b34f72 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#69244 - cuviper:llvm-flags, r=Mark-Simulacrum

    configure: set LLVM flags with a value
    
    Rather than a boolean `--enable-cflags` etc., these options should
    reflect that they are for LLVM, and that they need a value. You would
    now use `./configure --llvm-cflags="..."`.
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6528b9f View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#69249 - LeSeulArtichaut:stabilize-logs-cons…

    …ts, r=sfackler
    
    Stabilize {f32, f64}::{LOG2_10, LOG10_2}
    
    Following the decision to stabilize `LOG2_10` and `LOG10_2` in rust-lang#50540 (comment).
    
    Closes rust-lang#50540.
    r? @sfackler
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    20c4835 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#69252 - Mark-Simulacrum:disk-try, r=pietroa…

    …lbini
    
    Clean out unused directories for extra disk space
    
    This cleans out some of the unused (but large) directories on our linux builders to hopefully allow them to complete without running out of disk space.
    JohnTitor authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c1a05fb View commit details
    Browse the repository at this point in the history