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

Merged
merged 18 commits into from
Jun 16, 2020
Merged

Rollup of 8 pull requests #73402

merged 18 commits into from
Jun 16, 2020

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. Check for overflow in DroplessArena and return aligned pointer

    * Check for overflow when calculating the slice start & end position.
    * Align the pointer obtained from the allocator, ensuring that it
      satisfies user requested alignment (the allocator is only asked for
      layout compatible with u8 slice).
    * Remove an incorrect assertion from DroplessArena::align.
    tmiasko committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    c0c3327 View commit details
    Browse the repository at this point in the history
  2. Avoid forming references to an uninitialized memory in DroplessArena

    Return a pointer from `alloc_raw` instead of a slice. There is no
    practical use for slice as a return type and changing it to a pointer
    avoids forming references to an uninitialized memory.
    tmiasko committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1f08951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64a6de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b67bdb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7456c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b34a417 View commit details
    Browse the repository at this point in the history
  7. 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. 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
  3. Rollup merge of rust-lang#73237 - tmiasko:arena, r=nnethercote

    Check for overflow in DroplessArena and align returned memory
    
    * Check for overflow when calculating the slice start & end position.
    * Align the pointer obtained from the allocator, ensuring that it
      satisfies user requested alignment (the allocator is only asked for
      layout compatible with u8 slice).
    * Remove an incorrect assertion from DroplessArena::align.
    * Avoid forming references to an uninitialized memory in DroplessArena.
    
    Helps with rust-lang#73007, rust-lang#72624.
    Dylan-DPC authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c65f39d View commit details
    Browse the repository at this point in the history
  4. 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
    5bbcdf5 View commit details
    Browse the repository at this point in the history
  5. 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
    6c44519 View commit details
    Browse the repository at this point in the history
  6. 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
    94105c2 View commit details
    Browse the repository at this point in the history
  7. 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
    66a1da3 View commit details
    Browse the repository at this point in the history
  8. 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
    759547b View commit details
    Browse the repository at this point in the history
  9. 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
    3c437e5 View commit details
    Browse the repository at this point in the history
  10. 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
    b4dd6a0 View commit details
    Browse the repository at this point in the history