-
Notifications
You must be signed in to change notification settings - Fork 596
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.85
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.86
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 2 contributors
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f801ea - Browse repository at this point
Copy the full SHA 5f801eaView commit details
Commits on Sep 2, 2022
-
Resolve needless_borrow clippy lints
error: the borrowed expression implements the required traits --> src/value/ser.rs:198:60 | 198 | values.insert(String::from(variant), tri!(to_value(&value))); | ^^^^^^ help: change this to: `value` | = note: `-D clippy::needless-borrow` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> src/value/ser.rs:317:37 | 317 | self.vec.push(tri!(to_value(&value))); | ^^^^^^ help: change this to: `value` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> src/value/ser.rs:366:37 | 366 | self.vec.push(tri!(to_value(&value))); | ^^^^^^ help: change this to: `value` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> src/value/ser.rs:409:47 | 409 | map.insert(key, tri!(to_value(&value))); | ^^^^^^ help: change this to: `value` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> src/value/ser.rs:666:58 | 666 | self.map.insert(String::from(key), tri!(to_value(&value))); | ^^^^^^ help: change this to: `value` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> tests/test.rs:98:26 | 98 | let v = to_value(&value).unwrap(); | ^^^^^^ help: change this to: `value` | = note: `-D clippy::needless-borrow` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow error: the borrowed expression implements the required traits --> tests/test.rs:114:26 | 114 | let v = to_value(&value).unwrap(); | ^^^^^^ help: change this to: `value` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Configuration menu - View commit details
-
Copy full SHA for 7af05a9 - Browse repository at this point
Copy the full SHA 7af05a9View commit details -
Resolve manual_string_new pedantic clippy lint in test
error: empty String is being created manually --> tests/test.rs:1110:18 | 1110 | ("\"\"", "".to_string()), | ^^^^^^^^^^^^^^ help: consider using: `String::new()` | = note: `-D clippy::manual-string-new` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_string_new
Configuration menu - View commit details
-
Copy full SHA for 9af8517 - Browse repository at this point
Copy the full SHA 9af8517View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64ffdc - Browse repository at this point
Copy the full SHA d64ffdcView commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec72b27 - Browse repository at this point
Copy the full SHA ec72b27View commit details
Commits on Sep 14, 2022
-
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
Configuration menu - View commit details
-
Copy full SHA for 94019a3 - Browse repository at this point
Copy the full SHA 94019a3View commit details
Commits on Oct 9, 2022
-
Merge pull request #928 from kvinwang/nostd-arbp
arbitrary_precision without std
Configuration menu - View commit details
-
Copy full SHA for 54f9685 - Browse repository at this point
Copy the full SHA 54f9685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab65c5 - Browse repository at this point
Copy the full SHA 8ab65c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d6164 - Browse repository at this point
Copy the full SHA 99d6164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4217e8e - Browse repository at this point
Copy the full SHA 4217e8eView 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.85...v1.0.86