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.96
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.97
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on May 18, 2023

  1. Add an example of producing a Null in a json! literal

    I tried to do this, and while you can piece together the way to do this from the interpolation comment, it's the one piece of direct JSON syntax that isn't immediately obvious.
    ndmitchell authored May 18, 2023
    Configuration menu
    Copy the full SHA
    0d7b0d3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Show error details during miri setup in CI

    Without this, if it fails, the only information printed is useless:
    
        Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)...
        fatal error: failed to build sysroot; run `cargo miri setup` to see the error details
    dtolnay committed May 23, 2023
    Configuration menu
    Copy the full SHA
    931ee23 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Switch to using null

    ndmitchell authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    009a53b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    207a57b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1025 from dtolnay/io

    Standardize on "I/O" instead of "IO"
    dtolnay authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    136b773 View commit details
    Browse the repository at this point in the history
  3. Add Error::io_error_kind

    dtolnay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9308d97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1026 from dtolnay/errorkind

    Add Error::io_error_kind
    dtolnay authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8b681ff View commit details
    Browse the repository at this point in the history
  5. Release 1.0.97

    dtolnay committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a0ddb25 View commit details
    Browse the repository at this point in the history
Loading