Comparing v0.4.1...v0.4.2 · rust-random/getrandom (original) (raw)

Commits on Feb 9, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Unify lazy types (#804)
    Replace ad-hoc atomic lazy caches with shared lazy helpers in the
    Linux/Android fallback, NetBSD, RDRAND, and RNDR backends. Adds
    LazyPtr and LazyBool so pointer and boolean caches use
    the same initialization contract.
    This reduces duplicated cache logic and keeps backend probing/fallback
    semantics aligned while preserving the existing retry-until-cached
    behavior.
    @tamird
    Configuration menu
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Configuration menu
    Browse the repository at this point in the history