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 20 pull requests #44561

Closed
wants to merge 48 commits into from
Closed

Rollup of 20 pull requests #44561

wants to merge 48 commits into from

Commits on Aug 28, 2017

  1. Explicitly run perl for OpenSSL Configure

    OpenSSL's Configure script is missing a shebang. On some platforms,
    execve falls back to execution with the shell. Some other platforms,
    like musl, will fail with an exec format error. Avoid this by calling
    perl explicitly (since it's a perl script).
    smaeul committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    adfebed View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

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

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    55f9087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e80cee View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

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

Commits on Sep 9, 2017

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

Commits on Sep 10, 2017

  1. Configuration menu
    Copy the full SHA
    cd1bf6d View commit details
    Browse the repository at this point in the history
  2. Fix incorrect markdown title

    smt923 committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    51bbd69 View commit details
    Browse the repository at this point in the history
  3. Fix trailing whitespace

    smt923 committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    f20b030 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc1a4c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    303b7c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    204414b View commit details
    Browse the repository at this point in the history
  7. Alphabetize current label explanations

    So that you can scroll down the list of labels along with these
    explanations.
    carols10cents committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    69b9494 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28fc93f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18ef0de View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    833a9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f452acb View commit details
    Browse the repository at this point in the history
  3. update mdbook

    steveklabnik committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    f3d6f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ede6dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    b8e0989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    742ff5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adf50d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Fix drain_filter doctest.

    David Adler committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    518bd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd2ee1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd4689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4044ee View commit details
    Browse the repository at this point in the history
  5. update "since" for discriminant_value

    It's going to be backported to beta.
    durka authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    5f43357 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Remove unneeded loop.

    frewsxcv committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    2d292cf View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#44131 - smaeul:openssl-perl, r=Mark-Simulacrum

    Explicitly run perl for OpenSSL Configure
    
    OpenSSL's Configure script is missing a shebang. On some platforms,
    execve falls back to execution with the shell. Some other platforms,
    like musl, will fail with an exec format error. Avoid this by calling
    perl explicitly (since it's a perl script).
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    f155c81 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#44254 - GuillaumeGomez:const-fix-rustdoc, r…

    …=QuietMisdreavus
    
    Fix rendering of const keyword for functions
    
    Fixes rust-lang#44187.
    
    r? @QuietMisdreavus
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    4dc29b3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#44356 - nrc:rls-component-manifest, r=@alex…

    …crichton
    
    Attempt to fix the component manifest problem for rls-preview
    
    cc rust-lang#44270
    
    See rust-lang#44270
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    0952276 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#44368 - ollie27:rustdoc_pulldown_ids, r=Qui…

    …etMisdreavus
    
    rustdoc: Don't counts ids twice when using --enable-commonmark
    
    cc @GuillaumeGomez
    r? @QuietMisdreavus
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    7289731 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#44374 - jsheard:threadname, r=alexcrichton

    Implement named threads on Windows (v2)
    
    https://msdn.microsoft.com/en-us/library/windows/desktop/mt774976(v=vs.85).aspx
    
    Windows 10 version 1607 finally added a sensible API for naming threads, so we can now implement named threads without having to use MSVC compiler extensions like before. VS2017s debugger and the WPA profiler already use this API where available, but other tools may need some time to catch up.
    
    ![thread](https://user-images.githubusercontent.com/3153547/30133438-c92a3cda-934b-11e7-9668-915d53e8d860.png)
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    711e163 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#44388 - tbu-:pr_doc_udp_connect_multiple, r…

    …=frewsxcv
    
    Clarify the behavior of UDP sockets wrt. multiple addresses in `connect`
    
    CC @frewsxcv rust-lang#22569 rust-lang#44209
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    273922f View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#44430 - steveklabnik:update-mdbook, r=alexc…

    …richton
    
    update mdbook
    
    This eliminates some warnings
    
    r? @alexcrichton
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    7cc5a4f View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#44450 - SergioBenitez:master, r=nrc

    Add `impl From<Vec<Span>> for MultiSpan`.
    
    A simple `impl`.
    
    r? @nrc
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    e67f434 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#44453 - tommyip:doc_string_as_mut_str, r=fr…

    …ewsxcv
    
    Add doc example to String::as_mut_str
    
    Fixes rust-lang#44429.
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    423120a View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#44472 - smt923:master, r=frewsxcv

    Add short doc examples for str::from_utf8_mut
    
    Fixes rust-lang#44462
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    d5c61d1 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#44476 - integer32llc:update-label-explanati…

    …on, r=Mark-Simulacrum
    
    Update label explanations
    
    Some of the newer labels weren't covered in CONTRIBUTING.md :)
    
    r? @Mark-Simulacrum
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    5504873 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#44477 - napen123:master, r=frewsxcv

    Add doc examples to str::from_utf8_unchecked_mut
    
    Fixes rust-lang#44461
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    56ee7dc View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#44485 - 42triangles:master, r=frewsxcv

    Added an example for `std::str::into_boxed_bytes()`
    
    This solves issue rust-lang#44423.
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    f90eabd View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#44497 - tommyip:doc_example, r=frewsxcv

    Add doc example to str::from_boxed_utf8_unchecked
    
    Fixes rust-lang#44463.
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    38a8d60 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#44521 - rwakulszowa:str_utf16_doc, r=frewsxcv

    Add an example of std::str::encode_utf16
    
    Closes rust-lang#44419
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    8ca0212 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#44534 - adlerd:drain_filter_doctest, r=bluss

    Fix drain_filter doctest.
    
    Fixes rust-lang#44499.
    
    Also change some of the hidden logic in the doctest as a regression test; two bugs in the original would now cause test failure.
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    66c1954 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#44536 - Havvy:transmute-docs, r=steveklabnik

    Fix example in transmute; add safety requirement to Vec::from_raw_parts
    
    This fixes the second bullet point on rust-lang#44281 and also removes some incorrect information.
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    da6a159 View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#44541 - GuillaumeGomez:openoptions-docs, r=…

    …QuietMisdreavus
    
    Openoptions docs
    
    r? @QuietMisdreavus
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    d73f4dd View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#44552 - durka:patch-42, r=alexcrichton

    update "since" for discriminant_value
    
    It's [going](rust-lang#44263 (comment)) to be backported to beta.
    
    r? @alexcrichton
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    24c4e26 View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#44559 - frewsxcv:frewsxcv-rm-loop, r=sfackler

    Remove unneeded `loop`.
    
    None
    frewsxcv authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    0058d58 View commit details
    Browse the repository at this point in the history