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.70
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.71
Choose a head ref
  • 11 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 9, 2018

  1. Format with rustfmt 0.8.2

    dtolnay committed Jul 9, 2018
    1 Configuration menu
    Copy the full SHA
    4e54aaf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. 1 Configuration menu
    Copy the full SHA
    8b2e6ba View commit details
    Browse the repository at this point in the history
  2. Fix tests

    c410-f3r committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    8eb195e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Merge pull request #1347 from c410-f3r/master

    Implement Serialize and Deserialize for RangeInclusive
    dtolnay authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    5fff0d9 View commit details
    Browse the repository at this point in the history
  2. Format with rustfmt 0.99.1

    dtolnay committed Aug 7, 2018
    1 Configuration menu
    Copy the full SHA
    28db9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228b5a4 View commit details
    Browse the repository at this point in the history
  4. Remove useless run-pass test

    When originally added, this test used to contain a `#![plugin(clippy)]`.
    This was removed at some point along the way, at which point this test
    no longer tests anything. It prints:
    
        warning: unknown lint: `identity_op`
         --> src/main.rs:1:9
          |
        1 | #![deny(identity_op)]
          |         ^^^^^^^^^^^
          |
          = note: #[warn(unknown_lints)] on by default
    
    which is swallowed and ignored by compiletest.
    
    Nowadays Clippy handles warnings inside of macro expanded code
    intelligently and this is something they would be responsible for
    testing.
    dtolnay committed Aug 7, 2018
    1 Configuration menu
    Copy the full SHA
    e26960f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1348 from dtolnay/range

    Provide ops::Range impls whether or not std is used
    dtolnay authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    b5451d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b34d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1349 from dtolnay/range

    Share some code between the Range and RangeInclusive impls
    dtolnay authored Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a077ae0 View commit details
    Browse the repository at this point in the history
  8. Release 1.0.71

    dtolnay committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    24c4df7 View commit details
    Browse the repository at this point in the history
Loading