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.12.1
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.13.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 23, 2025

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

Commits on Nov 26, 2025

  1. Merge pull request #425 from cuviper/inner-core

    Move `crate::map::core` to `crate::inner`
    cuviper authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    3b6d04b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. impl Clone for IntoKeys and IntoValues

    The unused values are dropped and replaced with `MaybeUninit<V>` when
    constructing `IntoKeys`, so we can avoid any constraints on `V` while
    cloning -- and vice versa for unused keys in `IntoValues`.
    cuviper committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    88efd0c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Merge pull request #426 from cuviper/clone-intokv

    `impl Clone for IntoKeys` and `IntoValues`
    cuviper authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    8b8d350 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    61c9d53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #430 from cuviper/split_at_checked

    Add `Slice::split_at_checked` and `split_at_mut_checked`
    cuviper authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    e6b677b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Release 2.13.0

    cuviper committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    e345f3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from cuviper/release-2.13.0

    Release 2.13.0
    cuviper authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    a4aba99 View commit details
    Browse the repository at this point in the history
Loading