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 5 pull requests #40164

Merged
merged 10 commits into from
Mar 1, 2017
Merged

Rollup of 5 pull requests #40164

merged 10 commits into from
Mar 1, 2017

Commits on Feb 27, 2017

  1. travis: Fix typos in linux-tested-targets

    These flags were supposed to be relevant for musl, not for gnu
    
    cc rust-lang#39979
    alexcrichton committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ac0521e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    344ad9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bffc9e View commit details
    Browse the repository at this point in the history
  3. update mdbook version

    This contains two important bugfixes
    steveklabnik committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d076e84 View commit details
    Browse the repository at this point in the history
  4. sort unstable book alphabetically

    I made these the same order as they were in the compiler, but for no good reason. Much easier to find out what you need when they're sorted alphabetically
    steveklabnik committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    3a0437d View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#40130 - alexcrichton:fix-musl-again, r=niko…

    …matsakis
    
    travis: Fix typos in linux-tested-targets
    
    These flags were supposed to be relevant for musl, not for gnu
    
    cc rust-lang#39979
    steveklabnik authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    aff269b View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#40142 - MajorBreakfast:patch-4, r=steveklabnik

    Structs doc: Change "pointers" to "references"
    
    Let's call them "references" instead of "pointers". That's how they're called in chapter 4.9 "References and Borrowing".
    
    r? @steveklabnik
    steveklabnik authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    9b55f53 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#40150 - topecongiro:compile-fail-test-cfg-t…

    …arget-has-atomic, r=alexcrichton
    
    Add compile test for cfg_target_has_atomic
    
    Issue rust-lang#39059.
    I am concerned about whether the test is excessive.
    steveklabnik authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    40069bb View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#40151 - steveklabnik:update-mdbook, r=frewsxcv

    update mdbook version
    
    This contains two important bugfixes
    steveklabnik authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    2a14d4b View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#40153 - steveklabnik:alphabetize-unstable-b…

    …ook, r=frewsxcv
    
    sort unstable book alphabetically
    
    I made these the same order as they were in the compiler, but for no good reason. Much easier to find out what you need when they're sorted alphabetically
    
    r? @frewsxcv
    steveklabnik authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    4fd2aed View commit details
    Browse the repository at this point in the history