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: reem/rust-ordered-float
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: reem/rust-ordered-float
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.2
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 1, 2024

  1. Update Cargo.lock

    mbrubeck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    11f0398 View commit details
    Browse the repository at this point in the history
  2. Add test for panic in cmp

    mbrubeck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ce43e95 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    mbrubeck committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d76512a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Make Debug impls delegate directly to inner float

    Resolves #152
    Ten0 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6fae20e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from Ten0/direct_debug_impl

    Make `Debug` impls delegate directly to inner float
    mbrubeck authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2ef58c4 View commit details
    Browse the repository at this point in the history
  3. Fix clippy lint in test file

    mbrubeck committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    68cb858 View commit details
    Browse the repository at this point in the history
  4. Version 4.2.1

    mbrubeck committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f3cd47c View commit details
    Browse the repository at this point in the history
Loading