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/serde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.203
Choose a base ref
...
head repository: serde-rs/serde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.204
Choose a head ref
  • 14 commits
  • 14 files changed
  • 3 contributors

Commits on Jun 2, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    fee0b82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2754 from bm-w/master

    Fix missing close paren in crates-io.md
    dtolnay authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d577c4a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Nightly no longer requires error_in_core feature

        warning: the feature `error_in_core` has been stable since 1.81.0-nightly and no longer requires an attribute to enable
           --> serde/src/lib.rs:108:43
            |
        108 | #![cfg_attr(feature = "unstable", feature(error_in_core, never_type))]
            |                                           ^^^^^^^^^^^^^
            |
            = note: `#[warn(stable_features)]` on by default
    dtolnay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9e6158e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Suppress dead code warning in test of unit struct remote derive

        error: struct `RemoteSelf` is never constructed
           --> test_suite/tests/test_gen.rs:425:12
            |
        425 |     struct RemoteSelf;
            |            ^^^^^^^^^^
            |
        note: the lint level is defined here
           --> test_suite/tests/test_gen.rs:5:9
            |
        5   | #![deny(warnings)]
            |         ^^^^^^^^
            = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
    dtolnay committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f3dfd2a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Use the #[diagnostic::on_unimplemented] attribute when possible

    This change enables the `#[diagnostic::on_unimplemented]` attribute for
    the `Serialize` and `Deserialize` trait to point the user to the
    relevant derives and point out that they might want to check crates
    features for external types by adding the relevant hints an note.
    weiznich committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    694fe05 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplem…

    …ented
    
    Use the `#[diagnostic::on_unimplemented]` attribute when possible
    dtolnay authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8e6637a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d7917 View commit details
    Browse the repository at this point in the history
  3. Cut test_suite from workspace members in old toolchain CI jobs

    The test suite's dependencies cannot be resolved by an old toolchain.
    
        error: failed to select a version for the requirement `toml = "^0.8"`
        candidate versions found which didn't match: 0.5.11, 0.5.10, 0.5.9, ...
        location searched: crates.io index
        required by package `trybuild v1.0.97`
            ... which satisfies dependency `trybuild = "^1.0.97"` of package `serde_test_suite v0.0.0`
    dtolnay committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    595019e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91aa40e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1179158 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2769 from dtolnay/onunimpl

    Add ui test of unsatisfied serde trait bound
    dtolnay authored Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8cc4809 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58c307f View commit details
    Browse the repository at this point in the history
  8. Release 1.0.204

    dtolnay committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    18dcae0 View commit details
    Browse the repository at this point in the history
Loading