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.4.0
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.5.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    b44138b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b93dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e1f5f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264e5b7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #341 from cuviper/from-entry

    Implement `From` between `IndexedEntry` and `OccupiedEntry`
    cuviper authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b63e4a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #342 from cuviper/btree-like

    Add a few nods to `BTreeMap`/`Set`
    cuviper authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e482e17 View commit details
    Browse the repository at this point in the history
  5. Update the CI badge

    cuviper committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    922c6ad View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    0247a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7224def View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Use insert_before for "new" entries in insert_sorted

    The only difference compared to using `shift_insert` is when the
    binary-searched key isn't *actually* new to the map, just not found in
    properly sorted order. In this case we can't guarantee a sorted result
    either, but it will at least behave better about the new position,
    especially if that's the end.
    cuviper committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8ca01b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9b5e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #340 from cuviper/insert-bounds

    Assert bounds in `shift_insert` and add `insert_before`
    cuviper authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    139d7ad View commit details
    Browse the repository at this point in the history
  4. Release 2.5.0

    cuviper committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    48ed490 View commit details
    Browse the repository at this point in the history
Loading