Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Reliable change detection #1471

Closed
wants to merge 43 commits into from
Closed

[Merged by Bors] - Reliable change detection #1471

wants to merge 43 commits into from

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    9a2c917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31a329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dcf832 View commit details
    Browse the repository at this point in the history
  4. Add Not<T> query transformer

    Davier authored and alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c85cdda View commit details
    Browse the repository at this point in the history
  5. Remove Mutated<T>

    Davier authored and alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    255d9a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2f265a View commit details
    Browse the repository at this point in the history
  7. Inline some functions

    Davier authored and alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f15d9ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a1dcf9 View commit details
    Browse the repository at this point in the history
  9. Improve doc comments

    Davier authored and alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9318ab1 View commit details
    Browse the repository at this point in the history
  10. Atomic ordering

    Davier authored and alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    10082e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc19ca1 View commit details
    Browse the repository at this point in the history
  12. Cleaned up nits

    alice-i-cecile committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7700267 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a7f0db View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fixed Option<Res> impl

    alice-i-cecile committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    19d3bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefe8b7 View commit details
    Browse the repository at this point in the history
  3. Fixed bad merge

    alice-i-cecile committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    dfb49d6 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    Davier committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3702731 View commit details
    Browse the repository at this point in the history
  5. Add unique() to DirectQuery

    Davier committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    38b3e25 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Remove DirectQuery

    Davier committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7d38cc4 View commit details
    Browse the repository at this point in the history
  2. Remove dbg!

    Davier committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c6d8e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0406cac View commit details
    Browse the repository at this point in the history
  4. Fix doc tests

    Davier committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    b40987d View commit details
    Browse the repository at this point in the history
  5. Improve doc comment for Not

    Davier committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    79ead84 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Remove Not

    Davier committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    34ec8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def2980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd7a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    d3836a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b1fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602ffc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2423b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. more tick/tracker renames

    cart committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    5dcf252 View commit details
    Browse the repository at this point in the history
  2. more counter to tick renames

    cart committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    182e60b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. test tick wrapover

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    954086c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142293f View commit details
    Browse the repository at this point in the history
  3. even more renames

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ae3f3aa View commit details
    Browse the repository at this point in the history
  4. comment change detection

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    27a7292 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5c4927c View commit details
    Browse the repository at this point in the history
  6. Change default tick values

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a8075a2 View commit details
    Browse the repository at this point in the history
  7. Re-add and adapt removed test

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7713983 View commit details
    Browse the repository at this point in the history
  8. Simplify clear_trackers

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3922267 View commit details
    Browse the repository at this point in the history
  9. Fix merge issue

    Davier committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    59f8c85 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Test Changed queries

    Davier committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    344ae7b View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Davier committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b03e07e View commit details
    Browse the repository at this point in the history