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

Merged
merged 10 commits into from
Jun 13, 2019
Merged

Rollup of 5 pull requests #61799

merged 10 commits into from
Jun 13, 2019

Commits on Jun 10, 2019

  1. std: Remove internal definitions of cfg_if! macro

    This is duplicated in a few locations throughout the sysroot to work
    around issues with not exporting a macro in libstd but still wanting it
    available to sysroot crates to define blocks. Nowadays though we can
    simply depend on the `cfg-if` crate on crates.io, allowing us to use it
    from there!
    alexcrichton committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    8eb7f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    ef6240a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    a947b75 View commit details
    Browse the repository at this point in the history
  2. Deprecate ONCE_INIT

    Once::new() has been a stable const fn for a while now.
    
    Closes rust-lang#61746
    sfackler committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    72e99f5 View commit details
    Browse the repository at this point in the history
  3. submodules: update clippy from c0dbd34 to 7b2a7a2

    Changes:
    ````
    Fix wrong lifetime of TyCtxt
    travis: Wait at most 30 minutes for base test
    Typos and minor grammar corrections
    Adds lint for integer division
    redundant_closure_for_method_calls fixes: lint does not trigger when there is a difference in mutability lint does not trigger when the method belongs to a trait which is not implemebted directly (Deref)
    Fix implicit_return docs
    rustup https://github.com/rust-lang/rust/pull/61758/files
    Remove wrong lifetime from LintContext
    Workaround for rust-lang/rustfmt#3615
    Fixing eta with respect to lazy evaluation.
    ````
    matthiaskrgr committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    64d279b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#61598 - estebank:const-idx, r=oli-obk

    Handle index out of bound errors during const eval without panic
    
    Fix rust-lang#61595
    Centril committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    a0d0515 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#61720 - alexcrichton:libstd-cfg-if-dep, r=s…

    …fackler
    
    std: Remove internal definitions of `cfg_if!` macro
    
    This is duplicated in a few locations throughout the sysroot to work
    around issues with not exporting a macro in libstd but still wanting it
    available to sysroot crates to define blocks. Nowadays though we can
    simply depend on the `cfg-if` crate on crates.io, allowing us to use it
    from there!
    Centril committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ca06f88 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61757 - sfackler:deprecate-once-init, r=ale…

    …xcrichton
    
    Deprecate ONCE_INIT in future 1.38 release
    
    Once::new() has been a stable const fn for a while now.
    
    Closes rust-lang#61746
    Centril committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e45c83c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#61766 - matthiaskrgr:submodule_upd, r=oli-obk

    submodules: update clippy from c0dbd34 to bd33a97
    
    Changes:
    ````
    Fix implicit_return docs
    rustup https://github.com/rust-lang/rust/pull/61758/files
    Remove wrong lifetime from LintContext
    Workaround for rust-lang/rustfmt#3615
    Fixing eta with respect to lazy evaluation.
    ````
    r? @oli-obk
    Centril committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e70a106 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#61791 - Centril:cleanup-check_pat_path, r=p…

    …etrochenkov
    
    Small cleanup in `check_pat_path`
    Centril committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    8917b8e View commit details
    Browse the repository at this point in the history