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

Merged
merged 23 commits into from
Feb 17, 2018
Merged

Rollup of 8 pull requests #48294

merged 23 commits into from
Feb 17, 2018

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    a58d1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b5c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7277993 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Make primitive types docs relevant

    GuillaumeGomez authored and antoyo committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9931583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56e15de View commit details
    Browse the repository at this point in the history
  3. Fix tidy errors

    antoyo committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    146b81c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Add missing feature

    GuillaumeGomez committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9a30673 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Remove "empty buffer" doc in read_until

    This appears copied from fill_buf, but the above paragraph already indicates that a lack of delimiter at the end is EOF.
    zombiezen committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    e1e79d3 View commit details
    Browse the repository at this point in the history
  2. Fix condvar example

    GuillaumeGomez committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    ba6a6d0 View commit details
    Browse the repository at this point in the history
  3. spelling fix in comment

    steveklabnik authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    137f5bc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Add link to yield_now

    dns2utf8 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    3bf989f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e812da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58409d View commit details
    Browse the repository at this point in the history
  4. Remove unneeded string allocations

    Alex Crawford committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c670ae6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    22aecb9 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#48095 - QuietMisdreavus:doctest-assembly, r…

    …=GuillaumeGomez
    
    add unit tests for rustdoc's processing of doctests
    
    cc rust-lang#42018
    
    There's a lot of things that rustdoc will do to massage doctests into something that can be compiled, and a lot of options that can be toggled to affect this. Hopefully this list of tests can show off that functionality.
    
    The first commit is slightly unrelated but doesn't touch public functionality, because i found that if you have a manual `fn main`, it adds an extra line break at the end, whereas it would trim this extra line break if it were putting a `fn main` in automatically. That first commit makes it trim out that whitespace ahead of time.
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    8aa2852 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#48152 - antoyo:primitive-docs-relevant, r=Q…

    …uietMisdreavus
    
    Primitive docs relevant
    
    This fixes the documentation to show the right types in the examples for many integer methods.
    
    I need to check if the result is correct before we merge.
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    6db06f5 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#48234 - zombiezen:patch-1, r=steveklabnik

    Remove "empty buffer" doc in read_until
    
    This appears copied from fill_buf, but the above paragraph already indicates that a lack of delimiter at the end is EOF.
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    62d6ba4 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#48239 - GuillaumeGomez:fix-condvar-example,…

    … r=QuietMisdreavus
    
    Fix condvar example
    
    Fixes rust-lang#48230.
    
    r? @QuietMisdreavus
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    3672caf View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#48243 - rust-lang:steveklabnik-patch-1, r=k…

    …ennytm
    
    spelling fix in comment
    
    r? @Manishearth
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    01c7f3a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#48260 - dns2utf8:add_link_to_yield, r=kennytm

    [doc] Add link to yield_now
    
    A convenient link.
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    7dd8c09 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#48284 - crawford:string, r=sfackler

    Remove unneeded string allocations
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    c4f0011 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#48286 - SergioBenitez:master, r=BurntSushi

    Clarify contiguity of Vec's elements.
    
    Small doc changes for clarity.
    GuillaumeGomez authored Feb 17, 2018
    Configuration menu
    Copy the full SHA
    47db61a View commit details
    Browse the repository at this point in the history