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 7 pull requests #87714

Closed
wants to merge 14 commits into from
Closed

Commits on Jul 30, 2021

  1. Properly find owner of closure in THIR unsafeck

    Co-authored-by: FabianWolff <fabian.wolff@alumni.ethz.ch>
    LeSeulArtichaut and FabianWolff committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1280423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d8519 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    7954a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0172b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. ⬆️ rust-analyzer

    lnicola committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    28382ff View commit details
    Browse the repository at this point in the history
  2. Add aarch64-apple-ios-sim as a possible target to the manifest

    This should allow rustup and similar to actually make use of this new
    target now.
    badboy committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a43c464 View commit details
    Browse the repository at this point in the history
  3. Add convenience for handling ipv4-mapped addresses by canonicalizing …

    …them
    
    This simplifies checking common properties in an address-family-agnostic
    way since since rust-lang#86335 commits to not checking IPv4 semantics
    of IPv4-mapped addresses in the `Ipv6Addr` property methods.
    the8472 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a5cdff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Rollup merge of rust-lang#87645 - LeSeulArtichaut:issue-87414, r=oli-obk

    Properly find owner of closure in THIR unsafeck
    
    Previously, when encountering a closure in a constant, the THIR unsafeck gets invoked on the owner of the constant instead of the constant itself, producing cycles.
    Supersedes rust-lang#87492. `@FabianWolff` thanks for your work on that PR, I copied your test file and added you as a co-author.
    
    Fixes rust-lang#87414.
    r? `@oli-obk`
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8bce8ef View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#87646 - JohnTitor:fix-parser-ice, r=oli-obk

    Fix a parser ICE on invalid `fn` body
    
    Fixes rust-lang#87635
    A better fix would add a check for `fn` body on `expected_one_of_not_found` but I haven't come up with a graceful way. Any idea?
    r? `@oli-obk` `@estebank`
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    f9070ca View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#87680 - mati865:stacker-psm-update, r=Mark-…

    …Simulacrum
    
    Update stacker and psm crates
    
    Primarily to include rust-lang/stacker#54
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    86e6478 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#87685 - notriddle:lazy-from-docs, r=dtolnay

    Write docs for SyncOnceCell From and Default impl
    
    Part of rust-lang#51430
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    62a9659 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#87691 - lnicola:rust-analyzer-2021-08-02, r…

    …=lnicola
    
    ⬆️ rust-analyzer
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a8c1a70 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#87693 - badboy:enable-ios-sim-target-manife…

    …st, r=Mark-Simulacrum
    
    Add `aarch64-apple-ios-sim` as a possible target to the manifest
    
    This should allow rustup and similar to actually make use of this new
    target now.
    
    r? `@Mark-Simulacrum`
    
    Followup to rust-lang#85782
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    dfcff8a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#87708 - the8472:canonical_v6, r=dtolnay

    Add convenience method for handling ipv4-mapped addresses by canonicalizing them
    
    This simplifies checking common properties in an address-family-agnostic
    way since rust-lang#86335 commits to not checking IPv4 semantics
    of IPv4-mapped addresses in the `Ipv6Addr` property methods.
    JohnTitor authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    9cf4674 View commit details
    Browse the repository at this point in the history