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

Closed
wants to merge 26 commits into from
Closed

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    ba9588e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040da96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc14a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    407f9a4 View commit details
    Browse the repository at this point in the history
  5. Test is_nan

    ecstatic-morse committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9dadeb3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

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

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    687767a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91320f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abf74b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50c422e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17951e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19bb589 View commit details
    Browse the repository at this point in the history
  7. review comments: wording

    estebank committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    3cfecde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdfb9b1 View commit details
    Browse the repository at this point in the history
  9. Register new eror code

    estebank committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    215de3b View commit details
    Browse the repository at this point in the history
  10. small tweaks

    estebank committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    187e105 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    6145918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff822f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c29b3fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cde07e View commit details
    Browse the repository at this point in the history
  5. fix rebase

    estebank committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    03552ec View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Rollup merge of rust-lang#72449 - ecstatic-morse:const-float-bitcast,…

    … r=RalfJung,oli-obk
    
    Const floating point bitcasts and classification
    
    Makes the `f32` and `f64` methods described in rust-lang#72447 and rust-lang#72505 unstably const.
    
    r? @RalfJung
    RalfJung committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    802a9ac View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#72740 - estebank:recursive-indirection, r=m…

    …atthewjasper
    
    On recursive ADT, provide indirection structured suggestion
    RalfJung committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    35e5dfe View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#72785 - petrochenkov:wholemsvc, r=matthewja…

    …sper
    
    linker: MSVC supports linking static libraries as a whole archive
    RalfJung committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    97ae4f6 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#72804 - estebank:opaque-missing-lts-in-fn-2…

    …, r=nikomatsakis
    
    Further tweak lifetime errors involving `dyn Trait` and `impl Trait` in return position
    
    * Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` instead of `Trait + 'static + '_`
    * When `'static` is explicit, also suggest constraining argument with it
    * Reduce verbosity of suggestion message and mention lifetime in label
    * Tweak output for overlapping required/captured spans
    * Give these errors an error code
    
    Follow up to rust-lang#72543.
    
    r? @nikomatsakis
    RalfJung committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    cb425c8 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#72906 - lzutao:migrate-numeric-assoc-consts…

    …, r=dtolnay
    
    Migrate to numeric associated consts
    
    The deprecation PR is rust-lang#72885
    
    cc rust-lang#68490
    cc rust-lang/rfcs#2700
    RalfJung committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    eda9d21 View commit details
    Browse the repository at this point in the history