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

Simplify/remove build.rs following the bump to 2021 edition #1062

Merged
merged 7 commits into from
Sep 11, 2023

Commits on Sep 3, 2023

  1. chore: Remove no_btreemap_retain feature from build.rs

    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d0c979a View commit details
    Browse the repository at this point in the history
  2. chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.

    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    716cb8f View commit details
    Browse the repository at this point in the history
  3. Remove limb_width32 and limb_width64 features

    Moved dispatch directly into the type system.
    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c754f03 View commit details
    Browse the repository at this point in the history
  4. fixup! Remove limb_width32 and limb_width64 features

    Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    16e04ce View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Revert "Remove limb_width32 and limb_width64 features"

    This reverts commit c754f03.
    osiewicz committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    89a2741 View commit details
    Browse the repository at this point in the history
  2. Omit return keyword in remove_entry

    Co-authored-by: David Tolnay <dtolnay@gmail.com>
    osiewicz and dtolnay authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    83bdc5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f7758 View commit details
    Browse the repository at this point in the history