Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-random/rand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rand_core-0.9.1
Choose a base ref
...
head repository: rust-random/rand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rand_core-0.9.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 20, 2025

  1. Relax Sized requirements for blanket impls (#1593)

    Relaxes `Sized` bound on blanket impls for `TryRngCore`, `TryCryptoRng`,
    `UnwrapErr`, and `UnwrapMut`.
    fjarri authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    775b05b View commit details
    Browse the repository at this point in the history
  2. fixup clippy 1.85 warnings

    Rust 1.85 released today and brings new lints:
    https://rust-lang.github.io/rust-clippy/master/index.html#precedence
    baloo committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    975f602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0eb2ee View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    ee1d96f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. rand: re-export rand_core

    baloo committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    db2b1e0 View commit details
    Browse the repository at this point in the history
  2. rand: re-export rand_core (#1604)

    dhardy authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    c7fe1c4 View commit details
    Browse the repository at this point in the history
  3. Prepare rand_core 0.9.2

    baloo committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    99fabd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3dd415 View commit details
    Browse the repository at this point in the history
Loading