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

Closed
wants to merge 24 commits into from
Closed

Commits on Jun 22, 2019

  1. Remove FnBox.

    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    a99a7b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    1c12b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb26e07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0533f12 View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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. Add some #[inline] attributes

    Zoxc committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c877989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11221d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a68afc5 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    85ea4a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b75021b View commit details
    Browse the repository at this point in the history
  7. Updated RELEASES.md for 1.36.0

    Co-Authored-By: Taiki Endo <[email protected]>
    Co-Authored-By: Jonas Schievink <[email protected]>
    Co-Authored-By: Torbjørn Birch Moltu <[email protected]>
    4 people committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0f34d7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba12e78 View commit details
    Browse the repository at this point in the history
  9. cleanup: rename name_from to symbol_from

    Lexer uses Symbols for a lot of stuff, not only for identifiers, so
    the "name" terminology is just confusing.
    matklad committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    57db25e View commit details
    Browse the repository at this point in the history
  10. tweak wording

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

Commits on Jun 26, 2019

  1. Rollup merge of rust-lang#61767 - JohnTitor:update-smallvec, r=nikoma…

    …tsakis
    
    Update new_debug_unreachable
    
    In latest master, smallvec has been updated. So we only update new_debug_unreachable to remove unmaintained dependencies.
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    57c56c1 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#62043 - Centril:remove-fnbox, r=cramertj

    Remove `FnBox`
    
    Remove `FnBox` since we now have `Box<dyn FnOnce>`.
    
    Closes rust-lang#28796.
    
    r? @cramertj
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    31433b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50deed2 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#62102 - RalfJung:read, r=Centril

    call out explicitly that general read needs to be called with an initialized buffer
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    943a17c View commit details
    Browse the repository at this point in the history
  5. 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
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    adb4d4a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#62104 - Zoxc:query-info, r=eddyb

    Inform the query system about properties of queries at compile time
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    20277f8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#62106 - cramertj:test-await, r=centril

    Add more tests for async/await
    
    I'll follow up with more of these, but here's an initial few.
    
    r? @Centril
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3594fa2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#62124 - matklad:without-with, r=petrochenkov

    refactor lexer to use idiomatic borrowing
    Centril authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    608377c View commit details
    Browse the repository at this point in the history