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.118
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.120
Choose a head ref
  • 10 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 26, 2024

  1. chore: remove repeat words

    Signed-off-by: haouvw <jchaodaohang@foxmail.com>
    haouvw committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a83fe96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1146 from haouvw/master

    chore: remove repeat words
    dtolnay authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a9e089a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Add Map::shift_insert()

    This method inserts a key-value pair in the map at the given index. If
    the map did not have this key present, `None` is returned. If the map
    did have this key present, the key is moved to the new position, the
    value is updated, and the old value is returned.
    
    This is useful when you want to insert a key-value pair at a specific
    position in the map, and is a necessary method when writing a JSON
    editor that can mutate the keys in a JSON object.
    joshka committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    309ef6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1149 from joshka/master

    Add Map::shift_insert()
    dtolnay authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    c17e63f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    352b7ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8878cd7 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.119

    dtolnay committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b48b9a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    3480fed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1152 from cforycki/fix/index-map-minimal-version

    fix: indexmap minimal version with Map::shift_insert()
    dtolnay authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    962c0fb View commit details
    Browse the repository at this point in the history
  3. Release 1.0.120

    dtolnay committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bcedc3d View commit details
    Browse the repository at this point in the history
Loading