-
Notifications
You must be signed in to change notification settings - Fork 574
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.99
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.100
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 1 contributor
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdb7800 - Browse repository at this point
Copy the full SHA fdb7800View commit details
Commits on Jul 3, 2023
-
Resolve explicit_iter_loop pedantic clippy lint
error: it is more concise to loop over references to containers instead of using explicit iteration methods --> tests/../src/lexical/math.rs:339:19 | 339 | for xi in x.iter_mut() { | ^^^^^^^^^^^^ help: to write this more concisely, try: `&mut *x` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop = note: `-D clippy::explicit-iter-loop` implied by `-D clippy::pedantic` error: it is more concise to loop over references to containers instead of using explicit iteration methods --> tests/../src/lexical/math.rs:485:19 | 485 | for xi in x.iter_mut() { | ^^^^^^^^^^^^ help: to write this more concisely, try: `&mut *x` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
Configuration menu - View commit details
-
Copy full SHA for e98e664 - Browse repository at this point
Copy the full SHA e98e664View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79caf27 - Browse repository at this point
Copy the full SHA 79caf27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f482ed3 - Browse repository at this point
Copy the full SHA f482ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8a2b1 - Browse repository at this point
Copy the full SHA 8f8a2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897f913 - Browse repository at this point
Copy the full SHA 897f913View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fce19 - Browse repository at this point
Copy the full SHA d2fce19View 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.99...v1.0.100