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.56
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.57
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 15, 2020

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

Commits on Jul 18, 2020

  1. Raise preserve_order required Rust version to 1.32

    Required by the dependency on indexmap which now depends on hashbrown 0.8.1.
    dtolnay committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    fdc177d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Add Read implementation for &mut Read

    tinou98 authored and dtolnay committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    4003c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e006a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b86e66 View commit details
    Browse the repository at this point in the history
  4. Clean up rustdoc representation of the &mut R Read impl

    The new impl is rendered by rustdoc in a way that is easier to parse
    than before.
    dtolnay committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    a5b1f59 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.57

    dtolnay committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    4354fc3 View commit details
    Browse the repository at this point in the history
Loading