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 9 pull requests #40206

Merged
merged 19 commits into from
Mar 2, 2017
Merged

Rollup of 9 pull requests #40206

merged 19 commits into from
Mar 2, 2017

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    992dd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5001f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    9141b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b6221 View commit details
    Browse the repository at this point in the history
  3. Fix link in if let docs

    iKevinY committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    9d99e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f1a0af View commit details
    Browse the repository at this point in the history
  5. Add a reference to the dl library to the Makefile of the test issue-2…

    …4445.
    
    It prevents the test to fail on ppc64el at least.
    
    Part of rust-lang#39015
    er-1 committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    05aadd2 View commit details
    Browse the repository at this point in the history
  6. doc: fix inconsistency in error output in guessing-game.md

    The line '.expect("failed to read line");' is partly started with a
    lower case 'f' and partly with an uppercase one, adding additional
    spurious changes to otherwise clean diffs if each sample is
    copy-and-pasted over the previous.
    This change starts the string with an uppercase everywhere which is in
    line with the style of the other strings.
    d-e-s-o committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    471e655 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    898d010 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0907b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Rollup merge of rust-lang#40081 - GuillaumeGomez:poison-docs, r=frewsxcv

    Add missing url in sync structs
    
    r? @frewsxcv
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    5d08775 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#40144 - MajorBreakfast:patch-7, r=frewsxcv

    Unit-like structs doc: Improve code sample
    
    r? @steveklabnik
    
    BTW it seems that
    ```Rust
    let p = Proton {};
    ```
    compiles without an error. That's why I didn't add it to the example. It's about consistency anyway.
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    b1bd60b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#40168 - topecongiro:compile-fail-test-abi-p…

    …tx, r=petrochenkov
    
    Add compile fail test for abi_ptx
    
    Issue rust-lang#39059.
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    418a776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216a0ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e583b6a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#40173 - er-1:master, r=alexcrichton

    Add a reference to the dl library to the Makefile of the test issue-2…
    
    …4445.
    
    It prevents the test to fail on ppc64el at least.
    
    Part of rust-lang#39015
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    4cf072d View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#40175 - d-e-s-o:fix-inconsistency-in-guessi…

    …ng-game-readme, r=steveklabnik
    
    doc: fix inconsistency in error output in guessing-game.md
    
    The line '.expect("failed to read line");' is partly started with a
    lower case 'f' and partly with an uppercase one, adding additional
    spurious changes to otherwise clean diffs if each sample is
    copy-and-pasted over the previous.
    This change starts the string with an uppercase everywhere which is in
    line with the style of the other strings.
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    f10adcc View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#40191 - topecongiro:x86-interrupt, r=stevek…

    …labnik
    
    Add abi_x86_interrupt to the unstable book
    
    This PR closes rust-lang#40181.
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    a7126e1 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#40194 - letmaik:patch-1, r=steveklabnik

    Fix wrong word used in book page "const and static"
    GuillaumeGomez authored Mar 2, 2017
    Configuration menu
    Copy the full SHA
    ad0a356 View commit details
    Browse the repository at this point in the history