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.106
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.107
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 3, 2023

  1. chore: Remove no_btreemap_retain feature from build.rs

    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d0c979a View commit details
    Browse the repository at this point in the history
  2. chore: Remove no_btreemap_get_key_value and no_btreemap_remove_entry.

    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    716cb8f View commit details
    Browse the repository at this point in the history
  3. Remove limb_width32 and limb_width64 features

    Moved dispatch directly into the type system.
    osiewicz authored and Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c754f03 View commit details
    Browse the repository at this point in the history
  4. fixup! Remove limb_width32 and limb_width64 features

    Piotr Osiewicz committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    16e04ce View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Revert "Remove limb_width32 and limb_width64 features"

    This reverts commit c754f03.
    osiewicz committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    89a2741 View commit details
    Browse the repository at this point in the history
  2. Omit return keyword in remove_entry

    Co-authored-by: David Tolnay <[email protected]>
    osiewicz and dtolnay authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    83bdc5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f7758 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1062 from osiewicz/remove_build_rs

    Simplify/remove build.rs following the bump to 2021 edition
    dtolnay authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2c22077 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    fe30766 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1072 from dtolnay/rawvalue

    Support deserializing from &RawValue
    dtolnay authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4ea34a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9d296f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1073 from dtolnay/rawvalue

    IntoDeserializer for &RawValue
    dtolnay authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    00626a0 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.107

    dtolnay committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b6e113f View commit details
    Browse the repository at this point in the history
Loading