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

book/ffi: nullable pointer cleanup #34258

Merged
merged 12 commits into from
Jul 29, 2016
Merged

book/ffi: nullable pointer cleanup #34258

merged 12 commits into from
Jul 29, 2016

Commits on Jul 27, 2016

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Configuration menu
    Copy the full SHA
    1cceca8 View commit details
    Browse the repository at this point in the history
  7. 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
  8. Configuration menu
    Copy the full SHA
    5276b29 View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
  11. 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
  12. 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