-
Notifications
You must be signed in to change notification settings - Fork 151
Comparing changes
Open a pull request
base repository: servo/rust-smallvec
base: v2.0.0-alpha.3
head repository: servo/rust-smallvec
compare: v2.0.0-alpha.5
- 10 commits
- 4 files changed
- 7 contributors
Commits on Feb 19, 2024
-
Implement
From<[T; M]> for SmallVec<T, N>
for allM, N
(v2) (#338)* Remove T: Clone bound from From<array/vec> for SmallVec * Relax From<array> for SmallVec to allow different length arrays.
Configuration menu - View commit details
-
Copy full SHA for 74075e3 - Browse repository at this point
Copy the full SHA 74075e3View commit details
Commits on Mar 3, 2024
-
Implement SmallVec::split_off (#340)
* Mention drain_filter feature in top level docs * Implement SmallVec::split_off
Configuration menu - View commit details
-
Copy full SHA for ba6f4f9 - Browse repository at this point
Copy the full SHA ba6f4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for defe74d - Browse repository at this point
Copy the full SHA defe74dView commit details
Commits on Mar 5, 2024
-
Replace
DrainFilter
withExtractIf
(#341)* Replace `DrainFilter` with `ExtractIf` * Use `core::iter::FromIterator` instead of `std::iter::FromIterator`
Configuration menu - View commit details
-
Copy full SHA for 5522939 - Browse repository at this point
Copy the full SHA 5522939View commit details
Commits on Mar 20, 2024
-
Make README example work (#344)
It never was updated to follow the signature change.
Configuration menu - View commit details
-
Copy full SHA for febe8b0 - Browse repository at this point
Copy the full SHA febe8b0View commit details -
Revert "Make README example work (#344)"
This reverts commit febe8b0.
Configuration menu - View commit details
-
Copy full SHA for 7cf929a - Browse repository at this point
Copy the full SHA 7cf929aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a101f65 - Browse repository at this point
Copy the full SHA a101f65View commit details -
Stop passing tag-raw-ptrs to MIRIFLAGS
For a while it has been a do-nothing option that has finally been removed.
Configuration menu - View commit details
-
Copy full SHA for c01d595 - Browse repository at this point
Copy the full SHA c01d595View commit details
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bd2dbc - Browse repository at this point
Copy the full SHA 1bd2dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b079a9b - Browse repository at this point
Copy the full SHA b079a9bView commit details
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 v2.0.0-alpha.3...v2.0.0-alpha.5