-
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.72
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.73
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 8 files changed
- 1 contributor
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4a0924c - Browse repository at this point
Copy the full SHA 4a0924cView commit details -
Merge pull request #831 from serde-rs/from_u32
Skip error codepath on hex escape outside the surrogate range
Configuration menu - View commit details
-
Copy full SHA for fc0ca07 - Browse repository at this point
Copy the full SHA fc0ca07View commit details
Commits on Dec 8, 2021
-
Ignore needless_late_init Clippy lint
error: unneeded late initalization --> tests/../src/lexical/float.rs:173:9 | 173 | let exp: u64; | ^^^^^^^^^^^^^ | = note: `-D clippy::needless-late-init` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_late_init help: declare `exp` here | 174 | let exp: u64 = if (fp.exp == F::DENORMAL_EXPONENT) && (fp.mant & F::HIDDEN_BIT_MASK.as_u64()) == 0 { | ++++++++++++++ help: remove the assignments from the branches | 175 ~ 0 176 | } else { 177 ~ (fp.exp + F::EXPONENT_BIAS) as u64 | help: add a semicolon after the `if` expression | 178 | }; | +Configuration menu - View commit details
-
Copy full SHA for 7db1ea9 - Browse repository at this point
Copy the full SHA 7db1ea9View commit details
Commits on Dec 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a28529d - Browse repository at this point
Copy the full SHA a28529dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3eddcd - Browse repository at this point
Copy the full SHA c3eddcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0774c4 - Browse repository at this point
Copy the full SHA f0774c4View commit details -
Disable TcpStream test on miri
error: unsupported operation: can't call foreign function: getaddrinfo --> nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys_common/net.rs:191:21 | 191 | cvt_gai(c::getaddrinfo(c_host.as_ptr(), ptr::null(), &hints, &mut res)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: getaddrinfo | = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not supportConfiguration menu - View commit details
-
Copy full SHA for aaaf125 - Browse repository at this point
Copy the full SHA aaaf125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52eec5e - Browse repository at this point
Copy the full SHA 52eec5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66b0eb - Browse repository at this point
Copy the full SHA b66b0ebView commit details
Commits on Dec 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48455de - Browse repository at this point
Copy the full SHA 48455deView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 296f718 - Browse repository at this point
Copy the full SHA 296f718View 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.72...v1.0.73