-
Notifications
You must be signed in to change notification settings - Fork 627
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.111
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.112
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 4 files changed
- 2 contributors
Commits on Jan 12, 2024
-
Ignore unconditional_recursion clippy lint due to false positive
rust-lang/rust-clippy#12133 warning: function cannot return without recursing --> src/map.rs:276:5 | 276 | / fn eq(&self, other: &Self) -> bool { 277 | | self.map.eq(&other.map) 278 | | } | |_____^ | note: recursive call site --> src/map.rs:277:9 | 277 | self.map.eq(&other.map) | ^^^^^^^^^^^^^^^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unconditional_recursion = note: `-W clippy::unconditional-recursion` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::unconditional_recursion)]`
Configuration menu - View commit details
-
Copy full SHA for 6d44b9f - Browse repository at this point
Copy the full SHA 6d44b9fView commit details
Commits on Jan 26, 2024
-
Fixed a spelling error in the second paragraph of the README file. - Changed "exponet" to "exponent"
Configuration menu - View commit details
-
Copy full SHA for 2909b0b - Browse repository at this point
Copy the full SHA 2909b0bView commit details -
Merge pull request #1105 from keienWang/master
fix: Correct spelling error
Configuration menu - View commit details
-
Copy full SHA for e56cc69 - Browse repository at this point
Copy the full SHA e56cc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296fafb - Browse repository at this point
Copy the full SHA 296fafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62ca3e4 - Browse repository at this point
Copy the full SHA 62ca3e4View commit details -
Merge pull request #1106 from serde-rs/invalidvalue
Handle Unexpected::Unit in Error::invalid_value
Configuration menu - View commit details
-
Copy full SHA for 107c2d1 - Browse repository at this point
Copy the full SHA 107c2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d7bad - Browse repository at this point
Copy the full SHA 83d7badView commit details -
Merge pull request #1107 from serde-rs/unexpectedfloat
Format f64 in error messages using ryu
Configuration menu - View commit details
-
Copy full SHA for 6a6d2bb - Browse repository at this point
Copy the full SHA 6a6d2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fece96 - Browse repository at this point
Copy the full SHA 7fece96View 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.111...v1.0.112