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 6 pull requests #67464

Merged
merged 15 commits into from
Dec 21, 2019
Merged

Rollup of 6 pull requests #67464

merged 15 commits into from
Dec 21, 2019

Commits on Dec 13, 2019

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

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    c1241bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4f6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7f5af View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Split up ptr/mod.rs in libcore, one with implementation detail for co…

    …nst ptr and the other with mut ptr
    TheSamsa committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    12d65c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbde9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4414f0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97219d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Better comment

    Co-Authored-By: matthewjasper <[email protected]>
    mark-i-m and matthewjasper authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    90ef197 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#67130 - wesleywiser:const_prop_into_locals,…

    … r=oli-obk
    
    Const prop should finish propagation into user defined variables
    
    Fixes rust-lang#66638
    
    ~~Temporarily rebased on top of rust-lang#67015 to get those fixes.~~
    
    r? @oli-obk
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    364ecf5 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67163 - TheSamsa:split-up-ptr-mod, r=Mark-S…

    …imulacrum
    
    Split up ptr/mod.rs in libcore...
    
    ...one with implementation detail for const ptr and the other with mut ptr
    
    I am not sure if the "stable since 1.0.0" flags are the correct choice for the two additional mods.
    Also, is it necessary for them to be "pub"? If so, there should be a good description for them.
    
    Closes rust-lang#66891
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    e613f92 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67314 - matthewjasper:union-move-errors, r=…

    …nikomatsakis
    
    Don't suppress move errors for union fields
    
    closes rust-lang#66500
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    86282d0 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#67392 - csmoe:async-typeinfo, r=estebank

    Fix unresolved type span inside async object
    
    Closes rust-lang#65180
    r? @estebank
    It's hard to create a minimal repro for that issue, [decided](https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async-foundations/topic/meeting.202019.2E12.2E17/near/183675659) to give up finding mcve.
    cc [previous take](rust-lang#65668)
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d7dc350 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67404 - mark-i-m:split-1, r=matthewjasper

    Separate region inference logic from error handling better
    
    Split out from rust-lang#67241
    
    r? @matthewjasper
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    eaee9d1 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67428 - Centril:ibp-explicit-match, r=matth…

    …ewjasper
    
    `is_binding_pat`: use explicit match & include or-pats in grammar
    
    r? @matthewjasper @nikomatsakis
    Centril authored Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f465f95 View commit details
    Browse the repository at this point in the history