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/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.9
Choose a base ref
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.10
Choose a head ref
  • 15 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 15, 2018

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

Commits on Jan 21, 2018

  1. Remove unnecessary copy in Value::from(Cow::Owned)

    Árpád Goretity committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    75ffe41 View commit details
    Browse the repository at this point in the history
  2. Simplify impl FromIterator for Value::Array, and make it look consist…

    …ent with the rest of the From<Collection> impls
    Árpád Goretity committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    4864795 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #406 from H2CO3/remove-copy-and-cleanup

    Remove copy and cleanup
    dtolnay authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    fee33be View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Ignore a new clippy lint

    dtolnay committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    3ac0362 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Update to num-traits 0.2 with no_std

    It now has a `std` feature, and uses `#![no_std]` otherwise.
    
    cc #362
    cuviper committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    9a051c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #411 from cuviper/num-traits-0.2

    Update to num-traits 0.2 with no_std
    dtolnay authored Feb 10, 2018
    Configuration menu
    Copy the full SHA
    4f62293 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

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

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    ead6d6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from kraai/kraai-patch-1

    Simplify the implementation of str's index_or_insert
    dtolnay authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2a4e5a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240c6fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6db606 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Improve error when json strings contain control characters

    Signed-off-by: Justin Charette <charetjc@gmail.com>
    boxofrox committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    cc6304e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #414 from boxofrox/fix/issue-364

    Improve error when json strings contain control characters
    dtolnay authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    9de293d View commit details
    Browse the repository at this point in the history
  3. Release 1.0.10

    dtolnay committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    f2c385f View commit details
    Browse the repository at this point in the history
Loading