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

rand_core 0.4.2 (backports) #853

Merged
merged 10 commits into from
Aug 1, 2019
Merged

rand_core 0.4.2 (backports) #853

merged 10 commits into from
Aug 1, 2019

Commits on Jul 27, 2019

  1. Add '/' to all documents on github.io

    upsuper authored and dhardy committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    1a3e41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9fd889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7895ad4 View commit details
    Browse the repository at this point in the history
  4. Remove specialisations of fill_bytes for block RNGs

    These specialisations relied on casting a u8 byte slice to
    a u32 or u64 slice, which is UB due to alignment requirements.
    dhardy committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    26456b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bede5f View commit details
    Browse the repository at this point in the history
  6. Adjust inlining

    dhardy committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    eda7ac5 View commit details
    Browse the repository at this point in the history
  7. Fix syntax of some links in documentation

    Armavica authored and dhardy committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    6688100 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56c171f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1eea36 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Disable serde1 feature in tests of rand

    This feature is not applicable to rand, but is causing
    issues due to a bug in average.
    dhardy committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    1b58378 View commit details
    Browse the repository at this point in the history