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: serde-rs/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.94
Choose a base ref
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.95
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    4b96996 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    02e5833 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    b0990a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f3443 View commit details
    Browse the repository at this point in the history
  3. Fix PartialEq between Value and f32

    Caught by test_partialeq_number:
    
        thread 'test_partialeq_number' panicked at 'assertion failed: `(left == right)`
          left: `-3.4028235e38`,
         right: `Number(-3.4028235e38)`', tests/test.rs:2033:5
    dtolnay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c9bff92 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1005 from dtolnay/f32cast

    Eliminate f32-to-f64 casting in arbitrary_precision mode
    dtolnay authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    731886c View commit details
    Browse the repository at this point in the history
  5. Release 1.0.95

    dtolnay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4ea38c4 View commit details
    Browse the repository at this point in the history
Loading