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.177
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.178
Choose a head ref
  • 10 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 28, 2023

  1. Enforce question mark not used in serde crate yet

    Question mark regresses compile time by 6.5–7.5%.
    dtolnay committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    91ec1c2 View commit details
    Browse the repository at this point in the history
  2. Eliminate workaround for pre-1.17 rustc in serde_derive

    The oldest compiler supported by serde_derive by this point is 1.56.
    dtolnay committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    db8f064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1f38d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2539 from dtolnay/questionmark

    Replace `try!` with `?` in serde_derive
    dtolnay authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7b09ccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d686f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff5442c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2541 from dtolnay/de-core-error

    Fix `serde::de::StdError` in no-std unstable build
    dtolnay authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8b3d71a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    861b0df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3616860 View commit details
    Browse the repository at this point in the history
  10. Release 1.0.178

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