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.148
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.150
Choose a head ref
  • 17 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 3, 2022

  1. Remove some Serialize trait bounds

    Containers for the most part do not have any trait requirements for
    iterating over them. So these bounds are unnecessary when Serializing
    only.
    
    This relaxation is part of Rust 1.34
    jonasbb committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    cc128fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2333 from jonasbb/remove-trait-bounds

    Remove some Serialize trait bounds
    dtolnay authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    34ae042 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Release 1.0.149

    dtolnay committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0353354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    227d039 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2334 from dtolnay/mapimpl

    Reduce trait bounds in HashMap and BTreeMap serialize
    dtolnay authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3aec2a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    126730e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2337 from badboy/use-target_has_atomic-when-avail…

    …able
    
    Use `target_has_atomic` on Rust 1.60+ to enable atomic (de)serialization
    dtolnay authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    5361c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86161ce View commit details
    Browse the repository at this point in the history
  4. Format PR 2337 with rustfmt

    dtolnay committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    692ac99 View commit details
    Browse the repository at this point in the history
  5. Invert use_target_has_atomic cfg

    This way, a build system that does not want to run Cargo build scripts
    can build serde without any cfgs defined, and get the most modern
    feature set.
    dtolnay committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    6159ead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    650358f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37faaf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    0d79306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7440e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9249dab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2338 from serde-rs/atomic

    Deduplicate atomic_impl implementations and atomic_impl calls from PR 2337
    dtolnay authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0e947e6 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.150

    dtolnay committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d493649 View commit details
    Browse the repository at this point in the history
Loading