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.138
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.139
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 30, 2025

  1. Resolve unnecessary_semicolon pedantic clippy lint

        warning: unnecessary semicolon
           --> src/de.rs:371:10
            |
        371 |         };
            |          ^ help: remove
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
            = note: `-W clippy::unnecessary-semicolon` implied by `-W clippy::pedantic`
            = help: to override `-W clippy::pedantic` add `#[allow(clippy::unnecessary_semicolon)]`
    dtolnay committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    1174c5f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Unset doc-scrape-examples for lib target

    False is the default value since Cargo PR 11499.
    dtolnay committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    1d7378e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    13591f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1241 from dtolnay/doclink

    Convert html links to intra-doc links
    dtolnay authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    7a79781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5bb8bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1242 from dtolnay/writefloat

    Document behavior of write_f32/f64 on non-finite floats
    dtolnay authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    5d6b32f View commit details
    Browse the repository at this point in the history
  5. Release 1.0.139

    dtolnay committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    4d4f53c View commit details
    Browse the repository at this point in the history
Loading