-
Notifications
You must be signed in to change notification settings - Fork 581
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.105
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.106
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 6 files changed
- 2 contributors
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6525ffa - Browse repository at this point
Copy the full SHA 6525ffaView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cc9ea7 - Browse repository at this point
Copy the full SHA 4cc9ea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bc2df - Browse repository at this point
Copy the full SHA 99bc2dfView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 029fda0 - Browse repository at this point
Copy the full SHA 029fda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1786de2 - Browse repository at this point
Copy the full SHA 1786de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b438004 - Browse repository at this point
Copy the full SHA b438004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd5d59 - Browse repository at this point
Copy the full SHA 2cd5d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf433e9 - Browse repository at this point
Copy the full SHA cf433e9View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c308779 - Browse repository at this point
Copy the full SHA c308779View commit details -
Configuration menu - View commit details
-
Copy full SHA for de39b2a - Browse repository at this point
Copy the full SHA de39b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5fef9 - Browse repository at this point
Copy the full SHA 6a5fef9View commit details -
Reorder Value::as_number after is_number
The other as_* methods all come after the corresponding is_* method.
Configuration menu - View commit details
-
Copy full SHA for 5a39516 - Browse repository at this point
Copy the full SHA 5a39516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c5d6c - Browse repository at this point
Copy the full SHA 95c5d6cView commit details -
Resolve rustdoc::redundant_explicit_links lint
warning: redundant explicit link target --> src/lib.rs:59:20 | 59 | //! [`from_slice`][from_slice] for parsing from a byte slice &[u8] and | ------------ ^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | note: referenced explicit link target defined here --> src/lib.rs:295:19 | 295 | //! [from_slice]: crate::de::from_slice | ^^^^^^^^^^^^^^^^^^^^^ = note: when a link's destination is not specified, the label is used to resolve intra-doc links = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default help: remove explicit link target | 59 | //! [`from_slice`] for parsing from a byte slice &[u8] and | ~~~~~~~~~~~~~~ warning: redundant explicit link target --> src/lib.rs:60:21 | 60 | //! [`from_reader`][from_reader] for parsing from any `io::Read` like a File or | ------------- ^^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | note: referenced explicit link target defined here --> src/lib.rs:296:20 | 296 | //! [from_reader]: crate::de::from_reader | ^^^^^^^^^^^^^^^^^^^^^^ = note: when a link's destination is not specified, the label is used to resolve intra-doc links help: remove explicit link target | 60 | //! [`from_reader`] for parsing from any `io::Read` like a File or | ~~~~~~~~~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 11b603c - Browse repository at this point
Copy the full SHA 11b603cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db75c22 - Browse repository at this point
Copy the full SHA db75c22View commit details -
Merge pull request #1067 from chanced/add-as_str-to-number
adds `as_str` to `Number` if `arbitrary_precision` is enabled
Configuration menu - View commit details
-
Copy full SHA for 028b643 - Browse repository at this point
Copy the full SHA 028b643View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8dd13 - Browse repository at this point
Copy the full SHA fc8dd13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f16cad6 - Browse repository at this point
Copy the full SHA f16cad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f346308 - Browse repository at this point
Copy the full SHA f346308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f10ec - Browse repository at this point
Copy the full SHA 45f10ecView 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.105...v1.0.106