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.92
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.93
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 1, 2019

  1. Suppress a new pedantic lint

    dtolnay committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    89c6a79 View commit details
    Browse the repository at this point in the history
  2. Alloc feature has been stabilized

        warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
          --> serde/src/lib.rs:84:40
           |
        84 | #![cfg_attr(feature = "alloc", feature(alloc))]
           |                                        ^^^^^
           |
           = note: #[warn(stable_features)] on by default
    dtolnay committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    b54821d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

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

Commits on Jun 19, 2019

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

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    afb1754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1555 from serde-rs/int

    Allow integer key in untagged flattened map
    dtolnay authored Jun 23, 2019
    Configuration menu
    Copy the full SHA
    629802f View commit details
    Browse the repository at this point in the history
  3. Release 1.0.93

    dtolnay committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    4cb13b3 View commit details
    Browse the repository at this point in the history
Loading