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.40
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.41
Choose a head ref
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on May 30, 2019

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

Commits on Jul 1, 2019

  1. Merge pull request #544 from est31/master

    Add note about issue 160 to from_reader function
    dtolnay authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    87776ac View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Switch to rustversion

    dtolnay committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e3a2c3a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Work around rust-lang/cargo#4664

    Our dev-dependency on trybuild enables serde's "derive" feature, which
    we don't want affecting `cargo build`.
    dtolnay committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    cc59b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7613c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    684bf88 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

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

Commits on Sep 9, 2019

  1. Use swap_remove on IndexMap

    Plain remove is deprecated.
    dtolnay committed Sep 9, 2019
    1 Configuration menu
    Copy the full SHA
    b3d33fe View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Ignore too_many_lines lint

    dtolnay committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    05f6489 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Minor typo in doc

    yankuu authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f168235 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #571 from yankuu/patch-1

    Minor typo in doc
    dtolnay authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    fbd1434 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Remove try! macro from tests

    dtolnay committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    5bc17fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c88bef View commit details
    Browse the repository at this point in the history
  3. Release 1.0.41

    dtolnay committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    08b0cde View commit details
    Browse the repository at this point in the history
Loading