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.158
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.159
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    acfd19c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add regression test for issue 2415

    Currently fails:
    
        error: unexpected end of input, unexpected token in nested attribute, expected ident
         --> test_suite/tests/regression/issue2415.rs:4:9
          |
        4 | #[serde()]
          |         ^
    dtolnay committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6ab55a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb8d07 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2422 from dtolnay/emptyattr

    Accept empty #[serde()] attribute
    dtolnay authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    04af322 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.159

    dtolnay committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d6de911 View commit details
    Browse the repository at this point in the history
Loading