-
Notifications
You must be signed in to change notification settings - Fork 151
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: servo/rust-smallvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: servo/rust-smallvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 4 contributors
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 36317fa - Browse repository at this point
Copy the full SHA 36317faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8751d - Browse repository at this point
Copy the full SHA 6c8751dView commit details
Commits on Apr 5, 2025
-
Rename bincode dev-dependency to bincode1
We want to add an optional dependency on bincode 2. The MSRV of bincode 2 is too high for us to use it in the tests, so rename the test usage to bincode1 in preparation.
Configuration menu - View commit details
-
Copy full SHA for 0d019cd - Browse repository at this point
Copy the full SHA 0d019cdView commit details -
Add support for bincode encode and decode
Add implementations for `bincode`'s `Encode`, `Decode` and `BorrowDecode`. Like `bincode` itself, we implement optimizations when the vector item is `u8` so that `SmallVec<[u8; N]>` can be encoded and decoded with just a memory copy.
Configuration menu - View commit details
-
Copy full SHA for 35e7ffe - Browse repository at this point
Copy the full SHA 35e7ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2fb430 - Browse repository at this point
Copy the full SHA a2fb430View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeceb0a - Browse repository at this point
Copy the full SHA aeceb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4d350 - Browse repository at this point
Copy the full SHA 7c4d350View 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 v1.14.0...v1.15.0