-
Notifications
You must be signed in to change notification settings - Fork 228
Comparing changes
Open a pull request
base repository: uuid-rs/uuid
base: v1.18.1
head repository: uuid-rs/uuid
compare: v1.20.0
- 16 commits
- 31 files changed
- 4 contributors
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9835bd6 - Browse repository at this point
Copy the full SHA 9835bd6View commit details -
Merge pull request #843 from paolobarbolini/serde_core-migration
Switch serde dependency to serde_core
Configuration menu - View commit details
-
Copy full SHA for c597622 - Browse repository at this point
Copy the full SHA c597622View commit details
Commits on Nov 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e73bb27 - Browse repository at this point
Copy the full SHA e73bb27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029a57e - Browse repository at this point
Copy the full SHA 029a57eView commit details
Commits on Dec 2, 2025
-
Merge pull request #848 from paolobarbolini/maintenance
Upgrade to 2021 edition and fix most clippy warnings
Configuration menu - View commit details
-
Copy full SHA for f9a36e2 - Browse repository at this point
Copy the full SHA f9a36e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0422fa - Browse repository at this point
Copy the full SHA d0422faView commit details -
Merge pull request #849 from uuid-rs/cargo/v1.19.0
Prepare for 1.19.0 release
Configuration menu - View commit details
-
Copy full SHA for 7527cef - Browse repository at this point
Copy the full SHA 7527cefView commit details
Commits on Jan 23, 2026
-
Derive Ord and PartialOrd for NonNilUuid
This change adds the derive implementation of `Ord` and `PartialOrd` traits, allowing `NonNilUuid` type to be used as a key in ordered containers (`BTreeMap`/`BinaryHeap` etc.), similar to the regular `Uuid` type (which has support for `Ord` previously added in #58). It also adds the comparison with the regular `Uuid` and several unit tests to validate the behaviour.
Configuration menu - View commit details
-
Copy full SHA for 50d44ad - Browse repository at this point
Copy the full SHA 50d44adView commit details
Commits on Jan 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for efb06f2 - Browse repository at this point
Copy the full SHA efb06f2View commit details -
Merge pull request #854 from mivort/non-nil-uuid-ord
Derive Ord and PartialOrd for NonNilUuid
Configuration menu - View commit details
-
Copy full SHA for db27b67 - Browse repository at this point
Copy the full SHA db27b67View commit details -
Merge pull request #855 from uuid-rs/feat/serde-fmt
Implement Deserialize on adapter types
Configuration menu - View commit details
-
Copy full SHA for a0281cd - Browse repository at this point
Copy the full SHA a0281cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dc7ec - Browse repository at this point
Copy the full SHA b6dc7ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bdd44 - Browse repository at this point
Copy the full SHA e2bdd44View commit details -
Merge pull request #856 from uuid-rs/docs/bytes-le-ordering
Deprecate `macro-diagnostics`
Configuration menu - View commit details
-
Copy full SHA for 3b66758 - Browse repository at this point
Copy the full SHA 3b66758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66eebc3 - Browse repository at this point
Copy the full SHA 66eebc3View commit details -
Merge pull request #857 from uuid-rs/cargo/v1.20.0
Prepare for 1.20.0 release
Configuration menu - View commit details
-
Copy full SHA for c3346dd - Browse repository at this point
Copy the full SHA c3346ddView 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 v1.18.1...v1.20.0