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.135
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.138
Choose a head ref
  • 15 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 18, 2025

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

Commits on Jan 19, 2025

  1. Merge pull request #1230 from goffrie/patch-1

    Use Map::with_capacity in value::Serializer::serialize_map
    dtolnay authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    eb9f3f6 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.136

    dtolnay committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    a46f14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8f15b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1231 from dtolnay/playground

    Enable "float_roundtrip" and "unbounded_depth" features in playground
    dtolnay authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    51c48ab View commit details
    Browse the repository at this point in the history
  5. Release 1.0.137

    dtolnay committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    eb49e28 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Remove **/*.rs.bk from project-specific gitignore

    Cargo stopped generating this in its project template 5 years ago. It
    would belong in a global gitignore instead.
    dtolnay committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    c7626db View commit details
    Browse the repository at this point in the history
  2. Remove *.sw[po] from gitignore

    This belongs in someone's global gitignore.
    dtolnay committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    4134f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f78da View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    65bbd1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2d800 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1237 from JonathanBrouwer/master

    Improve documentation for buffering around functions taking a reader
    dtolnay authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d33c1b5 View commit details
    Browse the repository at this point in the history
  4. Sort imports from PR 1237

    dtolnay committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    29122f9 View commit details
    Browse the repository at this point in the history
  5. Move BufReader to caller

    The original read_user_from_stream function from PR 1237 is a bad
    pattern because it results in silently dropping any data left in the
    buffer on return. If we want to read anything else from the same
    TcpStream after the JSON object, the buffer needs to go in the caller.
    dtolnay committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    dc29e48 View commit details
    Browse the repository at this point in the history
  6. Release 1.0.138

    dtolnay committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    c916099 View commit details
    Browse the repository at this point in the history
Loading