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.76
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.77
Choose a head ref
  • 14 commits
  • 18 files changed
  • 2 contributors

Commits on Sep 2, 2018

  1. Format with rustfmt 0.99.2

    dtolnay committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    d23a40c View commit details
    Browse the repository at this point in the history
  2. Update to syn 0.15-rc1

    dtolnay committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    98eddf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0464fb View commit details
    Browse the repository at this point in the history
  4. Nvm install in .travis.yml

    The one in travis.sh was failing:
    
        ./travis.sh: line 56: nvm: command not found
        The command "./travis.sh" exited with 127.
    dtolnay committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    2244b92 View commit details
    Browse the repository at this point in the history
  5. Skip asmjs

    dtolnay committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    33b7841 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1373 from dtolnay/emscripten

    Add Emscripten build in Travis
    dtolnay authored Sep 2, 2018
    Configuration menu
    Copy the full SHA
    7d752c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

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

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    27478b6 View commit details
    Browse the repository at this point in the history
  2. Add a test for an internally tagged unit enum flattened with a second…

    … internally tagged unit enum.
    dreid committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    389b9b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Merge pull request #1376 from dreid/fix-internally-tagged-enum-deseri…

    …alization-with-unknown-fields
    
    Fix internally tagged enum deserialization with unknown fields
    dtolnay authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8d5cda8 View commit details
    Browse the repository at this point in the history
  2. Update to syn 0.15

    dtolnay committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    27bd640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b49bd52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1372 from dtolnay/syn

    Update to syn 0.15
    dtolnay authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    bca8c11 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.77

    dtolnay committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    108cca6 View commit details
    Browse the repository at this point in the history
Loading