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.160
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.161
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    2d88228 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2433 from Mingun/rm-gitattributes

    Remove unused after .gitattributes
    dtolnay authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f583401 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Don't panic in serde_test

    Panics lead to reporting errors in tests inside of serde_test internals,
    returning errors moves the report location to the corresponding assert_tokens
    expression
    Mingun committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ac8ea72 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #2435 from Mingun/hitchhiker-guide

    Don't panic in serde_test
    dtolnay authored May 4, 2023
    Configuration menu
    Copy the full SHA
    48193fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8290b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4d37c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6326cee View commit details
    Browse the repository at this point in the history
  5. Release 1.0.161

    dtolnay committed May 4, 2023
    Configuration menu
    Copy the full SHA
    3e4a23c View commit details
    Browse the repository at this point in the history
Loading