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

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    0647a7c View commit details
    Browse the repository at this point in the history
  2. Correctly calculate has_flatten attribute in all cases for deserial…

    …ization
    
    Consequence: `FlattenSkipDeserializing[DenyUnknown]`
    - does not collect data in Field, because do not read them anyway
    - gets `deserialize_in_place` method
    - gets ability to deserialize from sequence (visit_seq method)
    - uses `deserialize_struct` instead of `deserialize_map`
    Mingun committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fd5b5e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    005cb84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    547d843 View commit details
    Browse the repository at this point in the history
  5. Take into account only not skipped flatten fields when choose seriali…

    …zation form
    
    Consequence: `FlattenSkipSerializing`
    - uses `serialize_struct` instead of `serialize_map`
    Mingun committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    77a6a9d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge pull request #2795 from Mingun/has-flatten-rework

    `has_flatten` rework
    dtolnay authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f986609 View commit details
    Browse the repository at this point in the history
  2. Touch up PR 2795

    dtolnay committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f61d452 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.207

    dtolnay committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1b4da41 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    4036ff8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2802 from jonhoo/flatten-unit-struct

    Support (de-)serializing flattened unit struct
    dtolnay authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bfbedac View commit details
    Browse the repository at this point in the history
  3. Release 1.0.208

    dtolnay committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    026e91a View commit details
    Browse the repository at this point in the history
Loading