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.214
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.215
Choose a head ref
  • 18 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 25, 2024

  1. Add checks for conflicts for aliases

    - Check that alias is not the same as name of other field (it still can be the name of owning field/variant)
    - Check that aliases are unique, i. e. two different fields does not use the same alias
    Mingun committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5f9fffa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge pull request #2562 from Mingun/alias-check

    Add checks for conflicts for aliases
    oli-obk authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    adf05a5 View commit details
    Browse the repository at this point in the history
  2. pacify clippy

    oli-obk authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    951ca5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2853 from serde-rs/oli-obk-patch-1

    pacify clippy
    oli-obk authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a95b0d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Prevent upload-artifact step from causing CI failure

    This step has been failing way more than reasonable across my various repos.
    
        With the provided path, there will be 1 file uploaded
        Artifact name is valid!
        Root directory input is valid!
        Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms...
        Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 6029 ms...
        Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 8270 ms...
        Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12577 ms...
        Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact
    dtolnay committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    60ac737 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Rename Name -> MultiName

    dtolnay committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3035d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b5c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    373edcd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2855 from dtolnay/namespan

    Produce unreachable_patterns warning when deserialization names collide
    dtolnay authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7f1e697 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c59e876 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2856 from dtolnay/dename

    Produce a separate warning for every colliding name
    dtolnay authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b1353a9 View commit details
    Browse the repository at this point in the history
  7. Revert "pacify clippy"

    This reverts commit 951ca5a.
    dtolnay committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a20e924 View commit details
    Browse the repository at this point in the history
  8. Revert "Add checks for conflicts for aliases"

    This reverts commit 5f9fffa.
    dtolnay committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    edd6fe9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    111ecc5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2857 from dtolnay/collide

    Revert the colliding aliases hard error (PRs #2562 & #2853)
    dtolnay authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7d96352 View commit details
    Browse the repository at this point in the history
  11. Update PR 2562 ui tests

    dtolnay committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1a3cf4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fa5d58c View commit details
    Browse the repository at this point in the history
  13. Release 1.0.215

    dtolnay committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8939af4 View commit details
    Browse the repository at this point in the history
Loading