Skip to content
Permalink

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
Choose a base ref
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.123
Choose a head ref
  • 12 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    3faae03 View commit details
    Browse the repository at this point in the history
  2. 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.
    purplesyringa committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    03ceee9 View commit details
    Browse the repository at this point in the history
  3. Bring MSRV down

    purplesyringa committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    63cb04d View commit details
    Browse the repository at this point in the history
  4. Add better tests

    purplesyringa committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3063d69 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    5496579 View commit details
    Browse the repository at this point in the history
  2. Big endian support

    purplesyringa committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a95d6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f0dcf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8389d8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e43da5e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1161 from iex-rs/vectorized-string-parsing

    Vectorize string parsing
    dtolnay authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    859ead8 View commit details
    Browse the repository at this point in the history
  7. 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)]`
    dtolnay committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    346189a View commit details
    Browse the repository at this point in the history
  8. Release 1.0.123

    dtolnay committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2cab07e View commit details
    Browse the repository at this point in the history
Loading