-
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 20 pull requests #44561
Rollup of 20 pull requests #44561
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 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1ffc3dd - Browse repository at this point
Copy the full SHA 1ffc3ddView 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 -
Configuration menu - View commit details
-
Copy full SHA for 8e80cee - Browse repository at this point
Copy the full SHA 8e80ceeView 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 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5d3626d - Browse repository at this point
Copy the full SHA 5d3626dView 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 -
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 -
Configuration menu - View commit details
-
Copy full SHA for 18ef0de - Browse repository at this point
Copy the full SHA 18ef0deView commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 833a9b5 - Browse repository at this point
Copy the full SHA 833a9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f452acb - Browse repository at this point
Copy the full SHA f452acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d6f12 - Browse repository at this point
Copy the full SHA f3d6f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede6dfd - Browse repository at this point
Copy the full SHA ede6dfdView commit details
Commits on Sep 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b8e0989 - Browse repository at this point
Copy the full SHA b8e0989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742ff5a - Browse repository at this point
Copy the full SHA 742ff5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adf50d - Browse repository at this point
Copy the full SHA 8adf50dView commit details
Commits on Sep 13, 2017
-
David Adler committed
Sep 13, 2017 Configuration menu - View commit details
-
Copy full SHA for 518bd30 - Browse repository at this point
Copy the full SHA 518bd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd2ee1 - Browse repository at this point
Copy the full SHA 9dd2ee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd4689 - Browse repository at this point
Copy the full SHA ccd4689View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4044ee - Browse repository at this point
Copy the full SHA c4044eeView commit details -
update "since" for discriminant_value
It's going to be backported to beta.
Configuration menu - View commit details
-
Copy full SHA for 5f43357 - Browse repository at this point
Copy the full SHA 5f43357View commit details
Commits on Sep 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2d292cf - Browse repository at this point
Copy the full SHA 2d292cfView commit details -
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 f155c81 - Browse repository at this point
Copy the full SHA f155c81View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4dc29b3 - Browse repository at this point
Copy the full SHA 4dc29b3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0952276 - Browse repository at this point
Copy the full SHA 0952276View 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 7289731 - Browse repository at this point
Copy the full SHA 7289731View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 711e163 - Browse repository at this point
Copy the full SHA 711e163View 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 273922f - Browse repository at this point
Copy the full SHA 273922fView 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 7cc5a4f - Browse repository at this point
Copy the full SHA 7cc5a4fView commit details -
Rollup merge of rust-lang#44450 - SergioBenitez:master, r=nrc
Add `impl From<Vec<Span>> for MultiSpan`. A simple `impl`. r? @nrc
Configuration menu - View commit details
-
Copy full SHA for e67f434 - Browse repository at this point
Copy the full SHA e67f434View 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 423120a - Browse repository at this point
Copy the full SHA 423120aView 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 d5c61d1 - Browse repository at this point
Copy the full SHA d5c61d1View 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 5504873 - Browse repository at this point
Copy the full SHA 5504873View commit details -
Rollup merge of rust-lang#44477 - napen123:master, r=frewsxcv
Add doc examples to str::from_utf8_unchecked_mut Fixes rust-lang#44461
Configuration menu - View commit details
-
Copy full SHA for 56ee7dc - Browse repository at this point
Copy the full SHA 56ee7dcView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f90eabd - Browse repository at this point
Copy the full SHA f90eabdView commit details -
Rollup merge of rust-lang#44497 - tommyip:doc_example, r=frewsxcv
Add doc example to str::from_boxed_utf8_unchecked Fixes rust-lang#44463.
Configuration menu - View commit details
-
Copy full SHA for 38a8d60 - Browse repository at this point
Copy the full SHA 38a8d60View commit details -
Rollup merge of rust-lang#44521 - rwakulszowa:str_utf16_doc, r=frewsxcv
Add an example of std::str::encode_utf16 Closes rust-lang#44419
Configuration menu - View commit details
-
Copy full SHA for 8ca0212 - Browse repository at this point
Copy the full SHA 8ca0212View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 66c1954 - Browse repository at this point
Copy the full SHA 66c1954View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for da6a159 - Browse repository at this point
Copy the full SHA da6a159View commit details -
Rollup merge of rust-lang#44541 - GuillaumeGomez:openoptions-docs, r=…
…QuietMisdreavus Openoptions docs r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for d73f4dd - Browse repository at this point
Copy the full SHA d73f4ddView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 24c4e26 - Browse repository at this point
Copy the full SHA 24c4e26View commit details -
Rollup merge of rust-lang#44559 - frewsxcv:frewsxcv-rm-loop, r=sfackler
Remove unneeded `loop`. None
Configuration menu - View commit details
-
Copy full SHA for 0058d58 - Browse repository at this point
Copy the full SHA 0058d58View commit details