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.55
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.56
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on May 12, 2018

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

Commits on May 15, 2018

  1. Build script that does nothing

    Eventually we will want a build script that enables Serde impls for i128
    and u128. As a first step here is a build script that does nothing to
    see whether we can roll this out without breaking anyone's workflow,
    without having a supported feature at stake in the event that it needs
    to be rolled back.
    dtolnay committed May 15, 2018
    Configuration menu
    Copy the full SHA
    2c05518 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    8890061 View commit details
    Browse the repository at this point in the history
  2. Revert "Use version_check crate instead of handcrafted version pars…

    …ing"
    
    This reverts commit 8890061.
    dtolnay committed May 18, 2018
    Configuration menu
    Copy the full SHA
    9f11454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62850bf View commit details
    Browse the repository at this point in the history
  4. Link to i128 announcement

    dtolnay committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c80f923 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1259 from serde-rs/build

    Build script that does nothing
    dtolnay authored May 18, 2018
    Configuration menu
    Copy the full SHA
    01b86d5 View commit details
    Browse the repository at this point in the history
  6. Release 1.0.56

    dtolnay committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f58000c View commit details
    Browse the repository at this point in the history
Loading