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.180
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.181
Choose a head ref
  • 20 commits
  • 18 files changed
  • 3 contributors

Commits on Jul 31, 2023

  1. Adopt tool attrs for clippy lint level attributes

    Requires rustc 1.31+.
    dtolnay committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2023cf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2548 from dtolnay/toolattr

    Adopt tool attrs for clippy lint level attributes
    dtolnay authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0c36783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    957ef20 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5c18bfe View commit details
    Browse the repository at this point in the history
  2. Merge some quote! blocks

    Mingun committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    935f0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a3e6bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe3872 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99fde4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae1b43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59ec8b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    878110a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge pull request #2443 from Mingun/deserialize-in-place

    Simplify code in deserialize_in_place_struct and implement #2387 for in-place case
    dtolnay authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    83b1a3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2505 from Baptistemontan/rework_adjacently_tagged…

    …_enum
    
    Revisit of the representation of adjacently tagged enums tag
    dtolnay authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    43035f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110bf10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cdd82d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bd52ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef4f860 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa5422 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Relocate private size_hint module

    Let's keep crate::__private for only things that *need* to be accessible
    to the macro-generated code. Size_hint can be pub(crate).
    dtolnay committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5e102c4 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.181

    dtolnay committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    57dc0ee View commit details
    Browse the repository at this point in the history
Loading