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.119
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.120
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 12, 2021

  1. refactor: Merge multiple FromStr visitors to a single FromStrVisitor

    Only refactors, doesn't actually expose this visitor
    Markus Westerlind committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    99d9151 View commit details
    Browse the repository at this point in the history
  2. Touch up PR 1948

    dtolnay committed Jan 12, 2021
    1 Configuration menu
    Copy the full SHA
    391d3ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1948 from Marwes/from_str

    refactor: Merge multiple FromStr visitors to a single FromStrVisitor
    dtolnay authored Jan 12, 2021
    1 Configuration menu
    Copy the full SHA
    78a9dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Add 128-bit integer support to de::IgnoredAny

    This fixes the errors that occur when IgnoredAny is deserialized
    from anything containing a 128-bit integer somewhere. As IgnoredAny
    is used in serde_derive to skip ignored fields in structs, these
    errors currently prevent parsing of structs with an ignored field
    containing a 128-bit integer in the serialization.
    TheJokr authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c162d51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1955 from TheJokr/patch-1

    Add 128-bit integer support to de::IgnoredAny
    dtolnay authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    cd6697b View commit details
    Browse the repository at this point in the history
  3. Release 1.0.120

    dtolnay committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    398fba9 View commit details
    Browse the repository at this point in the history
Loading