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 7 pull requests #29648

Merged
merged 15 commits into from
Nov 5, 2015
Merged

Rollup of 7 pull requests #29648

merged 15 commits into from
Nov 5, 2015

Commits on Nov 4, 2015

  1. Configuration menu
    Copy the full SHA
    d0bc6a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Configuration menu
    Copy the full SHA
    3b2a8e1 View commit details
    Browse the repository at this point in the history
  2. Remove short intro from README

    Originally, this was my 30 minute introduction, and we eventually made
    it the opener to the book. But as rust-lang#25918 has shown, the example I use
    here has some issues. The good news is that Rust makes heap allocation
    syntatically expensive, but the bad news is that that means showing
    equivalent programs from Rust and other languages is difficult. After
    thinking about it, I'm not sure this section is pulling its weight, and
    since it has problems, I'd rather just pull it than try to re-write it
    right now. I think the book is fine without it.
    
    FIxes rust-lang#25918
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    f70f8b4 View commit details
    Browse the repository at this point in the history
  3. Remove .ok().expect()

    in favor of just expect()
    
    Fixes rust-lang#29506
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    6d9502d View commit details
    Browse the repository at this point in the history
  4. vec: Remove old comment in Vec::drop

    This comment was leftover from an earlier revision of a PR, something
    that never was merged. There is no ZST special casing in Vec::drop.
    bluss committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    7300ed8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58628b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edee023 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a0409d View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#29609 - ivan:rustdoc-ctrl-s, r=steveklabnik

    Rustdoc pages with a search box inadvertently override `ctrl-s` in addition to the intended `s` and `S` keys.  You can test this in at least Firefox and Chrome (tested: Windows): press `ctrl-s` on http://doc.rust-lang.org/std/.  The search box is focused when instead the browser's save feature should be activated.  This PR fixes `ctrl-s` and possibly other browser shortcuts.
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    09a1e58 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#29611 - steveklabnik:gh25918, r=alexcrichton

    Originally, this was my 30 minute introduction, and we eventually made
    it the opener to the book. But as rust-lang#25918 has shown, the example I use
    here has some issues. The good news is that Rust makes heap allocation
    syntatically expensive, but the bad news is that that means showing
    equivalent programs from Rust and other languages is difficult. After
    thinking about it, I'm not sure this section is pulling its weight, and
    since it has problems, I'd rather just pull it than try to re-write it
    right now. I think the book is fine without it.
    
    FIxes rust-lang#25918
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    fdccd94 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#29613 - steveklabnik:29506, r=alexcrichton

    in favor of just expect()
    
    Fixes rust-lang#29506
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    15dd417 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#29614 - bluss:vec-drop-comment, r=Gankro

    vec: Remove old comment in Vec::drop
    
    This comment was leftover from an earlier revision of a PR, something
    that never was merged. There is no ZST special casing in Vec::drop.
    steveklabnik committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    0171abb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    115c223 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28fd5e4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1036d64 View commit details
    Browse the repository at this point in the history