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

Closed
wants to merge 23 commits into from
Closed

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
    43fc934 View commit details
    Browse the repository at this point in the history
  5. Fix case in associated-type-projection-from-multiple-supertraits.rs

    This still doesn't handle the case entirely correctly, requiring a more
    targeted approach with a better suggestion, but at least now the
    suggested syntax makes *some* sense.
    estebank committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a89f03d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9ef8c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fef3c8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4ec575 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e21be12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4883ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87bf6bd View commit details
    Browse the repository at this point in the history
  12. 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. Configuration menu
    Copy the full SHA
    d72ceb4 View commit details
    Browse the repository at this point in the history
  2. Better comment

    Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
    mark-i-m and matthewjasper committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    90ef197 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 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    0e61dcc View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67268 - estebank:assoc-types, r=oli-obk

    Tweak errors for missing associated types and type parameters
    
    * On `dyn Trait` missing associated types, provide a structured suggestion for them
    * On missing type parameters, provide structured suggestion for them
    * Point at trait definition when missing required type parameter
    * Tweak output of E0658
    * Tweak wording of E0719
    * Account for `Trait1 + Trait2` case
    
    Fix rust-lang#66380, fix rust-lang#60595. CC rust-lang#63711.
    Centril committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    28a724e View commit details
    Browse the repository at this point in the history
  5. 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 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d9f1f48 View commit details
    Browse the repository at this point in the history
  6. 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 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    27e39b1 View commit details
    Browse the repository at this point in the history
  7. 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 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    ec436c0 View commit details
    Browse the repository at this point in the history
  8. 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 committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a146309 View commit details
    Browse the repository at this point in the history