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 #29736

Closed
wants to merge 34 commits into from
Closed

Commits on Oct 28, 2015

  1. Added try! example to documentation.md

    Eric Findlay committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    fdb2826 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2015

  1. Added "ignore" to rustdoc example, r=steveklabnik

    Eric Findlay committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    b2c3745 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Configuration menu
    Copy the full SHA
    f11d4a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb395a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b1790 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c0114 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    589d826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    623747a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6123df8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eb42797 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a0b283 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d93ed29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8100f7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc39abb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    640aab3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    569f29c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba24a03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50173f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fb27172 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    956986a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2015

  1. Added foo() to rustdoc example, r=steveklabnik

    Eric Findlay committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    46b30cc View commit details
    Browse the repository at this point in the history
  2. Fixed "foo()" in try! example, r=steveklabnik

    Eric Findlay committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    dda7a3c View commit details
    Browse the repository at this point in the history
  3. Fix outdated comment in Vec::from_iter

    Since commit 46068c9, call to `reserve()` on empty vec allocates
    exactly requested capacity, so unroll of first iteration may help only
    with branch prediction.
    stepancheg committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    e3433e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    621e259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c618c5f View commit details
    Browse the repository at this point in the history
  3. Redo the README intro again

    brson committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    7793829 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Some cleanup on after rust-lang#29684

    * wrap to 80 cols
    * small grammar fix, missing 'the'
    steveklabnik committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    abb9c90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6aad39 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#29544 - Ryman:reduce_doc_warnings, r=stevek…

    …labnik
    
    Did this alphabetically, so I didn't see [how `std` was doing things](https://dxr.mozilla.org/rust/source/src/libstd/lib.rs#215) till I was nearly finished. If you prefer to add crate-level-whitelists like std instead of test-level, I can rebase with that strategy.
    
    A number of these commits can probably be dropped as the crates don't have much to test, and are deprecated. Let me know which if any to drop! (can also squash after review if desired)
    
    r? @steveklabnik
    steveklabnik committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    1011f8e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#29688 - stepancheg:vec-outdated, r=nikomats…

    …akis
    
    Since commit 46068c9, call to `reserve()` on empty vec allocates
    exactly requested capacity, so unroll of first iteration may help only
    with branch prediction.
    steveklabnik committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    17d604f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    605ee3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f07f31 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#29729 - brson:readme2, r=steveklabnik

    r? @steveklabnik
    
    This completely abdicates any responsibility to explain what Rust is, instead linking to the website.
    
    My main motivation is that I am still not happy with it, and every time I try to fix it I just write a slightly longer sales pitch than what's on the website.
    
    One thing this paragraph could do is direct people to more information about what is in the repo, or more technical information about the implementation.
    steveklabnik committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    345fd17 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#29731 - steveklabnik:smallfix, r=alexcrichton

    * wrap to 80 cols
    * small grammar fix, missing 'the'
    steveklabnik committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    9a468ed View commit details
    Browse the repository at this point in the history