-
Notifications
You must be signed in to change notification settings - Fork 231
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: uuid-rs/uuid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uuid-rs/uuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 12 files changed
- 3 contributors
Commits on Jan 4, 2025
-
feat: Add
NonZeroUuidtype for optimizedOption<Uuid>representationThis commit introduces a new `NonZeroUuid` type that wraps a `Uuid` and guarantees that it is not the nil UUID. This allows for a more memory-efficient representation of `Option<Uuid>`, as `Option<NonZeroUuid>` takes up the same space as `Uuid`. This change improves the memory efficiency of representing optional UUIDs and provides a more convenient way to work with non-nil UUIDs. fixes: #770
Configuration menu - View commit details
-
Copy full SHA for 6c7e909 - Browse repository at this point
Copy the full SHA 6c7e909View commit details
Commits on Jan 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 818e55a - Browse repository at this point
Copy the full SHA 818e55aView commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 853ec46 - Browse repository at this point
Copy the full SHA 853ec46View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fc89c - Browse repository at this point
Copy the full SHA a4fc89cView commit details
Commits on Jan 14, 2025
-
Merge pull request #779 from ab22593k/main
feat: Add `NonZeroUuid` type for optimized `Option<Uuid>` representation
Configuration menu - View commit details
-
Copy full SHA for 618e817 - Browse repository at this point
Copy the full SHA 618e817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402a8be - Browse repository at this point
Copy the full SHA 402a8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffd872 - Browse repository at this point
Copy the full SHA 4ffd872View commit details -
Configuration menu - View commit details
-
Copy full SHA for f570b57 - Browse repository at this point
Copy the full SHA f570b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4021daa - Browse repository at this point
Copy the full SHA 4021daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38df005 - Browse repository at this point
Copy the full SHA 38df005View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12c690 - Browse repository at this point
Copy the full SHA b12c690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5099e - Browse repository at this point
Copy the full SHA 6c5099eView commit details -
Merge pull request #783 from uuid-rs/feat/non-nil
Finalize `NonNilUuid`
Configuration menu - View commit details
-
Copy full SHA for 358eb34 - Browse repository at this point
Copy the full SHA 358eb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f76175 - Browse repository at this point
Copy the full SHA 8f76175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cfbd83 - Browse repository at this point
Copy the full SHA 4cfbd83View commit details -
Merge pull request #784 from uuid-rs/cargo/1.12.0
Prepare for 1.12.0 release
Configuration menu - View commit details
-
Copy full SHA for c5f1d02 - Browse repository at this point
Copy the full SHA c5f1d02View 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 1.11.1...1.12.0