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.140
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.141
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 16, 2025

  1. chore: fix typo

    Signed-off-by: jimmycathy <clonecode@outlook.com>
    jimmycathy committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    af3d80d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1248 from jimmycathy/master

    chore: fix typo
    dtolnay authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    8a56cfa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

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

Commits on Jun 6, 2025

  1. Ignore mismatched_lifetime_syntaxes lint

        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:274:21
            |
        274 |     pub fn entry<S>(&mut self, key: S) -> Entry
            |                     ^^^^^^^^^             ----- the lifetime gets resolved as `'_`
            |                     |
            |                     this lifetime flows to the output
            |
            = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        274 |     pub fn entry<S>(&mut self, key: S) -> Entry<'_>
            |                                                ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:303:17
            |
        303 |     pub fn iter(&self) -> Iter {
            |                 ^^^^^     ---- the lifetime gets resolved as `'_`
            |                 |
            |                 this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        303 |     pub fn iter(&self) -> Iter<'_> {
            |                               ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:311:21
            |
        311 |     pub fn iter_mut(&mut self) -> IterMut {
            |                     ^^^^^^^^^     ------- the lifetime gets resolved as `'_`
            |                     |
            |                     this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        311 |     pub fn iter_mut(&mut self) -> IterMut<'_> {
            |                                          ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:319:17
            |
        319 |     pub fn keys(&self) -> Keys {
            |                 ^^^^^     ---- the lifetime gets resolved as `'_`
            |                 |
            |                 this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        319 |     pub fn keys(&self) -> Keys<'_> {
            |                               ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:327:19
            |
        327 |     pub fn values(&self) -> Values {
            |                   ^^^^^     ------ the lifetime gets resolved as `'_`
            |                   |
            |                   this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        327 |     pub fn values(&self) -> Values<'_> {
            |                                   ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/map.rs:335:23
            |
        335 |     pub fn values_mut(&mut self) -> ValuesMut {
            |                       ^^^^^^^^^     --------- the lifetime gets resolved as `'_`
            |                       |
            |                       this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        335 |     pub fn values_mut(&mut self) -> ValuesMut<'_> {
            |                                              ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
            --> src/value/de.rs:1388:19
             |
        1388 |     fn unexpected(&self) -> Unexpected {
             |                   ^^^^^     ---------- the lifetime gets resolved as `'_`
             |                   |
             |                   this lifetime flows to the output
             |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
             |
        1388 |     fn unexpected(&self) -> Unexpected<'_> {
             |                                       ++++
    
        warning: lifetime flowing from input to output with different syntax can be confusing
           --> src/number.rs:798:30
            |
        798 |     pub(crate) fn unexpected(&self) -> Unexpected {
            |                              ^^^^^     ---------- the lifetime gets resolved as `'_`
            |                              |
            |                              this lifetime flows to the output
            |
        help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
            |
        798 |     pub(crate) fn unexpected(&self) -> Unexpected<'_> {
            |                                                  ++++
    dtolnay committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    cd55b5a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Configuration menu
    Copy the full SHA
    f2d940d View commit details
    Browse the repository at this point in the history
  2. use unreachable_unchecked for escape table. use a second match to rou…

    …ndtrip EscapeChar to the u8 without actually branching
    conradludgate committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    de70b7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1273 from conradludgate/optimise-string-escaping

    string serialization escaping optimisations
    dtolnay authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    623d9b4 View commit details
    Browse the repository at this point in the history
  4. Touch up PR 1273

    dtolnay committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6e2c210 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.141

    dtolnay committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    6843c36 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy