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

malloc() on Windows cannot be sound for aligned types #25

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. malloc() on Windows cannot be sound

    Close #23
    kennytm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cc2a484 View commit details
    Browse the repository at this point in the history
  2. use #[cfg(feature = "nightly")] to determine nightly channel

    rustc_version now depends on `pest` which requires 2021 edition
    kennytm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9d1e456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43b445 View commit details
    Browse the repository at this point in the history
  4. Can't use #[doc = include_str!()] on 1.36.

    Just use a script to ensure README.md and lib.rs are identical.
    kennytm committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ac4cc68 View commit details
    Browse the repository at this point in the history