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

Remove most version detection and conditionals for older versions of Rust #2845

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    f77c377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18e284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4b3a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3e7605 View commit details
    Browse the repository at this point in the history
  5. build.rs: Drop warnings about deprecated cargo features

    These are unlikely to get seen.
    joshtriplett committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d3af891 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3cf10c View commit details
    Browse the repository at this point in the history
  7. Require rust >= 1.30 and drop libc_core_cvoid conditional

    Move the `c_void` re-export to the top-level `lib.rs`.
    joshtriplett committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3be1423 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e415527 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a205fc6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    884ef4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1dcbdde View commit details
    Browse the repository at this point in the history
  12. Remove array size hacks for Rust < 1.47

    Rust >= 1.47 supports traits for arrays of arbitrary size, so remove the
    various hacks using nested arrays when the native platform definition
    uses a single array.
    joshtriplett committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d600614 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36d0321 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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