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

Portability fixes #1469

Merged
merged 8 commits into from
Jul 23, 2024
Merged

Portability fixes #1469

merged 8 commits into from
Jul 23, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    3bf4f42 View commit details
    Browse the repository at this point in the history
  2. Use Iterator::all over map

    dhardy committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    54d6e3d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    91b90ba View commit details
    Browse the repository at this point in the history
  2. Make rand::distributions::Slice portable and add value stability test

    Also assert that pointer width is an expected value.
    dhardy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8e070ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4250901 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    dhardy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4da448f View commit details
    Browse the repository at this point in the history
  5. Fix tests for no-std builds

    dhardy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2019db1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Use compile_error!

    dhardy committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    89ad30d View commit details
    Browse the repository at this point in the history