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 10 pull requests #62378

Closed

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    bb26e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0533f12 View commit details
    Browse the repository at this point in the history
  3. format a bit

    RalfJung committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    8a4573f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4159b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

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

    RalfJung committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d3e1bf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    0ffb643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e7eb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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

Commits on Jul 2, 2019

  1. Use a single CtxtInterners

    Zoxc committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    ec8c2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9344e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    bb7fbb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43315bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eef0cb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    bee964c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54527db View commit details
    Browse the repository at this point in the history
  3. Add missing lifetime specifier

    Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
    jeremystucki and Centril committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    fc67e57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55bd214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4f250e View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#61392 - Zoxc:single-interner, r=eddyb

    Use a single CtxtInterners
    
    Builds on rust-lang#57214
    
    r? @eddyb
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    41a85b0 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62103 - RalfJung:debug-assert, r=alexcrichton

    Add debug assertions to write_bytes and copy*
    
    Looks like @nitnelave  went MIA in rust-lang#58783, so I am re-submitting their PR, tweaked just a bit. I took care to preserve commit authorship.
    
    Cc rust-lang#53871
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    b208172 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62123 - jeremystucki:needless_lifetimes_std…

    …, r=alexcrichton
    
     Remove needless lifetimes (std)
    
    Split from rust-lang#62039
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    73fa329 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#62133 - petrochenkov:norustc, r=eddyb

    Feature gate `rustc` attributes harder
    
    Fixes rust-lang#62116
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    2a374b0 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#62150 - alex:mem-uninit-refactor, r=RalfJung

    Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.
    
    Refs rust-lang#62061
    
    r? @oli-obk
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    aa1e9be View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#62169 - Zoxc:store-query-results, r=eddyb

    Derive which queries to save using the proc macro
    
    Based on rust-lang#62166.
    
    r? @eddyb
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    13fff3d View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#62292 - Centril:split-async-closures, r=cra…

    …mertj
    
    Move `async || ...` closures into `#![feature(async_closure)]`
    
    The `async || expr` syntax is moved out from `#![feature(async_await)]` into its own gate `#![feature(async_closure)]`.
    
    New tracking issue: rust-lang#62290
    
    Closes rust-lang#62214.
    
    cc rust-lang#62149
    
    r? @varkor
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    6a2da57 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#62323 - Centril:clarify-read-unaligned, r=R…

    …alfJung
    
    Clarify unaligned fields in ptr::{read,write}_unaligned
    
    r? @RalfJung
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    cabf8b0 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#62324 - Centril:reduce-await-macro-reliance…

    …, r=cramertj
    
    Reduce reliance on `await!(...)` macro
    
    Only the last commit is new.
    
    r? @cramertj
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    2461040 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#62371 - Nemo157:fix-62288, r=Centril

    Add tracking issue for Box::into_pin
    
    Fixes rust-lang#62288
    Mark-Simulacrum committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    167429f View commit details
    Browse the repository at this point in the history