Skip to content
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

Merged
merged 21 commits into from
Apr 26, 2017
Merged

Rollup of 9 pull requests #41551

merged 21 commits into from
Apr 26, 2017

Commits on Apr 21, 2017

  1. 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.
    tbu- committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    c49d090 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    f852e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    957d51a View commit details
    Browse the repository at this point in the history
  3. Adds rust-windbg.cmd script

    AndrewGaspar authored and alexcrichton committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    70e6739 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a765dca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aab87e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    76397ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c168d8b View commit details
    Browse the repository at this point in the history
  3. 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
    steveklabnik committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    dce33e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    696df71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e70a266 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19b7272 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. 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
    ```
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    27fbe8c View commit details
    Browse the repository at this point in the history
  2. 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.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    2a320c3 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#41463 - SergioBenitez:master, r=alexcrichton

    Add internal accessor methods to io::{Chain, Take}.
    
    Resolves rust-lang#29067.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    5f62b27 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#41500 - steveklabnik:gh37866, r=frewsxcv

    use the word 'length' in Vec::len's docs
    
    Fixes rust-lang#37866
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    41933c3 View commit details
    Browse the repository at this point in the history
  5. 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.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    997593f View commit details
    Browse the repository at this point in the history
  6. 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
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e7f1c4f View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#41528 - steveklabnik:gh33269, r=frewsxcv

    Clarify "side effect" in peek's docs
    
    Fixes rust-lang#33269
    
    /cc @tshepang
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    9ae413c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#41530 - GuillaumeGomez:vec-from, r=aturon

    Implement From<&mut [T]> for Vec
    
    Fixes rust-lang#41386.
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    e2a0467 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#41535 - steveklabnik:gh37746, r=alexcrichton

    Fix up vec guarnatee around capacity
    
    Fixes rust-lang#37746
    
    r? @rust-lang/libs
    frewsxcv authored Apr 26, 2017
    Configuration menu
    Copy the full SHA
    1fd8ba9 View commit details
    Browse the repository at this point in the history