-
Notifications
You must be signed in to change notification settings - Fork 587
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.122
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.123
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 4 files changed
- 2 contributors
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3faae03 - Browse repository at this point
Copy the full SHA 3faae03View commit details -
Replace ESCAPE array with is_escape fn
This is not backed by benchmarks, but it seems reasonable that we'd be more starved for cache than CPU in IO-bound tasks. It also simplifies code a bit and frees up some memory, which is probably a good thing.
Configuration menu - View commit details
-
Copy full SHA for 03ceee9 - Browse repository at this point
Copy the full SHA 03ceee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63cb04d - Browse repository at this point
Copy the full SHA 63cb04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3063d69 - Browse repository at this point
Copy the full SHA 3063d69View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5496579 - Browse repository at this point
Copy the full SHA 5496579View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95d6df - Browse repository at this point
Copy the full SHA a95d6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0dcf7 - Browse repository at this point
Copy the full SHA 1f0dcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8389d8a - Browse repository at this point
Copy the full SHA 8389d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43da5e - Browse repository at this point
Copy the full SHA e43da5eView commit details -
Merge pull request #1161 from iex-rs/vectorized-string-parsing
Vectorize string parsing
Configuration menu - View commit details
-
Copy full SHA for 859ead8 - Browse repository at this point
Copy the full SHA 859ead8View commit details -
Fix needless_borrow clippy lint in new control character test
warning: this expression creates a reference which is immediately dereferenced by the compiler --> tests/test.rs:2515:9 | 2515 | &"\"\t\n\r\"", | ^^^^^^^^^^^^^ help: change this to: `"\"\t\n\r\""` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-W clippy::needless-borrow` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::needless_borrow)]`
Configuration menu - View commit details
-
Copy full SHA for 346189a - Browse repository at this point
Copy the full SHA 346189aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab07e - Browse repository at this point
Copy the full SHA 2cab07eView 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.122...v1.0.123