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 5 pull requests #75174

Merged
merged 12 commits into from
Aug 5, 2020
Merged

Rollup of 5 pull requests #75174

merged 12 commits into from
Aug 5, 2020

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    c577d71 View commit details
    Browse the repository at this point in the history
  2. Clean up E0745

    GuillaumeGomez committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    0275cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d75d7c View commit details
    Browse the repository at this point in the history
  4. Replace Memoryblock with NonNull<[u8]>

    Tim Diekmann committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    ab9362a View commit details
    Browse the repository at this point in the history
  5. Revert renaming of "memory block"

    Tim Diekmann committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    929e37d View commit details
    Browse the repository at this point in the history
  6. Revert missing "memory block"

    Tim Diekmann authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    93d9832 View commit details
    Browse the repository at this point in the history
  7. Update books

    ehuss committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5831333 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Rollup merge of rust-lang#75139 - pickfire:librustdoc-import, r=jyn514

    Remove log alias from librustdoc
    
    r? @jyn514
    JohnTitor authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    7b39f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    008228a View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#75149 - felixonmars:patch-1, r=wesleywiser

    Correct a typo in interpret/memory.rs
    JohnTitor authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    7123daf View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#75152 - TimDiekmann:replace_memblock, r=Ama…

    …nieu
    
    Replace `Memoryblock` with `NonNull<[u8]>`
    
    Closes rust-lang/wg-allocators#61
    
    r? @Amanieu
    JohnTitor authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5f87ee0 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#75168 - ehuss:update-books, r=ehuss

    Update books
    
    ## reference
    
    7 commits in b329ce37424874ad4db94f829a55807c6e21d2cb..c9b2736a059469043177e1e4ed41a55d7c63ac28
    2020-07-20 08:54:08 -0700 to 2020-08-03 03:34:03 -0700
    - Fix documented build output path. (rust-lang/reference#870)
    - Update token usage table. (rust-lang/reference#868)
    - Allow trait inner attributes (rust-lang/reference#864)
    - patterns.md - add word "underscore" to _ paragraph (rust-lang/reference#865)
    - Drive-by mention unsafe fn closure coercion (rust-lang/reference#802)
    - grammar: Change "For awhile" to "For a while" (rust-lang/reference#857)
    - Added Unpin to list of Auto Traits (rust-lang/reference#854)
    
    ## book
    
    7 commits in a914f2c7e5cdb771fa465de142381a51c53b580e..363293c1c5ce9e84ea3935a5e29ce8624801208a
    2020-07-21 09:20:05 -0500 to 2020-08-03 15:56:30 -0500
    - replace commas with m-dashes to improve readability of chapter 4.1 (rust-lang/book#2419)
    - Update TOML link to official website (rust-lang/book#2411)
    - Add github repo link (rust-lang/book#2265)
    - Remove the version number entirely so we can stop updating it
    - Add link to the `Vec&lt;T&gt;` API documentation (rust-lang/book#2249)
    - link to stdlib atomic docs (rust-lang/book#2361)
    - mdbook version used is now 0.4.x (rust-lang/book#2410)
    
    ## rust-by-example
    
    1 commits in 229c6945a26a53a751ffa4f9cb418388c00029d3..2e9271981adc32613365810f3428334c07095215
    2020-07-06 10:13:15 -0300 to 2020-07-27 13:39:16 -0500
    - Replaced "princess" with "royal" (rust-lang/rust-by-example#1363)
    
    ## embedded-book
    
    1 commits in 94d9ea8460bcbbbfef1877b47cb930260b5849a7..b5256448a2a4c1bec68b93c0847066f92f2ff5a9
    2020-07-05 14:17:40 +0000 to 2020-07-24 23:09:29 +0000
    - Update c-with-rust.md  (rust-embedded/book#256)
    JohnTitor authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    324faf1 View commit details
    Browse the repository at this point in the history