-
-
Notifications
You must be signed in to change notification settings - Fork 850
Comparing changes
Open a pull request
base repository: serde-rs/serde
base: v1.0.203
head repository: serde-rs/serde
compare: v1.0.204
- 14 commits
- 14 files changed
- 3 contributors
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aafa26 - Browse repository at this point
Copy the full SHA 7aafa26View commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fee0b82 - Browse repository at this point
Copy the full SHA fee0b82View commit details -
Merge pull request #2754 from bm-w/master
Fix missing close paren in crates-io.md
Configuration menu - View commit details
-
Copy full SHA for d577c4a - Browse repository at this point
Copy the full SHA d577c4aView commit details
Commits on Jun 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 9e6158e - Browse repository at this point
Copy the full SHA 9e6158eView commit details
Commits on Jun 27, 2024
-
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)]`
Configuration menu - View commit details
-
Copy full SHA for f3dfd2a - Browse repository at this point
Copy the full SHA f3dfd2aView commit details
Commits on Jul 2, 2024
-
Use the
#[diagnostic::on_unimplemented]
attribute when possibleThis 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.
Configuration menu - View commit details
-
Copy full SHA for 694fe05 - Browse repository at this point
Copy the full SHA 694fe05View commit details
Commits on Jul 6, 2024
-
Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplem…
…ented Use the `#[diagnostic::on_unimplemented]` attribute when possible
Configuration menu - View commit details
-
Copy full SHA for 8e6637a - Browse repository at this point
Copy the full SHA 8e6637aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d7917 - Browse repository at this point
Copy the full SHA b0d7917View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 595019e - Browse repository at this point
Copy the full SHA 595019eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aa40e - Browse repository at this point
Copy the full SHA 91aa40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1179158 - Browse repository at this point
Copy the full SHA 1179158View commit details -
Merge pull request #2769 from dtolnay/onunimpl
Add ui test of unsatisfied serde trait bound
Configuration menu - View commit details
-
Copy full SHA for 8cc4809 - Browse repository at this point
Copy the full SHA 8cc4809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c307f - Browse repository at this point
Copy the full SHA 58c307fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dcae0 - Browse repository at this point
Copy the full SHA 18dcae0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.203...v1.0.204