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: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 5, 2018

  1. chore: Change oldest verified rustc

    Needed for latest lazy_static
    epage authored Nov 5, 2018
    Copy the full SHA
    4bcccad View commit details
  2. Copy the full SHA
    44a7ef0 View commit details

Commits on Jan 22, 2019

  1. impl Send and Sync for BooleanPredicate

    There is no reason that BooleanPredicate needs to be parameterized.
    Removing its generic parameter allows it to always be Send and Sync
    regardless of what type it's matching.
    asomers committed Jan 22, 2019
    Copy the full SHA
    3718be2 View commit details
  2. Merge pull request #72 from asomers/bool_send_sync

    impl Send and Sync for BooleanPredicate
    epage authored Jan 22, 2019
    Copy the full SHA
    0efce97 View commit details

Commits on Apr 22, 2019

  1. chore: Release v1.0.1

    epage committed Apr 22, 2019
    Copy the full SHA
    32cdf62 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.0.1