-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #44482
Rollup of 8 pull requests #44482
Commits on Aug 28, 2017
-
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).
Configuration menu - View commit details
-
Copy full SHA for adfebed - Browse repository at this point
Copy the full SHA adfebedView commit details
Commits on Sep 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 55f9087 - Browse repository at this point
Copy the full SHA 55f9087View commit details
Commits on Sep 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b4d0f61 - Browse repository at this point
Copy the full SHA b4d0f61View commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e36d8cd - Browse repository at this point
Copy the full SHA e36d8cdView commit details
Commits on Sep 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cd1bf6d - Browse repository at this point
Copy the full SHA cd1bf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51bbd69 - Browse repository at this point
Copy the full SHA 51bbd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for f20b030 - Browse repository at this point
Copy the full SHA f20b030View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1a4c6 - Browse repository at this point
Copy the full SHA bc1a4c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303b7c2 - Browse repository at this point
Copy the full SHA 303b7c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204414b - Browse repository at this point
Copy the full SHA 204414bView commit details -
Remove the
cstore
reference from Session in order to prepare encaps……ulating CrateStore access in tcx.
Configuration menu - View commit details
-
Copy full SHA for 01e9712 - Browse repository at this point
Copy the full SHA 01e9712View commit details -
rustc: Make
CrateStore
private toTyCtxt
This commit removes the `cstore_untracked` method, making the `CrateStore` trait object entirely private to the `ty/context.rs` module.
Configuration menu - View commit details
-
Copy full SHA for 224d47d - Browse repository at this point
Copy the full SHA 224d47dView commit details -
Alphabetize current label explanations
So that you can scroll down the list of labels along with these explanations.
Configuration menu - View commit details
-
Copy full SHA for 69b9494 - Browse repository at this point
Copy the full SHA 69b9494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28fc93f - Browse repository at this point
Copy the full SHA 28fc93fView commit details
Commits on Sep 11, 2017
-
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).
Configuration menu - View commit details
-
Copy full SHA for f29eee9 - Browse repository at this point
Copy the full SHA f29eee9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7765657 - Browse repository at this point
Copy the full SHA 7765657View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dc34c64 - Browse repository at this point
Copy the full SHA dc34c64View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 5ecaddb - Browse repository at this point
Copy the full SHA 5ecaddbView commit details -
Rollup merge of rust-lang#44430 - steveklabnik:update-mdbook, r=alexc…
…richton update mdbook This eliminates some warnings r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 068b848 - Browse repository at this point
Copy the full SHA 068b848View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 098af1a - Browse repository at this point
Copy the full SHA 098af1aView commit details -
Rollup merge of rust-lang#44472 - smt923:master, r=frewsxcv
Add short doc examples for str::from_utf8_mut Fixes rust-lang#44462
Configuration menu - View commit details
-
Copy full SHA for b4e3c63 - Browse repository at this point
Copy the full SHA b4e3c63View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 92b633b - Browse repository at this point
Copy the full SHA 92b633bView commit details