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.2.6
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.3.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    ac2a8a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertools

    deps(dev): Update `itertools`
    cuviper authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1a71dde View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    8222a59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #332 from waywardmonkeys/missing-indentation-in-do…

    …c-comment
    
    Fix missing indentation in doc comment.
    cuviper authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7f7d39f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. feat(map): Add MutableEntryKey

    I added `pub(crate) fn key_mut` to the different `Entry` types to limit
    how much of their internals get exposed (as otherwise I'd have had to
    make their fields `pub(crate)`.
    epage committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    65c3c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6049d51 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Release 2.3.0

    cuviper committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    39f7cc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from epage/mut

    Alow Mutating Entry keys and iterator keys
    cuviper authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    22c0b4e View commit details
    Browse the repository at this point in the history
Loading