-
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 4 pull requests #64053
Rollup of 4 pull requests #64053
Commits on Aug 30, 2019
-
rustdoc use -Ccodegen-units=1 by default for test compile
as the test is small we do not want split up in multiple codegen units and also as there is multiple test running at the same time this will reduce the number of concurrent threads
Configuration menu - View commit details
-
Copy full SHA for 0b478e6 - Browse repository at this point
Copy the full SHA 0b478e6View commit details
Commits on Aug 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8e4748 - Browse repository at this point
Copy the full SHA c8e4748View commit details -
Configuration menu - View commit details
-
Copy full SHA for cccce09 - Browse repository at this point
Copy the full SHA cccce09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b94610 - Browse repository at this point
Copy the full SHA 1b94610View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e1175 - Browse repository at this point
Copy the full SHA e2e1175View commit details -
Fix word repetition in str documentation
Fixes a few repetitions of "like like" in the `trim*` methods documentation of `str`.
Configuration menu - View commit details
-
Copy full SHA for c4d0c28 - Browse repository at this point
Copy the full SHA c4d0c28View commit details
Commits on Sep 1, 2019
-
Rollup merge of rust-lang#63410 - johnterickson:master, r=joshtriplett
Update BufWriter example to include call to flush() I was playing with a writing a Huffman encoder/decoder and was getting weird corruptions and truncations. I finally realized it was was because `BufWriter` was swallowing write errors 😬. I've found Rust to generally be explicit and err on the safe side, so I definitely found this unintuitive and not "rustic". https://twitter.com/johnterickson/status/1159514988123312128
Configuration menu - View commit details
-
Copy full SHA for ddf1b0c - Browse repository at this point
Copy the full SHA ddf1b0cView commit details -
Rollup merge of rust-lang#64032 - andjo403:codegen-units, r=Mark-Simu…
…lacrum rustdoc use -Ccodegen-units=1 by default for test compile as the test is small we do not want split up in multiple codegen units and also as there is multiple test running at the same time this will reduce the number of concurrent threads tested the test time with `./x.py test src/libcore --doc` for my 16 core 32 thread cpu i get about 6% faster execution and my 2 core 4 thread cpu I get about 10% faster execution cc rust-lang#63638 r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 5d813c5 - Browse repository at this point
Copy the full SHA 5d813c5View commit details -
Rollup merge of rust-lang#64039 - pickfire:patch-1, r=jonas-schievink
Update sync condvar doc style
Configuration menu - View commit details
-
Copy full SHA for 8cbbf97 - Browse repository at this point
Copy the full SHA 8cbbf97View commit details -
Rollup merge of rust-lang#64042 - juliangehring:string-docs, r=jonas-…
…schievink Fix word repetition in str documentation Fixes a few repetitions of "like like" in the `trim*` methods documentation of `str`.
Configuration menu - View commit details
-
Copy full SHA for adeba4d - Browse repository at this point
Copy the full SHA adeba4dView commit details