Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
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: dtolnay/serde-yaml Loading
base: 0.8.20
Choose a base ref
...
head repository: dtolnay/serde-yaml Loading
compare: 0.8.21
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    0c6bca1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #212 from dtolnay/128

    Make 128 bit support unconditional
    dtolnay committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    7a340b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Adds explicit serialization for f32 to avoid rounding artifacts when …

    …promoting f32 to f64
    john.burkhardt committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c420357 View commit details
    Browse the repository at this point in the history
  2. Adds test cases for f32 representations (inf and nan)

    john.burkhardt committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    7d07fe6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #214 from cheradenine/serialize-f32

    Serialize f32
    dtolnay committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    045dfed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4877180 View commit details
    Browse the repository at this point in the history
  5. Release 0.8.21

    dtolnay committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    644be16 View commit details
    Browse the repository at this point in the history
Loading