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

Closed
wants to merge 22 commits into from
Closed

Rollup of 8 pull requests #44483

wants to merge 22 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

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 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. Remove the cstore reference from Session in order to prepare encaps…

    …ulating CrateStore access in tcx.
    michaelwoerister authored and alexcrichton committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    01e9712 View commit details
    Browse the repository at this point in the history
  8. rustc: Make CrateStore private to TyCtxt

    This commit removes the `cstore_untracked` method, making the `CrateStore` trait
    object entirely private to the `ty/context.rs` module.
    alexcrichton committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    224d47d View commit details
    Browse the repository at this point in the history
  9. 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
  10. Configuration menu
    Copy the full SHA
    28fc93f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    31023b0 View commit details
    Browse the repository at this point in the history
  2. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    86402ad View commit details
    Browse the repository at this point in the history
  3. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    b6cc030 View commit details
    Browse the repository at this point in the history
  4. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    322a731 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#44420 - alexcrichton:private-cstore, r=mich…

    …aelwoerister
    
    rustc: Make `CrateStore` private to `TyCtxt`
    
    This commit makes the `CrateStore` object private to the `ty/context.rs` module and also absent on the `Session` itself.
    
    cc rust-lang#44390
    cc rust-lang#44341 (initial commit pulled and rebased from here)
    frewsxcv committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    310d771 View commit details
    Browse the repository at this point in the history
  6. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    41b0761 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#44472 - smt923:master, r=frewsxcv

    Add short doc examples for str::from_utf8_mut
    
    Fixes rust-lang#44462
    frewsxcv committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    b56ff00 View commit details
    Browse the repository at this point in the history
  8. 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 committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    ab0a295 View commit details
    Browse the repository at this point in the history