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

Revise rand_core::Error (alt #771) #800

Merged
merged 10 commits into from May 29, 2019
Merged

Commits on May 16, 2019

  1. rand_core: remove ErrorKind enum

    This is virtually no usage, thus it was decided to remove
    dhardy committed May 16, 2019
    Copy the full SHA
    6daae3e View commit details
    Browse the repository at this point in the history
  2. Support From<getrandom::Error> for rand_core::Error

    This gives us an alternative to feature-specific behaviour
    dhardy committed May 16, 2019
    Copy the full SHA
    a4e5f01 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    25650c4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b61e61b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f42abf8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Copy the full SHA
    959043d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. rand_core::Error: replace internal representation and adjust API

    This is a significant breaking change, discussed in rust-random#800.
    Also rand::rngs::adapter::read is no longer publically exported.
    dhardy committed May 28, 2019
    Copy the full SHA
    ca1b7c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4da7750 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c5a5ab1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d55947 View commit details
    Browse the repository at this point in the history