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

Closed
wants to merge 20 commits into from
Closed

Commits on May 23, 2022

  1. Implement FusedIterator for std::net::[Into]Incoming

    They never return `None`, so they trivially fulfill the contract.
    ChayimFriedman2 committed May 23, 2022
    Configuration menu
    Copy the full SHA
    369555c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 1, 2022

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

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    c36572c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31cbb5 View commit details
    Browse the repository at this point in the history
  3. more use of format! variable capture

    Co-authored-by: Joe ST <joe@fbstj.net>
    RalfJung and fbstj committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    0832d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76c0429 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    7fc7780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7edf66 View commit details
    Browse the repository at this point in the history
  3. remove unused function argument

    lcnr committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    c2ed087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1836c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef34a6 View commit details
    Browse the repository at this point in the history
  6. resolve vars in node substs

    lcnr committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7952d2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f475e88 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#97300 - ChayimFriedman2:patch-1, r=dtolnay

    Implement `FusedIterator` for `std::net::[Into]Incoming`
    
    They never return `None`, so they trivially fulfill the contract.
    
    What should I put for the stability attribute of `Incoming`?
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    451b2ad View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#98738 - tmiasko:checked-binop, r=oli-obk

    Clarify MIR semantics of checked binary operations
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ddb5a6b View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#98761 - lcnr:need_type_info-cont, r=estebank

    more `need_type_info` improvements
    
    this now deals with macros in suggestions and the source cost computation does what I want for `channel` 🎉
    
    r? `@estebank`
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ca4668c View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#98782 - compiler-errors:specialization-erro…

    …r-span, r=oli-obk
    
    Improve spans for specialization error
    
    Fixes rust-lang#98777
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    22128a4 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#98811 - RalfJung:interpret-alloc-range, r=o…

    …li-obk
    
    Interpret: AllocRange Debug impl, and use it more consistently
    
    The two commits are pretty independent but it did not seem worth having two PRs for them.
    r? `@oli-obk`
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    cd9d89c View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#98847 - RalfJung:box-is-special, r=oli-obk

    fix interpreter validity check on Box
    
    Follow-up to rust-lang#98554: avoid walking over parts of the value twice.
    
    And then move all that logic into the general visitor so not each visitor implementation has to deal with it...
    Dylan-DPC committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ef73972 View commit details
    Browse the repository at this point in the history