-
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 12 pull requests #58016
Rollup of 12 pull requests #58016
Commits on Dec 26, 2018
-
mark str::string::String.trim.* functions as #[must_use].
The functions return a reference to a new object and do not modify in-place as the following code shows: ```` let s = String::from(" hello "); s.trim(); assert_eq!(s, " hello "); ```` The new reference should be bound to a variable as now indicated by #[must_use].
Configuration menu - View commit details
-
Copy full SHA for 809a1a8 - Browse repository at this point
Copy the full SHA 809a1a8View commit details -
Update src/libcore/str/mod.rs, tweak must_use message
trimmed string is returned as a slice instead of a new allocation Co-Authored-By: matthiaskrgr <matthias.krueger@famsik.de>
Configuration menu - View commit details
-
Copy full SHA for e7ce868 - Browse repository at this point
Copy the full SHA e7ce868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e9057 - Browse repository at this point
Copy the full SHA 74e9057View commit details
Commits on Jan 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8db66ca - Browse repository at this point
Copy the full SHA 8db66caView commit details
Commits on Jan 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e57726 - Browse repository at this point
Copy the full SHA 1e57726View commit details
Commits on Jan 29, 2019
-
SGX target: improve panic & exit handling
Jethro Beekman committedJan 29, 2019 Configuration menu - View commit details
-
Copy full SHA for a75ae00 - Browse repository at this point
Copy the full SHA a75ae00View commit details -
Add link to the edition guide.
Siddhartha Sahu authoredJan 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 84a89aa - Browse repository at this point
Copy the full SHA 84a89aaView commit details
Commits on Jan 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 62867b4 - Browse repository at this point
Copy the full SHA 62867b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfb05f - Browse repository at this point
Copy the full SHA 7cfb05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc528d9 - Browse repository at this point
Copy the full SHA bc528d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154c54c - Browse repository at this point
Copy the full SHA 154c54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4165c89 - Browse repository at this point
Copy the full SHA 4165c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab708f5 - Browse repository at this point
Copy the full SHA ab708f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7017927 - Browse repository at this point
Copy the full SHA 7017927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0af1f - Browse repository at this point
Copy the full SHA 4e0af1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa713e - Browse repository at this point
Copy the full SHA 5aa713eView commit details -
Jethro Beekman committed
Jan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for a3f0af2 - Browse repository at this point
Copy the full SHA a3f0af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a5cb6 - Browse repository at this point
Copy the full SHA a7a5cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765fa81 - Browse repository at this point
Copy the full SHA 765fa81View commit details -
fix rust-lang#57686: update docs for fix_start/end_matches
Rett Berg committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 4a3caca - Browse repository at this point
Copy the full SHA 4a3cacaView commit details -
Improve bug message in check_ty
This branch was hit in Clippy and I think it would be nice to show the thing that was unexpected in the bug message. It's also in line with the other `bug!` messages in `check_ty`.
Configuration menu - View commit details
-
Copy full SHA for 037fdb8 - Browse repository at this point
Copy the full SHA 037fdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c26c59 - Browse repository at this point
Copy the full SHA 8c26c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74675fe - Browse repository at this point
Copy the full SHA 74675feView commit details -
Pass correct arguments to places_conflict
The borrow place *must* be a place that we track borrows for, otherwise we will likely ICE.
Configuration menu - View commit details
-
Copy full SHA for 6fe370c - Browse repository at this point
Copy the full SHA 6fe370cView commit details
Commits on Jan 31, 2019
-
Rollup merge of rust-lang#57008 - Knium:misleading-try-adding-parenth…
…eses-in-match-with-comma, r=oli-obk suggest `|` when `,` founds in invalid match value Issue rust-lang#54807 I get stuck on (what | how) I should implement...
Configuration menu - View commit details
-
Copy full SHA for ab844da - Browse repository at this point
Copy the full SHA ab844daView commit details -
Rollup merge of rust-lang#57106 - matthiaskrgr:trim_must_use, r=sfackler
Mark str::trim.* functions as #[must_use]. The functions return a reference to a new object and do not modify in-place as the following code shows: ```` let s = String::from(" hello "); s.trim(); assert_eq!(s, " hello "); ```` The new reference should be bound to a variable as now indicated by #[must_use].
Configuration menu - View commit details
-
Copy full SHA for 7ebb0a8 - Browse repository at this point
Copy the full SHA 7ebb0a8View commit details -
Rollup merge of rust-lang#57920 - euclio:source-date-epoch, r=Mark-Si…
…mulacrum use `SOURCE_DATE_EPOCH` for man page time if set Fixes rust-lang#57776.
Configuration menu - View commit details
-
Copy full SHA for 0134656 - Browse repository at this point
Copy the full SHA 0134656View commit details -
Rollup merge of rust-lang#57934 - dwijnand:from-Arc/Rc-to-NonNull, r=…
…alexcrichton Introduce into_raw_non_null on Rc and Arc None
Configuration menu - View commit details
-
Copy full SHA for e8173a6 - Browse repository at this point
Copy the full SHA e8173a6View commit details -
Rollup merge of rust-lang#57971 - jethrogb:jb/sgx-panic, r=alexcrichton
SGX target: improve panic & exit handling Implement this part of the spec: > The enclave must not rely on userspace to terminate other threads still running. Similarly, the enclave must not trust that it will no longer be entered by userspace, and it must safeguard against that in the entrypoints. Also use `UserRef` to access panic buffer r? @alexcrichton cc @VardhanThigle
Configuration menu - View commit details
-
Copy full SHA for fb7721a - Browse repository at this point
Copy the full SHA fb7721aView commit details -
Rollup merge of rust-lang#57980 - siddharthasahu:patch-1, r=QuietMisd…
…reavus Add the edition guide to the bookshelf
Configuration menu - View commit details
-
Copy full SHA for 9b3aedf - Browse repository at this point
Copy the full SHA 9b3aedfView commit details -
Rollup merge of rust-lang#57984 - phansch:improve_check_ty_error, r=z…
…ackmdavis Improve bug message in check_ty This branch was hit in Clippy and I think it would be nice to show the thing that was unexpected in the bug message. It's also in line with the other `bug!` messages in `check_ty`.
Configuration menu - View commit details
-
Copy full SHA for dfc8ff5 - Browse repository at this point
Copy the full SHA dfc8ff5View commit details -
Rollup merge of rust-lang#57999 - jethrogb:jb/movbe-feature, r=alexcr…
…ichton Add MOVBE x86 CPU feature I have no idea if this is correct. I basically copied the ADX feature. I verified the feature is also called `movbe` in LLVM. I marked this to become stable immediately, as part of the RFC 2045. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for bb91a19 - Browse repository at this point
Copy the full SHA bb91a19View commit details -
Rollup merge of rust-lang#58000 - oli-obk:fixes_and_cleanups, r=RalfJung
Fixes and cleanups Address the points raised in https://github.com/rust-lang/rust/pull/57677/files by @eddyb and @RalfJung
Configuration menu - View commit details
-
Copy full SHA for 880f633 - Browse repository at this point
Copy the full SHA 880f633View commit details -
Rollup merge of rust-lang#58005 - vitiral:docs_trim_start_matches, r=…
…Manishearth update docs for fix_start/end_matches fixes rust-lang#57686:
Configuration menu - View commit details
-
Copy full SHA for c76456c - Browse repository at this point
Copy the full SHA c76456cView commit details -
Rollup merge of rust-lang#58007 - estebank:issue-58006, r=petrochenkov
Don't panic when accessing enum variant ctor using `Self` in match Fix rust-lang#58006. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for bc7be96 - Browse repository at this point
Copy the full SHA bc7be96View commit details -
Rollup merge of rust-lang#58008 - matthewjasper:places-conflict-args,…
… r=oli-obk Pass correct arguments to places_conflict The borrow place *must* be a place that we track borrows for, otherwise we will likely ICE. Closes rust-lang#57989
Configuration menu - View commit details
-
Copy full SHA for 877dee7 - Browse repository at this point
Copy the full SHA 877dee7View commit details