Skip to content
Permalink

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: v1.18.1
Choose a base ref
...
head repository: uuid-rs/uuid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.0
Choose a head ref
  • 16 commits
  • 31 files changed
  • 4 contributors

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    9835bd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #843 from paolobarbolini/serde_core-migration

    Switch serde dependency to serde_core
    KodrAus authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    c597622 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    e73bb27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029a57e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Merge pull request #848 from paolobarbolini/maintenance

    Upgrade to 2021 edition and fix most clippy warnings
    KodrAus authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    f9a36e2 View commit details
    Browse the repository at this point in the history
  2. prepare for 1.19.0 release

    KodrAus committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    d0422fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #849 from uuid-rs/cargo/v1.19.0

    Prepare for 1.19.0 release
    KodrAus authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    7527cef View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. 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.
    mivort committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    50d44ad View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Configuration menu
    Copy the full SHA
    efb06f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #854 from mivort/non-nil-uuid-ord

    Derive Ord and PartialOrd for NonNilUuid
    KodrAus authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    db27b67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #855 from uuid-rs/feat/serde-fmt

    Implement Deserialize on adapter types
    KodrAus authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    a0281cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6dc7ec View commit details
    Browse the repository at this point in the history
  5. don't run UI tests in wasm

    KodrAus committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    e2bdd44 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #856 from uuid-rs/docs/bytes-le-ordering

    Deprecate `macro-diagnostics`
    KodrAus authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    3b66758 View commit details
    Browse the repository at this point in the history
  7. prepare for 1.20.0 release

    KodrAus committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    66eebc3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #857 from uuid-rs/cargo/v1.20.0

    Prepare for 1.20.0 release
    KodrAus authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    c3346dd View commit details
    Browse the repository at this point in the history
Loading