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

Switch to stable TryFrom trait #111

Merged
merged 16 commits into from
Apr 12, 2019
Merged

Switch to stable TryFrom trait #111

merged 16 commits into from
Apr 12, 2019

Commits on Apr 9, 2019

  1. Use built-in TryFrom trait

    urschrei committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    782ac93 View commit details
    Browse the repository at this point in the history
  2. Rustfmt pass

    urschrei committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    b00a3dd View commit details
    Browse the repository at this point in the history
  3. Clippy pass

    urschrei committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    cfc5e02 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Doc update

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    ce1046d View commit details
    Browse the repository at this point in the history
  2. Update to 2018 edition

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    5d21ee1 View commit details
    Browse the repository at this point in the history
  3. Rustfmt pass

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8c28ec5 View commit details
    Browse the repository at this point in the history
  4. Update CHANGES

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    ff62963 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f73c3 View commit details
    Browse the repository at this point in the history
  6. Fix benchmark GeoJSON

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4a0dba9 View commit details
    Browse the repository at this point in the history
  7. Tidy doctests

    urschrei committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2eced63 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. More suggested edition fixes

    urschrei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    a24db0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4c2ef View commit details
    Browse the repository at this point in the history
  3. Another rustfmt run

    urschrei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    511815e View commit details
    Browse the repository at this point in the history
  4. Clearer docs

    urschrei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5f4c371 View commit details
    Browse the repository at this point in the history
  5. Fix links

    urschrei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    cf0ec8a View commit details
    Browse the repository at this point in the history
  6. Add minimum Rust version note

    Needed because `TryFrom` is only stable as of 1.34
    urschrei committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    8014709 View commit details
    Browse the repository at this point in the history