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 12 pull requests #28769

Merged
merged 26 commits into from
Sep 30, 2015
Merged

Rollup of 12 pull requests #28769

merged 26 commits into from
Sep 30, 2015

Commits on Sep 29, 2015

  1. Derive Clone for Peekable

    apasel422 committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    532ee3c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Improve "Variable bindings" chapter

     - Expand the first paragraph
    
     - Improve readability by partitioning the chapter into the following
       sections: "Patterns", "Type annotations", "Mutability", and
       "Initializing bindings"
    
     - Add "Scope and shadowing" section (fix rust-lang#28177)
    JanLikar committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    ff2bc77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7914d1b View commit details
    Browse the repository at this point in the history
  3. doc: fix typo

    tshepang committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    c6b8dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffab1b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    437d70a View commit details
    Browse the repository at this point in the history
  6. Fix module links in std::fmt and the Rust book's documentation chapter.

    The links in the rustdoc for several places in fmt were trying to link to
    the std::fmt module but actually linking to std, which was confusing.
    While trying to figure out why I noticed that the documentation chapter of
    the Rust book has examples that show this same bug (although it doesn't seem
    widespread in practice).
    luser committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    73bd0ba View commit details
    Browse the repository at this point in the history
  7. Improve wording in error handling guide

    The original blog post referred to examples by their file names, and now
    that it's in guide form, there is no file name. So edit the text so that
    it makes a bit more sense.
    
    Fixes rust-lang#28428
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    9c70d51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d310ad9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc0440a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49fa11c View commit details
    Browse the repository at this point in the history
  11. Cross-reference doc chapter from testing chapter

    We don't completely cover documentation tests in the testing chapter,
    since we cover them in the documentation chapter. So make sure people
    know that.
    
    Fixes rust-lang#28082
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    201384c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    367f46d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9812eb0 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#28743 - JanLikar:master, r=steveklabnik

     - Expand the first paragraph
    
     - Improve readability by partitioning the chapter into the following
       sections: "Patterns", "Type annotations", "Mutability", and
       "Initializing bindings"
    
     - Add "Scope and shadowing" section (fix rust-lang#28177)
    
    r? @steveklabnik
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    f3e3895 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4551004 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d433d6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c03be23 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#28754 - luser:fix-rustdoc-module-links, r=M…

    …anishearth
    
    The links in the rustdoc for several places in fmt were trying to link to
    the std::fmt module but actually linking to std, which was confusing.
    While trying to figure out why I noticed that the documentation chapter of
    the Rust book has examples that show this same bug (although it doesn't seem
    widespread in practice).
    
    r? @steveklabnik
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    27254bc View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#28755 - steveklabnik:gh28418, r=alexcrichton

    The original blog post referred to examples by their file names, and now
    that it's in guide form, there is no file name. So edit the text so that
    it makes a bit more sense.
    
    Fixes rust-lang#28428
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    37d291e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a88586b View commit details
    Browse the repository at this point in the history
  21. Rollup merge of rust-lang#28759 - steveklabnik:gh28359, r=nikomatsakis

    Fixes rust-lang#28359
    
    I'm not doing more here because it's unclear that `as_slice()` is even going to stick around, see rust-lang#27729
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    d1137d6 View commit details
    Browse the repository at this point in the history
  22. Rollup merge of rust-lang#28761 - steveklabnik:gh28082, r=brson

    We don't completely cover documentation tests in the testing chapter,
    since we cover them in the documentation chapter. So make sure people
    know that.
    
    Fixes rust-lang#28082
    steveklabnik committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    64796d1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    66d07d0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a8ed0bf View commit details
    Browse the repository at this point in the history
  25. 1 Configuration menu
    Copy the full SHA
    15ee0e9 View commit details
    Browse the repository at this point in the history