forked from bluss/arrayvec
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: Shnatsel/arrayvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bluss/arrayvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 9 files changed
- 7 contributors
Commits on May 3, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0ff49b9 - Browse repository at this point
Copy the full SHA 0ff49b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29daea9 - Browse repository at this point
Copy the full SHA 29daea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc606d - Browse repository at this point
Copy the full SHA 1bc606dView commit details
Commits on Jun 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for af46ae7 - Browse repository at this point
Copy the full SHA af46ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8267e7e - Browse repository at this point
Copy the full SHA 8267e7eView commit details
Commits on Jun 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 66f86e4 - Browse repository at this point
Copy the full SHA 66f86e4View commit details
Commits on Jul 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f3a707f - Browse repository at this point
Copy the full SHA f3a707fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb664c - Browse repository at this point
Copy the full SHA 0cb664cView commit details
Commits on Jul 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 613021e - Browse repository at this point
Copy the full SHA 613021eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 860ff21 - Browse repository at this point
Copy the full SHA 860ff21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8664b53 - Browse repository at this point
Copy the full SHA 8664b53View commit details -
Desired feature is that clone of ArrayVec<u8, 8> should look like a simple struct copy (regardless of how full the arrayvec is). Simplify the clone implementation while preserving this. Scope guard for length not found to be necessary. Write element and length possible but it is equivalent to push_unchecked which also worked here.
Configuration menu - View commit details
-
Copy full SHA for 31b9199 - Browse repository at this point
Copy the full SHA 31b9199View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ff9cd - Browse repository at this point
Copy the full SHA b0ff9cdView commit details -
bench: Revitalise extend benchmarks
Use std::hint::black_box (From Rust 1.6x), and use it more; this should make the benchmarks at least a little bit more representative.
Configuration menu - View commit details
-
Copy full SHA for 6228c4d - Browse repository at this point
Copy the full SHA 6228c4dView commit details -
extend: Simplify while preserving optimizations
Keeping an eye on the benchmarks, simplify the optimization in extend_from_iter; use a simpler scope guard. Use a counted index. Previously there was a ZST special case which is not needed because: `ptr` is a valid pointer for writing and `ptr.add(index)` still too; `.write(elt)` consumes the element. (Previous implementation: ptr was an out of bounds pointer for ZST.) Benchmarks found to be sensitive to the order of predicates in `if index == end && CHECK` which shouldn't be the case, but it was. extend_from_iter: use only I: Iterator - reduce generics already in `extend`.
Configuration menu - View commit details
-
Copy full SHA for 2464b9b - Browse repository at this point
Copy the full SHA 2464b9bView commit details
Commits on Jul 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8a7c821 - Browse repository at this point
Copy the full SHA 8a7c821View 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 master...master