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 8 pull requests #73401

Closed
wants to merge 21 commits into from

Commits on Jun 14, 2020

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

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    64a6de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67bdb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7456c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b34a417 View commit details
    Browse the repository at this point in the history
  5. Fix typo in docs of std::mem

    ratijas committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    71c54db View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    0e6c333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcefd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    302fb50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    046165a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c5345f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    827ccf7 View commit details
    Browse the repository at this point in the history
  7. Fix forge-platform-support URL

    Apparently it got changed.
    rnestler authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    60410ef View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#72814 - RalfJung:mir-visir-terminator, r=ol…

    …i-obk
    
    remove visit_terminator_kind from MIR visitor
    
    For some reason, we had both `visit_terminator` and `visit_terminator_kind`. In contrast, for `Statement` we just have `visit_statement`. So this cleans things up by removing `visit_terminator_kind` and porting its users to `visit_terminator`.
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5d7a1ca View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#73339 - jonas-schievink:unbug, r=estebank

    Don't run generator transform when there's a TyErr
    
    Not sure if this might cause any problems later on, but we shouldn't be hitting codegen or const eval for the produced MIR anyways, so it should be fine.
    
    cc rust-lang#72685 (comment)
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    231911e View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#73372 - GuillaumeGomez:re-order-sidebar-sec…

    …tions, r=kinnison
    
    Re-order correctly the sections in the sidebar
    
    Before that, "trait implementations" and "implementors" titles in the sidebar were before "methods" for example. Which wasn't logical considering that the two sections come after in the "content".
    
    r? @kinnison
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5136489 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#73373 - lzutao:bug-trackcaller, r=Amanieu

    Use track caller for bug! macro
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    18b046f View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#73380 - pnkfelix:make-bootstrap-help-print-…

    …num-cpus, r=Mark-Simulacrum
    
    Add more info to `x.py build --help` on default value for `-j JOBS`.
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a415fa4 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#73381 - ratijas:fix-typo-std-mem, r=jonas-s…

    …chievink
    
    Fix typo in docs of std::mem
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    2199aa0 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#73389 - lzutao:from, r=kennytm

    Use `Ipv4Addr::from<[u8; 4]>` when possible
    
    Resolve this comment: rust-lang#73331 (comment)
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    176d7eb View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#73400 - rnestler:patch-1, r=jonas-schievink

    Fix forge-platform-support URL
    
    Apparently it got changed.
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    bf7b39a View commit details
    Browse the repository at this point in the history