-
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 16 pull requests #53662
Rollup of 16 pull requests #53662
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0603a73 - Browse repository at this point
Copy the full SHA 0603a73View commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f285876 - Browse repository at this point
Copy the full SHA f285876View commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8a72954 - Browse repository at this point
Copy the full SHA 8a72954View commit details
Commits on Aug 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b7a49e7 - Browse repository at this point
Copy the full SHA b7a49e7View commit details
Commits on Aug 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00b2606 - Browse repository at this point
Copy the full SHA 00b2606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81684bf - Browse repository at this point
Copy the full SHA 81684bfView commit details
Commits on Aug 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 54b096a - Browse repository at this point
Copy the full SHA 54b096aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3536359 - Browse repository at this point
Copy the full SHA 3536359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17eb64a - Browse repository at this point
Copy the full SHA 17eb64aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6201f9 - Browse repository at this point
Copy the full SHA a6201f9View commit details
Commits on Aug 22, 2018
-
docs: std::string::String.repeat(): slightly rephrase to be more in-l…
…ine with other descriptions. add ticks around a few keywords in other descriptions.
Configuration menu - View commit details
-
Copy full SHA for 11f3918 - Browse repository at this point
Copy the full SHA 11f3918View commit details -
Configuration menu - View commit details
-
Copy full SHA for f07245c - Browse repository at this point
Copy the full SHA f07245cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c4f5e - Browse repository at this point
Copy the full SHA c9c4f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 276253e - Browse repository at this point
Copy the full SHA 276253eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 200c6d9 - Browse repository at this point
Copy the full SHA 200c6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbcb9c - Browse repository at this point
Copy the full SHA 8fbcb9cView commit details -
tidy: Stop requiring a license header
Previously approved in rust-lang#43498 ; update tidy to match.
Configuration menu - View commit details
-
Copy full SHA for a15b617 - Browse repository at this point
Copy the full SHA a15b617View commit details -
Configuration menu - View commit details
-
Copy full SHA for b188c2a - Browse repository at this point
Copy the full SHA b188c2aView commit details
Commits on Aug 23, 2018
-
use String::new() instead of String::from(""), "".to_string(), "".to_…
…owned() or "".into()
Configuration menu - View commit details
-
Copy full SHA for ede1f7d - Browse repository at this point
Copy the full SHA ede1f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a05d1 - Browse repository at this point
Copy the full SHA 85a05d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0ff24 - Browse repository at this point
Copy the full SHA 9e0ff24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7709b3 - Browse repository at this point
Copy the full SHA e7709b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747722e - Browse repository at this point
Copy the full SHA 747722eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc2e01 - Browse repository at this point
Copy the full SHA 2cc2e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a83e3 - Browse repository at this point
Copy the full SHA 25a83e3View commit details
Commits on Aug 24, 2018
-
Rollup merge of rust-lang#53311 - RalfJung:windows-mutex, r=retep998
Window Mutex: Document that we properly initialize the SRWLock See rust-lang#35836
Configuration menu - View commit details
-
Copy full SHA for ab5a71b - Browse repository at this point
Copy the full SHA ab5a71bView commit details -
Rollup merge of rust-lang#53503 - kornelski:master, r=dtolnay
Discourage overuse of mem::forget Some uses of `mem::forget` have been replaced by better methods of `Box`, so I've removed obsoleted use-cases from these docs. I've removed emphasis on leaking, because it's not obvious `mem::forget` does not guarantee leaking of memory: memory of stack-allocated objects and values partially moved out of `Box` will still be freed. That's a potential error when used to pass objects to FFI, so it's better to direct users to `Box::into_raw` instead.
Configuration menu - View commit details
-
Copy full SHA for 973428d - Browse repository at this point
Copy the full SHA 973428dView commit details -
Rollup merge of rust-lang#53559 - Dylan-DPC:fix/missing-doc-lint, r=k…
…ennytm add macro check for lint Fixes rust-lang#53537
Configuration menu - View commit details
-
Copy full SHA for 7f396ba - Browse repository at this point
Copy the full SHA 7f396baView commit details -
Rollup merge of rust-lang#53562 - varkor:bastion-of-the-turbofish, r=…
…nagisa Lament the invincibility of the Turbofish Here a test case is added to ensure that any others attempting to drive the Turbofish to extinction have second thoughts. Previously the [entire test suite would succeed](rust-lang#53511) if generic arguments were accepted without disambiguation, making for [confusing and heartbreaking circumstances](rust-lang/rfcs#2527).
Configuration menu - View commit details
-
Copy full SHA for 714e5b3 - Browse repository at this point
Copy the full SHA 714e5b3View commit details -
Rollup merge of rust-lang#53563 - matthiaskrgr:String, r=varkor
use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into()
Configuration menu - View commit details
-
Copy full SHA for d13c612 - Browse repository at this point
Copy the full SHA d13c612View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24a30e - Browse repository at this point
Copy the full SHA b24a30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c802be6 - Browse repository at this point
Copy the full SHA c802be6View commit details -
Rollup merge of rust-lang#53592 - matthiaskrgr:str_doc, r=alexcrichton
docs: minor stylistic changes to str/string docs std::string::String.repeat(): slightly rephrase to be more in-line with other descriptions. add ticks around a few keywords in other descriptions.
Configuration menu - View commit details
-
Copy full SHA for c51903c - Browse repository at this point
Copy the full SHA c51903cView commit details -
Rollup merge of rust-lang#53594 - rust-lang:Aaronepower-patch-1, r=Ma…
…rk-Simulacrum Update RELEASES.md to include clippy-preview [Rendered](https://github.com/rust-lang/rust/blob/Aaronepower-patch-1/RELEASES.md#misc) r? @Mark-Simulacrum
Configuration menu - View commit details
-
Copy full SHA for 3fbd72e - Browse repository at this point
Copy the full SHA 3fbd72eView commit details -
Rollup merge of rust-lang#53600 - varkor:expected-generic-arg-s, r=eddyb
Fix a grammatical mistake in "expected generic arguments" errors r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 7d990fa - Browse repository at this point
Copy the full SHA 7d990faView commit details -
Rollup merge of rust-lang#53614 - RalfJung:nomicon, r=kennytm
update nomicon and book
Configuration menu - View commit details
-
Copy full SHA for ff4500c - Browse repository at this point
Copy the full SHA ff4500cView commit details -
Rollup merge of rust-lang#53617 - joshtriplett:tidy-no-license-header…
…, r=Mark-Simulacrum tidy: Stop requiring a license header Previously approved in rust-lang#43498 ; update tidy to match.
Configuration menu - View commit details
-
Copy full SHA for cf90fd0 - Browse repository at this point
Copy the full SHA cf90fd0View commit details -
Rollup merge of rust-lang#53618 - GuillaumeGomez:fmt-examples, r=Quie…
…tMisdreavus Add missing fmt examples r? @QuietMisdreavus
Configuration menu - View commit details
-
Copy full SHA for a37b69d - Browse repository at this point
Copy the full SHA a37b69dView commit details -
Rollup merge of rust-lang#53636 - frewsxcv:frewsxcv-nth, r=rkruppe
Prefer `.nth(n)` over `.skip(n).next()`. Found by clippy.
Configuration menu - View commit details
-
Copy full SHA for 9dfb95b - Browse repository at this point
Copy the full SHA 9dfb95bView commit details -
Rollup merge of rust-lang#53644 - llogiq:smallvec-for-small-c-str, r=…
…estebank Use SmallVec for SmallCStr This reuses the awesome optimizations from Servo's `SmallVec` to speed up `SmallCStr`.
Configuration menu - View commit details
-
Copy full SHA for 0009fad - Browse repository at this point
Copy the full SHA 0009fadView commit details -
Rollup merge of rust-lang#53664 - IsaacWoods:fix_53608, r=oli-obk
Remove unnecessary closure in rustc_mir/build/mod.rs Fixes rust-lang#53608
Configuration menu - View commit details
-
Copy full SHA for 62f29c4 - Browse repository at this point
Copy the full SHA 62f29c4View commit details -
Rollup merge of rust-lang#53545 - FelixMcFelix:fix-50865-beta, r=petr…
…ochenkov Fix rust-lang#50865: ICE on impl-trait returning functions reaching private items Adds a test case as suggested in rust-lang#50865, and implements @petrochenkov's suggestion. Fixes rust-lang#50865. Impl-trait-returning functions are marked under a new (low) access level, which they propagate rather than `AccessLevels::Reachable`. `AccessLevels::is_reachable` returns false for such items (leaving stability analysis unaffected), these items may still be visible to the lints phase however.
Configuration menu - View commit details
-
Copy full SHA for a1ec2f7 - Browse repository at this point
Copy the full SHA a1ec2f7View commit details -
Rollup merge of rust-lang#53666 - davidtwco:issue-51737, r=Mark-Simul…
…acrum Added rustc_codegen_llvm to compiler documentation. Fixes rust-lang#51737.
Configuration menu - View commit details
-
Copy full SHA for c6039de - Browse repository at this point
Copy the full SHA c6039deView commit details