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

Thread-safe edge mutation #114

Merged
merged 15 commits into from
Nov 3, 2023
Merged

Thread-safe edge mutation #114

merged 15 commits into from
Nov 3, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    5f4be3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd47132 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    6b75661 View commit details
    Browse the repository at this point in the history
  2. Document new mutation traits

    s1ck committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1c98f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Oct 31, 2023

  1. Describe graph types in lib.rs

    s1ck committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7b82e93 View commit details
    Browse the repository at this point in the history
  2. Update graph_builder README.md

    s1ck committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e8fde18 View commit details
    Browse the repository at this point in the history
  3. Make clippy happy

    s1ck committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2bfa5ef View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Just panic if the lock is poisoned

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9538311 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary &mut

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8bc386d View commit details
    Browse the repository at this point in the history
  3. Remove extra lifetime + constraint from targets methods

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    cacbad2 View commit details
    Browse the repository at this point in the history
  4. Extend SAFETY note

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6b59cac View commit details
    Browse the repository at this point in the history
  5. Remove unneeded lifetime

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6909e3b View commit details
    Browse the repository at this point in the history
  6. Export EdgeMutationWithValues

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    907d727 View commit details
    Browse the repository at this point in the history
  7. Statically check that AL is Send + Sync

    Co-Authored-By: Paul Horn <[email protected]>
    s1ck and knutwalker committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9766b7a View commit details
    Browse the repository at this point in the history