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

Undefined behavior in Rand #149

Merged
merged 8 commits into from Jul 24, 2020
Merged

Undefined behavior in Rand #149

merged 8 commits into from Jul 24, 2020

Commits on Jun 24, 2020

  1. Undefined behavior in rand_core

    vks committed Jun 24, 2020
    Copy the full SHA
    d59af0f View commit details
    Browse the repository at this point in the history
  2. Undefined behavior in rand

    vks committed Jun 24, 2020
    Copy the full SHA
    3a9d04b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4f61057 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Don't mention violations of pointer provenance rules

    The pointer provenance rules are not yet properly defined for Rust.
    vks committed Jun 30, 2020
    Copy the full SHA
    f4a382d View commit details
    Browse the repository at this point in the history
  2. Flaws -> flaw

    Co-authored-by: Ralf Jung <post@ralfj.de>
    vks and RalfJung committed Jun 30, 2020
    Copy the full SHA
    8125b66 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. rand_core: fix formatting

    tarcieri committed Jul 24, 2020
    Copy the full SHA
    55fe596 View commit details
    Browse the repository at this point in the history
  2. Fix TOML table formatting

    tarcieri committed Jul 24, 2020
    Copy the full SHA
    264c4a7 View commit details
    Browse the repository at this point in the history
  3. Fix versions TOML

    tarcieri committed Jul 24, 2020
    Copy the full SHA
    128e7df View commit details
    Browse the repository at this point in the history