-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 9 pull requests #41551
Rollup of 9 pull requests #41551
Commits on Apr 21, 2017
-
Specify behavior of
write_all
forErrorKind::Interrupted
errorsAlso spell out that read and write operations should be retried on `ErrorKind::Interrupted` errors. Fixes rust-lang#38494.
Configuration menu - View commit details
-
Copy full SHA for c49d090 - Browse repository at this point
Copy the full SHA c49d090View commit details
Commits on Apr 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f852e3f - Browse repository at this point
Copy the full SHA f852e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 957d51a - Browse repository at this point
Copy the full SHA 957d51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e6739 - Browse repository at this point
Copy the full SHA 70e6739View commit details -
Configuration menu - View commit details
-
Copy full SHA for a765dca - Browse repository at this point
Copy the full SHA a765dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab87e3 - Browse repository at this point
Copy the full SHA aab87e3View commit details
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 76397ae - Browse repository at this point
Copy the full SHA 76397aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c168d8b - Browse repository at this point
Copy the full SHA c168d8bView commit details -
With regards to the unstable book, the reference, and the processes involved. Also, fix up a link by pointing to the new tracking issue rather than the older one. Fixes rust-lang#41285
Configuration menu - View commit details
-
Copy full SHA for dce33e9 - Browse repository at this point
Copy the full SHA dce33e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696df71 - Browse repository at this point
Copy the full SHA 696df71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e70a266 - Browse repository at this point
Copy the full SHA e70a266View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b7272 - Browse repository at this point
Copy the full SHA 19b7272View commit details
Commits on Apr 26, 2017
-
Rollup merge of rust-lang#39983 - AndrewGaspar:rust-windbg, r=brson
Adds rust-windbg.cmd script Adds rust-gdb/rust-lldb equivalent for windbg that loads the Rust .natvis files on start. This change modifies the bootstrap code to add rust-windbg to bin and the .natvis files to lib/rustlib/etc. Example usage from cmd or PowerShell: ``` rust-windbg -c "bu rs_f442289d74765418!rs::main;g" target\debug\rs.exe ```
Configuration menu - View commit details
-
Copy full SHA for 27fbe8c - Browse repository at this point
Copy the full SHA 27fbe8cView commit details -
Rollup merge of rust-lang#41442 - tbu-:pr_writeall_interrupted, r=aturon
Specify behavior of `write_all` for `ErrorKind::Interrupted` errors Also spell out that read and write operations should be retried on `ErrorKind::Interrupted` errors. Fixes rust-lang#38494.
Configuration menu - View commit details
-
Copy full SHA for 2a320c3 - Browse repository at this point
Copy the full SHA 2a320c3View commit details -
Rollup merge of rust-lang#41463 - SergioBenitez:master, r=alexcrichton
Add internal accessor methods to io::{Chain, Take}. Resolves rust-lang#29067.
Configuration menu - View commit details
-
Copy full SHA for 5f62b27 - Browse repository at this point
Copy the full SHA 5f62b27View commit details -
Rollup merge of rust-lang#41500 - steveklabnik:gh37866, r=frewsxcv
use the word 'length' in Vec::len's docs Fixes rust-lang#37866
Configuration menu - View commit details
-
Copy full SHA for 41933c3 - Browse repository at this point
Copy the full SHA 41933c3View commit details -
Rollup merge of rust-lang#41518 - tbu-:pr_fix_cp_error, r=sfackler
Fix a copy-paste error in `Instant::sub_duration` Fixes rust-lang#41514.
Configuration menu - View commit details
-
Copy full SHA for 997593f - Browse repository at this point
Copy the full SHA 997593fView commit details -
Rollup merge of rust-lang#41527 - steveklabnik:gh41285, r=frewsxcv
Clarify the doc index With regards to the unstable book, the reference, and the processes involved. Also, fix up a link by pointing to the new tracking issue rather than the older one. Fixes rust-lang#41285 r? @frewsxcv
Configuration menu - View commit details
-
Copy full SHA for e7f1c4f - Browse repository at this point
Copy the full SHA e7f1c4fView commit details -
Rollup merge of rust-lang#41528 - steveklabnik:gh33269, r=frewsxcv
Clarify "side effect" in peek's docs Fixes rust-lang#33269 /cc @tshepang
Configuration menu - View commit details
-
Copy full SHA for 9ae413c - Browse repository at this point
Copy the full SHA 9ae413cView commit details -
Rollup merge of rust-lang#41530 - GuillaumeGomez:vec-from, r=aturon
Implement From<&mut [T]> for Vec Fixes rust-lang#41386.
Configuration menu - View commit details
-
Copy full SHA for e2a0467 - Browse repository at this point
Copy the full SHA e2a0467View commit details -
Rollup merge of rust-lang#41535 - steveklabnik:gh37746, r=alexcrichton
Fix up vec guarnatee around capacity Fixes rust-lang#37746 r? @rust-lang/libs
Configuration menu - View commit details
-
Copy full SHA for 1fd8ba9 - Browse repository at this point
Copy the full SHA 1fd8ba9View commit details