-
Notifications
You must be signed in to change notification settings - Fork 184
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.0.2
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.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 8 files changed
- 2 contributors
Commits on Oct 4, 2023
-
Add
Slice::new
andnew_mut
for empty slices* `pub const fn map::Slice::new<'a>() -> &'a Self` * `pub fn map::Slice::new_mut<'a>() -> &'a mut Self` * `pub const fn set::Slice::new<'a>() -> &'a Self` In addition, the existing `len` and `is_empty` are now `const fn`.
Configuration menu - View commit details
-
Copy full SHA for 0187071 - Browse repository at this point
Copy the full SHA 0187071View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 348b42f - Browse repository at this point
Copy the full SHA 348b42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d93534f - Browse repository at this point
Copy the full SHA d93534fView commit details
Commits on Oct 27, 2023
-
Merge pull request #278 from cuviper/slice-new
Add `Slice::new` and `new_mut` for empty slices
Configuration menu - View commit details
-
Copy full SHA for 0d5ee80 - Browse repository at this point
Copy the full SHA 0d5ee80View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3263c0f - Browse repository at this point
Copy the full SHA 3263c0fView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1350db6 - Browse repository at this point
Copy the full SHA 1350db6View commit details -
Add plain binary search to maps and sets too
While `IndexMap::binary_search_keys` and `IndexSet::binary_search` don't scale as well as their corresponding `get_index_of`, O(log n) vs. O(1), they do still offer the benefit of returning an `Err` insertion point.
Configuration menu - View commit details
-
Copy full SHA for eec4c43 - Browse repository at this point
Copy the full SHA eec4c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7326a6e - Browse repository at this point
Copy the full SHA 7326a6eView commit details -
Merge pull request #282 from Eh2406/binary_search
add binary_search and friends
Configuration menu - View commit details
-
Copy full SHA for cd641d2 - Browse repository at this point
Copy the full SHA cd641d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ea007 - Browse repository at this point
Copy the full SHA f1ea007View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff49792 - Browse repository at this point
Copy the full SHA ff49792View 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.0.2...2.1.0