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 9 pull requests #76153

Merged
merged 26 commits into from
Aug 31, 2020
Merged

Rollup of 9 pull requests #76153

merged 26 commits into from
Aug 31, 2020

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    2d6ab12 View commit details
    Browse the repository at this point in the history
  2. Add missing hyphen

    reference counted pointer -> reference-counted pointer
    camelid committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7be129e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Liballoc vec doc use associated function

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    pickfire and Joshua Nelson committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c7e428e View commit details
    Browse the repository at this point in the history
  2. rust-langGH-66816: Removes disable before return

    Passing --disable-per-crate-search removes the create search
    inputs so moved code around so that the search input is enabled
    first before the function returns
    aszenz committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    7ee5155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2bb99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d504d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d727442 View commit details
    Browse the repository at this point in the history
  6. Use assertions on Vec doc

    Clarify what the state of Vec after with_capacity on doc.
    pickfire committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    12b4cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    237c500 View commit details
    Browse the repository at this point in the history
  8. Reuse description from drain_filter

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    pickfire and Joshua Nelson committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    be8b5eb View commit details
    Browse the repository at this point in the history
  9. Remove empty vec assertion flow distrupt

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    pickfire and Joshua Nelson committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    2d1ab83 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Configuration menu
    Copy the full SHA
    8a92718 View commit details
    Browse the repository at this point in the history
  2. resolve comments

    nixphix committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    01d95f2 View commit details
    Browse the repository at this point in the history
  3. add i32::MAX link

    nixphix committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    7ea4c28 View commit details
    Browse the repository at this point in the history
  4. revert Some(Item) link

    nixphix committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    523fea4 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    mark-i-m committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    0175c43 View commit details
    Browse the repository at this point in the history
  6. Update MinGW instructions to include ninja

    Added the `mingw-w64-x86_64-ninja` package to the build guide for MinGW, as well as a note not to use the `ninja` package from the `msys2` subsystem (doesn't handle paths correctly on windows).
    CDirkx committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    00d459a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Rollup merge of rust-lang#75969 - nixphix:docs/mod, r=jyn514

    Switch to intra-doc links in core/src/{convert,iter}/mod.rs
    
    Partial fix for rust-lang#75080
    
    @rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc
    
    r? @jyn514
    
    couldn't fix these
    
    ```rust
         ../../std/string/struct.String.html
         ../../std/primitive.never.html
         ../../std/sync/mpsc/struct.TryIter.html
    ```
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c601714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59eb4e View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#76033 - camelid:patch-7, r=Dylan-DPC

    Add missing hyphen
    
    reference counted pointer -> reference-counted pointer
    
    @rustbot modify labels: T-doc
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    6ce3243 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#76052 - aszenz:GH-66816_removes_disable_att…

    …ribute_before_return, r=GuillaumeGomez
    
    rust-langGH-66816:  Remove disable attr before return
    
    Passing --disable-per-crate-search removes the create search inputs so moved code around so that the search input is enabled
    first before the function returns.
    
    Fixes rust-lang#66816
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    300d7f6 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#76055 - pickfire:patch-9, r=jyn514

    Keep doc standard for Vec DrainFilter
    
    r? @jyn514
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    af1f46c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#76058 - pickfire:patch-11, r=jyn514

    Use assertions on Vec doc
    
    Clarify what the state of Vec after with_capacity on doc.
    
    r? @jyn514
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d829a5b View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#76069 - pickfire:patch-16, r=jyn514

    Use explicit intra-doc link in path for Vec resize
    
    r? @jyn514
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    13c4f04 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#76117 - mark-i-m:patch-1, r=petrochenkov

    Update README.md
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    f848174 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#76134 - CDirkx:patch-1, r=nagisa

    Update MinGW instructions to include ninja
    
    Rust now requires `ninja` to build, so the MinGW build instructions are updated to reflect this.
    
    Like for `python` and `cmake`, the `mingw-w64-x86_64-ninja` package should be used. The default package from the `msys2` subsystem doesn't handle paths correctly on windows.
    matklad committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    bd91b08 View commit details
    Browse the repository at this point in the history