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: v0.5.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: v0.5.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 2, 2018

  1. style: Update cargo fmt

    epage committed Jun 2, 2018
    Copy the full SHA
    92fe49e View commit details
  2. fix: Remove some invalid Copy traits

    BREAKING CHANGE: Some predicates that were `Copy` no longer are.
    epage committed Jun 2, 2018
    Copy the full SHA
    0a3efe3 View commit details
  3. Merge pull request #47 from epage/cleanup

    Cleanup
    epage authored Jun 2, 2018
    Copy the full SHA
    e00b74b View commit details

Commits on Jun 3, 2018

  1. refactor: Reduce reuse

    The reuse here is of little value but removing it gives a lot more
    freedom in refactorung ... or disabling parts of the crate during major
    refactors.
    epage committed Jun 3, 2018
    Copy the full SHA
    e67f66a View commit details
  2. Merge pull request #48 from epage/dup

    refactor: Reduce reuse
    epage authored Jun 3, 2018
    Copy the full SHA
    8864e29 View commit details

Commits on Jun 6, 2018

  1. feat: Fix eq for str

    `eq("str")` wouldn't produce a `Predicate<str>` but instead a
    `Predicate<&str>`, requiring the user to pass in a `&&str`.
    epage committed Jun 6, 2018
    Copy the full SHA
    7650e9e View commit details
  2. Merge pull request #49 from epage/ref

    feat: Fix eq for str
    epage authored Jun 6, 2018
    Copy the full SHA
    79ae4c2 View commit details
  3. chore: Release 0.5.1

    epage committed Jun 6, 2018
    Copy the full SHA
    06baa51 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 v0.5.0...v0.5.1