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.107
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.108
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 24, 2023

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

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    9d86391 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1075 from dimo414/master

    Remove a few unnecessary lifetimes
    dtolnay authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5bb6960 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 25, 2023

  1. Fix unused imports

        warning: unused imports: `parse_concise_float`, `parse_truncated_float`
          --> tests/../src/lexical/mod.rs:38:23
           |
        38 | pub use self::parse::{parse_concise_float, parse_truncated_float};
           |                       ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
           |
           = note: `#[warn(unused_imports)]` on by default
    
        warning: unused import: `std::vec::Vec`
          --> tests/lexical.rs:30:13
           |
        30 |     pub use std::vec::Vec;
           |             ^^^^^^^^^^^^^
    
        warning: unused imports: `cmp`, `iter`, `mem`, `ops`
          --> tests/lexical.rs:31:19
           |
        31 |     pub use std::{cmp, iter, mem, ops};
           |                   ^^^  ^^^^  ^^^  ^^^
    dtolnay committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    421a70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e091d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1080 from serde-rs/negativenan

    Add test of negative NaN and negative infinity
    dtolnay authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f56053d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. fixed typos

    fritzrehde committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ebaf617 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1081 from fritzrehde/master

    Fixed some typos
    dtolnay authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a8e6f75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f072fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1082 from dtolnay/fromdoc

    Improve Value From and FromIterator docs
    dtolnay authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1454eac View commit details
    Browse the repository at this point in the history
  5. Release 1.0.108

    dtolnay committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4bc1eaa View commit details
    Browse the repository at this point in the history
Loading