-
Notifications
You must be signed in to change notification settings - Fork 626
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.73
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.74
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 25 files changed
- 2 contributors
Commits on Dec 18, 2021
-
Ignore return_self_not_must_use clippy lint
error: missing `#[must_use]` attribute on a method returning `Self` --> src/map.rs:595:5 | 595 | / pub fn and_modify<F>(self, f: F) -> Self 596 | | where 597 | | F: FnOnce(&mut Value), 598 | | { ... | 605 | | } 606 | | } | |_____^ | = note: `-D clippy::return-self-not-must-use` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#return_self_not_must_use error: missing `#[must_use]` attribute on a method returning `Self` --> src/value/mod.rs:836:5 | 836 | / pub fn take(&mut self) -> Value { 837 | | mem::replace(self, Value::Null) 838 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#return_self_not_must_useConfiguration menu - View commit details
-
Copy full SHA for 95f67a0 - Browse repository at this point
Copy the full SHA 95f67a0View commit details
Commits on Dec 31, 2021
-
Unconditionally import from alloc
Previously serde_json supported versions of rustc older than 1.36 which didn't have a stable alloc crate. These days ever toolchain version we support has alloc.
Configuration menu - View commit details
-
Copy full SHA for 51df12e - Browse repository at this point
Copy the full SHA 51df12eView commit details -
The $(...)? operation is supported since Rust 1.32.
Configuration menu - View commit details
-
Copy full SHA for 31198f5 - Browse repository at this point
Copy the full SHA 31198f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2cbcd - Browse repository at this point
Copy the full SHA 5d2cbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a88da - Browse repository at this point
Copy the full SHA 18a88daView commit details
Commits on Jan 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 012f567 - Browse repository at this point
Copy the full SHA 012f567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de3d39 - Browse repository at this point
Copy the full SHA 6de3d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7794f - Browse repository at this point
Copy the full SHA ef7794fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d40de - Browse repository at this point
Copy the full SHA 58d40deView commit details
Loading
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.73...v1.0.74