-
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.69
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.70
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 5 files changed
- 3 contributors
Commits on Nov 12, 2021
-
This adds the `retain` function to the Map type which calls the inner maps, Either indexmap or std BTreeMap's, retain. I'm trying to mutate a Value::Object's Map in-place and could't find a nice way without the retain function.
Dean Karn committedNov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for d275e04 - Browse repository at this point
Copy the full SHA d275e04View commit details -
only include retain for BTreeMap if Rust 1.53.0+
Dean Karn committedNov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 0992b44 - Browse repository at this point
Copy the full SHA 0992b44View commit details -
Dean Karn committed
Nov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 09c5892 - Browse repository at this point
Copy the full SHA 09c5892View commit details -
Dean Karn committed
Nov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for eaa1a31 - Browse repository at this point
Copy the full SHA eaa1a31View commit details -
don't include indexmap retain without BTreeMap retain
Dean Karn committedNov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 29a58a3 - Browse repository at this point
Copy the full SHA 29a58a3View commit details -
Dean Karn committed
Nov 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 68d3b45 - Browse repository at this point
Copy the full SHA 68d3b45View commit details
Commits on Nov 13, 2021
-
Co-authored-by: David Tolnay <dtolnay@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e36f61 - Browse repository at this point
Copy the full SHA 9e36f61View commit details -
Dean Karn committed
Nov 13, 2021 Configuration menu - View commit details
-
Copy full SHA for debd7d0 - Browse repository at this point
Copy the full SHA debd7d0View commit details -
Merge branch 'master' of github.com:deankarn/json
Dean Karn committedNov 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 2e5b990 - Browse repository at this point
Copy the full SHA 2e5b990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37da27f - Browse repository at this point
Copy the full SHA 37da27fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f85d2 - Browse repository at this point
Copy the full SHA 24f85d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a050481 - Browse repository at this point
Copy the full SHA a050481View 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.69...v1.0.70