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 8 pull requests #40318

Closed
wants to merge 18 commits into from
Closed

Commits on Feb 28, 2017

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

Commits on Mar 2, 2017

  1. fix link

    steveklabnik committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    ae2c9d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. Configuration menu
    Copy the full SHA
    b55f1e5 View commit details
    Browse the repository at this point in the history
  2. remove nomicon

    steveklabnik committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    5a644f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4369aee View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. clarify docs for Args and ArgsOs

    The args() and args_os() docs include a line about how the first element
    is usually the program name. Include that line in the struct docs too.
    oconnor663 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    03b83a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    86bad49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f121e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e5b380 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Fix a typo in the docs

    oli-obk committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    acd8fe8 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#40154 - steveklabnik:link-unstable-book, r=…

    …frewsxcv
    
    add unstable book to the bookshelf
    
    r? @frewsxcv @GuillaumeGomez
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    9620e48 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#40222 - steveklabnik:extract-nomicon, r=ale…

    …xcrichton
    
    Extract nomicon to its own repo
    
    part of rust-lang#39588
    
    same as rust-lang#40213 but for the nomicon
    
    r? @alexcrichton
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    f92a6be View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#40226 - jdhorwitz:master, r=frewsxcv

    Issue rust-lang#39688 - Help people find String::as_bytes() for UTF-8
    
    Added in links for the inverse functions so people will know that as_bytes() is the inverse of from_utf8() and vice versa.
    ?r @steveklabnik
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    ddd95bd View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#40258 - est31:master, r=nikomatsakis

    Fix description of closure coercion feature
    
    Thanks to @whitequark for pointing this out.
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    ea4dc0c View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#40283 - oconnor663:args_docs, r=alexcrichton

    clarify docs for Args and ArgsOs
    
    The args() and args_os() docs include a line about how the first element
    is usually the program name. Include that line in the struct docs too.
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    52beec6 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#40292 - mmatyas:readme_fix, r=alexcrichton

    Fix text formatting in README
    
    There was a missing backtick in the README.
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    1417cfc View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#40293 - malbarbo:rustdoctest, r=alexcrichton

    Remove extra space in test description (of a mod test)
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    0c30308 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#40316 - oli-obk:patch-4, r=GuillaumeGomez

    Fix a typo in the docs
    steveklabnik committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    ed3caa3 View commit details
    Browse the repository at this point in the history