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: v2.10.0
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: v3.0.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 4, 2022

  1. Version 2.10.0

    mbrubeck committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6d2f2d2 View commit details
    Browse the repository at this point in the history
  2. Removes two needless borrows

    jo-goro authored and mbrubeck committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    77b1457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9dcd4 View commit details
    Browse the repository at this point in the history
  4. Adds clippy and fmt check to CI

    jo-goro authored and mbrubeck committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    ba12cb5 View commit details
    Browse the repository at this point in the history
  5. Explains needless mut borrow

    jo-goro authored and mbrubeck committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    158a3ae View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    61975f1 View commit details
    Browse the repository at this point in the history
  2. Remove Add/Sub/Mul/Div/Rem impls for &OrderedFloat

    These caused type infernence errors due to a bug in rustc.
    Fixes #105.
    mbrubeck committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    a849e73 View commit details
    Browse the repository at this point in the history
  3. Version 3.0.0

    mbrubeck committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e4b7c07 View commit details
    Browse the repository at this point in the history
  4. Update README

    mbrubeck committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    96db24e View commit details
    Browse the repository at this point in the history
Loading