Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.11.4
Choose a base ref
...
head repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.12.0
Choose a head ref
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Oct 11, 2025

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

Commits on Oct 17, 2025

  1. Merge pull request #421 from cuviper/pop_if

    Add map and set `pop_if`, similar to Rust 1.86's `Vec::pop_if`
    cuviper authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    86c319b View commit details
    Browse the repository at this point in the history
  2. Update the MSRV to 1.82

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    3dbac6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4b40f View commit details
    Browse the repository at this point in the history
  4. Use size_of via the prelude

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    7dbe50d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c150ab View commit details
    Browse the repository at this point in the history
  6. Use std::hash::RandomState

    It's the same type as from `std::collections::hash_map`, just a
    different export path, so this isn't a breaking change.
    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    38fb76a View commit details
    Browse the repository at this point in the history
  7. Use BuildHasher::hash_one

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    c115d26 View commit details
    Browse the repository at this point in the history
  8. Use inherent usize::div_ceil

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    09db3cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3d9cc3 View commit details
    Browse the repository at this point in the history
  10. Use more precise capturing for some impl Trait

    I think it doesn't really matter in this internal-only case, but it's
    still closer to the true intent.
    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    76b459b View commit details
    Browse the repository at this point in the history
  11. Use core::error::Error

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    c7178d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfff4b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4849b16 View commit details
    Browse the repository at this point in the history
  14. Move more to the lints table

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    b46a32a View commit details
    Browse the repository at this point in the history
  15. Release 2.12.0

    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    db43f19 View commit details
    Browse the repository at this point in the history
  16. ci: only run full miri in the merge queue

    It's a valuable test to have, but it's quite a bit slower than
    everything else, and there's not much value in running it twice, for
    both the pull request and merge queue.
    cuviper committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    61c9c94 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #422 from cuviper/msrv-1.82

    Release 2.12.0
    cuviper authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    0e68f8a View commit details
    Browse the repository at this point in the history
Loading