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.91
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.92
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on May 7, 2019

  1. Work around "failed to select a version for serde_test_suite"

    Without this:
    
        error: failed to select a version for `serde_test_suite`.
            ... required by package `serde_test_suite-tests v0.0.0`
        versions that meet the requirements `= 0.0.0` are: 0.0.0
    
        the package `serde_test_suite-tests` depends on `serde_test_suite`, with features: `serde` but `serde_test_suite` does not have these features.
    
        failed to select a version for `serde_test_suite` which could resolve this conflict
    
    Seems like a Cargo bug -- I will minimize and report.
    dtolnay committed May 7, 2019
    1 Configuration menu
    Copy the full SHA
    1e9ae88 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

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

Commits on May 12, 2019

  1. Disable ui tests on emscripten

    These hit a strange error in our Emscripten builder in Travis as well as
    locally through cargo web:
    
        ERROR: failed to execute cargo: Resource temporarily unavailable (os error 11)
    dtolnay committed May 12, 2019
    Configuration menu
    Copy the full SHA
    9c756f1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Don't use variable names

    They aren't needed. This makes the macro a bit simpler
    est31 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8fef196 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1528 from est31/no_variable_names

    Don't use variable names
    dtolnay authored May 17, 2019
    Configuration menu
    Copy the full SHA
    840eb14 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

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

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    0726623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e110e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1543 from jplatte/alloc-de-compile-fix

    Fix a compile error in derive(Deserialize) with no_std + alloc
    dtolnay authored May 31, 2019
    Configuration menu
    Copy the full SHA
    0a3eeab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e42262f View commit details
    Browse the repository at this point in the history
  5. Release 1.0.92

    dtolnay committed May 31, 2019
    Configuration menu
    Copy the full SHA
    cd0412b View commit details
    Browse the repository at this point in the history
Loading