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.217
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.218
Choose a head ref
  • 11 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 23, 2025

  1. Remove **/*.rs.bk from project-specific gitignore

    Cargo stopped generating this in its project template 5 years ago. It
    would belong in a global gitignore instead.
    dtolnay committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    1e2f931 View commit details
    Browse the repository at this point in the history
  2. Remove *.sw[po] from gitignore

    This belongs in someone's global gitignore.
    dtolnay committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    dc3031b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04ff3e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

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

Commits on Feb 10, 2025

  1. Unset doc-scrape-examples for lib target

    False is the default value since Cargo PR 11499.
    dtolnay committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    aaccac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

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

Commits on Feb 20, 2025

  1. Configuration menu
    Copy the full SHA
    85cb0c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2894 from dtolnay/doclink

    Convert html links to intra-doc links
    dtolnay authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    03dc0fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b44efb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2895 from dtolnay/stabledoc

    Point standard library links to stable
    dtolnay authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    723a949 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.218

    dtolnay committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    7bfd518 View commit details
    Browse the repository at this point in the history
Loading