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.105
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.106
Choose a head ref
  • 20 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    4cc9ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bc2df View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    029fda0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1786de2 View commit details
    Browse the repository at this point in the history
  3. adds as_number to Value

    chanced committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b438004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd5d59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf433e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    c308779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de39b2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a5fef9 View commit details
    Browse the repository at this point in the history
  4. Reorder Value::as_number after is_number

    The other as_* methods all come after the corresponding is_* method.
    dtolnay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    5a39516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95c5d6c View commit details
    Browse the repository at this point in the history
  6. Resolve rustdoc::redundant_explicit_links lint

        warning: redundant explicit link target
           --> src/lib.rs:59:20
            |
        59  | //! [`from_slice`][from_slice] for parsing from a byte slice &[u8] and
            |      ------------  ^^^^^^^^^^ explicit target is redundant
            |      |
            |      because label contains path that resolves to same destination
            |
        note: referenced explicit link target defined here
           --> src/lib.rs:295:19
            |
        295 | //! [from_slice]: crate::de::from_slice
            |                   ^^^^^^^^^^^^^^^^^^^^^
            = note: when a link's destination is not specified,
                    the label is used to resolve intra-doc links
            = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
        help: remove explicit link target
            |
        59  | //! [`from_slice`] for parsing from a byte slice &[u8] and
            |     ~~~~~~~~~~~~~~
    
        warning: redundant explicit link target
           --> src/lib.rs:60:21
            |
        60  | //! [`from_reader`][from_reader] for parsing from any `io::Read` like a File or
            |      -------------  ^^^^^^^^^^^ explicit target is redundant
            |      |
            |      because label contains path that resolves to same destination
            |
        note: referenced explicit link target defined here
           --> src/lib.rs:296:20
            |
        296 | //! [from_reader]: crate::de::from_reader
            |                    ^^^^^^^^^^^^^^^^^^^^^^
            = note: when a link's destination is not specified,
                    the label is used to resolve intra-doc links
        help: remove explicit link target
            |
        60  | //! [`from_reader`] for parsing from any `io::Read` like a File or
            |     ~~~~~~~~~~~~~~~
    dtolnay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    11b603c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db75c22 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1067 from chanced/add-as_str-to-number

    adds `as_str` to `Number` if `arbitrary_precision` is enabled
    dtolnay authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    028b643 View commit details
    Browse the repository at this point in the history
  9. Touch up PR 1067

    dtolnay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    fc8dd13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f16cad6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f346308 View commit details
    Browse the repository at this point in the history
  12. Release 1.0.106

    dtolnay committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    45f10ec View commit details
    Browse the repository at this point in the history
Loading