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: 91d53ad
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: 03f9e58
Choose a head ref
  • 19 commits
  • 9 files changed
  • 5 contributors

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    2be4487 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #412 from andymandias/relax-trait-bounds

    Remove Ord Trait Bound on insert_sorted_by Functions
    cuviper authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    48a98b7 View commit details
    Browse the repository at this point in the history
  3. feat: add IndexMap::get_key_value_mut

    ya7010 authored and cuviper committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    cd4c1a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01f3ef0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #411 from ya7010/add_get_key_value_mut

    feat: add IndexMap::get_key_value_mut
    cuviper authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    b700522 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Release 2.11.1

    cuviper committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    4c680a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from cuviper/release-2.11.1

    Release 2.11.1
    cuviper authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    f33f4d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Fix Vec doc links

    cuviper committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    f3431bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from cuviper/vec-links

    Fix `Vec` doc links
    cuviper authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    dc8f9b3 View commit details
    Browse the repository at this point in the history
  3. Depend on serde_core instead of serde

    This crate does not make use of serde derive macros, thus it can
    depend on `serde_core` instead of `serde` to speed up users' compile
    times.
    
    See the documentation of [`serde_core`](https://docs.rs/serde_core)
    for more details.
    DaniPopes committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    5dc1d6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #414 from DaniPopes/serde_core

    Depend on `serde_core` instead of `serde`
    cuviper authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    58fd834 View commit details
    Browse the repository at this point in the history
  5. Release 2.11.2

    cuviper committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    49ce7fa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #416 from cuviper/release-2.11.2

    Release 2.11.2
    cuviper authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    7b48568 View commit details
    Browse the repository at this point in the history
  7. Release 2.11.3

    cuviper committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    9321145 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #417 from cuviper/release-2.11.3

    Release 2.11.3
    cuviper authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    fd5c819 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Update hashbrown to 0.16

    a1phyr committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    0cd5aef View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Use a range for hashbrown

    cuviper authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a7da8f1 View commit details
    Browse the repository at this point in the history
  2. Release 2.11.4

    cuviper committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    ee6080d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #418 from a1phyr/hashbrown_0.16

    Update `hashbrown` to a range allowing 0.15 or 0.16
    cuviper authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    03f9e58 View commit details
    Browse the repository at this point in the history
Loading