-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: indexmap-rs/indexmap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 10 files changed
- 1 contributor
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b44138b - Browse repository at this point
Copy the full SHA b44138bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b93dd5 - Browse repository at this point
Copy the full SHA 9b93dd5View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba16981 - Browse repository at this point
Copy the full SHA ba16981View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1f5f26 - Browse repository at this point
Copy the full SHA e1f5f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264e5b7 - Browse repository at this point
Copy the full SHA 264e5b7View commit details -
Merge pull request #341 from cuviper/from-entry
Implement `From` between `IndexedEntry` and `OccupiedEntry`
Configuration menu - View commit details
-
Copy full SHA for b63e4a1 - Browse repository at this point
Copy the full SHA b63e4a1View commit details -
Merge pull request #342 from cuviper/btree-like
Add a few nods to `BTreeMap`/`Set`
Configuration menu - View commit details
-
Copy full SHA for e482e17 - Browse repository at this point
Copy the full SHA e482e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 922c6ad - Browse repository at this point
Copy the full SHA 922c6adView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0247a15 - Browse repository at this point
Copy the full SHA 0247a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7224def - Browse repository at this point
Copy the full SHA 7224defView commit details
Commits on Aug 30, 2024
-
Use
insert_beforefor "new" entries ininsert_sortedThe 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.
Configuration menu - View commit details
-
Copy full SHA for 8ca01b0 - Browse repository at this point
Copy the full SHA 8ca01b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9b5e3 - Browse repository at this point
Copy the full SHA 1d9b5e3View commit details -
Merge pull request #340 from cuviper/insert-bounds
Assert bounds in `shift_insert` and add `insert_before`
Configuration menu - View commit details
-
Copy full SHA for 139d7ad - Browse repository at this point
Copy the full SHA 139d7adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ed490 - Browse repository at this point
Copy the full SHA 48ed490View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.4.0...2.5.0