-
-
Notifications
You must be signed in to change notification settings - Fork 844
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/serde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.189
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: serde-rs/serde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.190
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 1 contributor
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9cdf332 - Browse repository at this point
Copy the full SHA 9cdf332View commit details
Commits on Oct 22, 2023
-
warning: accessing first element with `variant.fields.get(0)` --> serde_derive/src/de.rs:1843:27 | 1843 | let default = variant.fields.get(0).map(|field| { | ^^^^^^^^^^^^^^^^^^^^^ help: try: `variant.fields.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-W clippy::get-first` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::get_first)]` warning: accessing first element with `variant.fields.get(0)` --> serde_derive/src/de.rs:1888:27 | 1888 | let default = variant.fields.get(0).map(|field| { | ^^^^^^^^^^^^^^^^^^^^^ help: try: `variant.fields.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
Configuration menu - View commit details
-
Copy full SHA for 8de84b7 - Browse repository at this point
Copy the full SHA 8de84b7View commit details
Commits on Oct 25, 2023
-
warning: unused imports: `cmp`, `mem`, `slice` --> serde/src/lib.rs:171:26 | 171 | pub use self::core::{cmp, iter, mem, num, ptr, slice, str}; | ^^^ ^^^ ^^^^^ | = note: `#[warn(unused_imports)]` on by default
Configuration menu - View commit details
-
Copy full SHA for bb4135c - Browse repository at this point
Copy the full SHA bb4135cView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a091a07 - Browse repository at this point
Copy the full SHA a091a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fcc34 - Browse repository at this point
Copy the full SHA d2fcc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba9c12 - Browse repository at this point
Copy the full SHA 6ba9c12View commit details -
Merge pull request #2637 from dtolnay/nansign
Ensure f32 deserialized from f64 and vice versa preserve NaN sign
Configuration menu - View commit details
-
Copy full SHA for 11c2917 - Browse repository at this point
Copy the full SHA 11c2917View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb1a58 - Browse repository at this point
Copy the full SHA edb1a58View 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.189...v1.0.190