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.87
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.88
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 25, 2022

  1. Resolve needless_borrow pedantic clippy lint in test

        error: the borrowed expression implements the required traits
            --> tests/test.rs:1931:34
             |
        1931 |     assert!(serde_json::to_value(&map).is_err());
             |                                  ^^^^ help: change this to: `map`
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
             = note: `-D clippy::needless-borrow` implied by `-D clippy::all`
    dtolnay committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4f194c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

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

Commits on Nov 18, 2022

  1. Merge pull request #952 from Lucretiel/map-traits

    Add clone_from and use IndexMap::extend
    dtolnay authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    057957c View commit details
    Browse the repository at this point in the history
  2. Release 1.0.88

    dtolnay committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9eb66da View commit details
    Browse the repository at this point in the history
Loading