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.91
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.93
Choose a head ref
  • 14 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    9947ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edf7fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #964 from dtolnay/docsrs

    Replace docs.serde.rs links
    dtolnay authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    557f45c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

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

Commits on Jan 20, 2023

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

Commits on Jan 29, 2023

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

Commits on Feb 5, 2023

  1. RawValue -> repr(transparent)

    This code is from September 2018, at which point serde_json supported
    rustc back to 1.15. repr(transparent) stabilized in 1.28. Today the
    minimum required compiler is 1.36, so repr(transparent) is okay to use.
    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7bc6c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa287c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #980 from serde-rs/docrepr

    Hide repr attribute from documentation
    dtolnay authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c42b724 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.92

    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a9c984f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    f77ad47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d13cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #982 from serde-rs/integer128tovalue

    Support 128-bit integers in to_value
    dtolnay authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4fd4850 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.93

    dtolnay committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0ebeede View commit details
    Browse the repository at this point in the history
Loading