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

Use immutable key for HashMap and HashSet #12086

Merged
merged 21 commits into from
Feb 26, 2024

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    2f358c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c7a78 View commit details
    Browse the repository at this point in the history
  3. use into over Box::from

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    5dd67f1 View commit details
    Browse the repository at this point in the history
  4. avoid double-allocation

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    18bce41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00220b View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    674fee4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6dda2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c69531c View commit details
    Browse the repository at this point in the history
  9. use into over Box::from

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e044b0a View commit details
    Browse the repository at this point in the history
  10. avoid double-allocation

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c13f828 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    660c9a4 View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    tguichaoua committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a26b436 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ec6fad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. use entry_ref

    Co-authored-by: James Liu <contact@jamessliu.com>
    tguichaoua and james7132 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2b3f08b View commit details
    Browse the repository at this point in the history
  2. use entry_ref

    Co-authored-by: James Liu <contact@jamessliu.com>
    tguichaoua and james7132 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f965ae3 View commit details
    Browse the repository at this point in the history
  3. use entry_ref

    Co-authored-by: James Liu <contact@jamessliu.com>
    tguichaoua and james7132 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    76327b4 View commit details
    Browse the repository at this point in the history
  4. use entry_ref

    Co-authored-by: James Liu <contact@jamessliu.com>
    tguichaoua and james7132 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    456a85f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ffba85 View commit details
    Browse the repository at this point in the history
  6. fix usage of entry_ref

    tguichaoua committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2e6df79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    349dce2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b3ddde View commit details
    Browse the repository at this point in the history