Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.5.0
Choose a base ref
Loading
...
head repository:indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:2.6.0
Choose a head ref
Loading
  • 14commits
  • 16files changed
  • 3contributors

Commits on Aug 30, 2024

  1. Merge pull request#344from cuviper/release-2.5.0

    Release 2.5.0
    @cuviper
    cuviper authoredAug 30, 2024
    Configuration menu
    Copy the full SHA
    abdd155View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Test the various heuristics oferase_indices

    This is a targeted test to make sure we cover all the heuristic edgecases in `erase_indices`, used by `drain` and other methods.I found a failure from `cargo mutants` where we still passed tests after`erase_indices_sweep` was replaced with an empty body. I was concernedbecause that function contains `unsafe` code, so we *really* need ittested. It turns out that we do *sometimes* hit that in `quickcheck`tests, but might miss that if we're randomly unlucky, so this PR adds anew test that will hit all the edge cases every time.
    @cuviper
    cuviper committedSep 13, 2024
    Configuration menu
    Copy the full SHA
    efa81daView commit details
    Browse the repository at this point in the history
  2. Merge pull request#347from cuviper/test-erase_indices

    Test the various heuristics of `erase_indices`
    @cuviper
    cuviper authoredSep 13, 2024
    Configuration menu
    Copy the full SHA
    6328647View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    5d9cb11View commit details
    Browse the repository at this point in the history
  2. Merge pull request#348from cuviper/clone-intoiter

    Derive `Clone` for `{map,set}::IntoIter`
    @cuviper
    cuviper authoredSep 16, 2024
    Configuration menu
    Copy the full SHA
    15518f3View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5b0ed20View commit details
    Browse the repository at this point in the history
  2. Merge pull request#349from waywardmonkeys/improve-doc-formatting

    docs: Improve doc formatting with backticks
    @cuviper
    cuviper authoredSep 17, 2024
    Configuration menu
    Copy the full SHA
    d74a4daView commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add an explicit bounds check inmove_index

    It did already panic as expected, but with a confusing message if the`to` index was out of bounds. Now we have a direct bounds check for thatat the start, just as there already was for the `from` index.
    @cuviper
    cuviper committedSep 27, 2024
    Configuration menu
    Copy the full SHA
    267b83dView commit details
    Browse the repository at this point in the history
  2. Merge pull request#353from cuviper/move_index

    Add an explicit bounds check in `move_index`
    @cuviper
    cuviper authoredSep 27, 2024
    Configuration menu
    Copy the full SHA
    09b48ecView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e577bf2View commit details
    Browse the repository at this point in the history
  2. Merge pull request#343from cuviper/hash_table

    Use `hashbrown::HashTable` instead of `RawTable`
    @cuviper
    cuviper authoredOct 1, 2024
    Configuration menu
    Copy the full SHA
    7f80229View commit details
    Browse the repository at this point in the history
  3. Release 2.6.0

    @cuviper
    cuviper committedOct 1, 2024
    Configuration menu
    Copy the full SHA
    5340049View commit details
    Browse the repository at this point in the history
  4. Add all release dates

    @cuviper
    cuviper committedOct 1, 2024
    Configuration menu
    Copy the full SHA
    bd0b4f7View commit details
    Browse the repository at this point in the history
  5. Merge pull request#354from cuviper/release-2.6.0

    Release 2.6.0
    @cuviper
    cuviper authoredOct 1, 2024
    Configuration menu
    Copy the full SHA
    bf0362bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp