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

Merged
merged 30 commits into from
Jul 29, 2016
Merged

Rollup of 7 pull requests #35100

merged 30 commits into from
Jul 29, 2016

Commits on Jul 26, 2016

  1. Fix rust-lang#35031

    Knight committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    14a7f4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Fix typos

    vadimcn committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    ec8518e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a727679 View commit details
    Browse the repository at this point in the history
  3. book/ffi: nullable pointer, libc cleanups

    Expand the "nullable pointer optimization" section with a code example.
    
    Change examples to use std::os::raw instead of libc, when applicable.
    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    032ea41 View commit details
    Browse the repository at this point in the history
  4. generics-agnostic description

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    48ce206 View commit details
    Browse the repository at this point in the history
  5. expand nullable pointer example

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    cc2fc48 View commit details
    Browse the repository at this point in the history
  6. recursion

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    84366b6 View commit details
    Browse the repository at this point in the history
  7. not just a single field

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    0016af5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cceca8 View commit details
    Browse the repository at this point in the history
  9. extern fns require named parameters

    Not sure the example is going to stay, but I can try to pass Travis for the bragging rights.
    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    fae3335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5276b29 View commit details
    Browse the repository at this point in the history
  11. hack to make example compile

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    54ecc21 View commit details
    Browse the repository at this point in the history
  12. revert libc changes

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    8e7abea View commit details
    Browse the repository at this point in the history
  13. fix typo

    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    1319b29 View commit details
    Browse the repository at this point in the history
  14. remove claim about searching through nested fields for the nullable t…

    …ype, even though that is how it works
    durka committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    29546dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91acc39 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8760b1d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a7367b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    52c50ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3f20f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    123bf1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f98c55d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    3563e40 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#34258 - durka:patch-25, r=steveklabnik

    book/ffi: nullable pointer cleanup
    
    Expand the "nullable pointer optimization" section with a code example. Fixes rust-lang#34250.
    
    I also noticed that many of the examples use the libc crate just for types such as `c_char` and `c_int`, which are now available through `std::os::raw`. I changed the ones that don't need to rely on libc. I'm glad to revert that part of the commit if it's unwanted churn.
    GuillaumeGomez authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    679f88d View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#35050 - knight42:improve-fmt-doc, r=stevekl…

    …abnik
    
    More intuitive explantion of strings formatting
    GuillaumeGomez authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    72d1d06 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#35062 - frewsxcv:chars-as-str, r=GuillaumeG…

    …omez
    
    Add documentation example for `str::Chars::as_str`.
    
    None
    GuillaumeGomez authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    41c8d3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01505a3 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#35072 - munyari:assert_debug, r=steveklabnik

    Update docs for assert! and debug_assert!
    
    Refer to rust-lang#34455
    GuillaumeGomez authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    3f06bf9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d69161c View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#35103 - brettcannon:patch-1, r=Manishearth

    Try to clear up some awkward wording
    GuillaumeGomez authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    5f5fdf6 View commit details
    Browse the repository at this point in the history