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

Remove need for &mut self in create_cf and drop_cf (v2) #506

Merged
merged 31 commits into from Apr 6, 2021

Commits on Feb 26, 2021

  1. Use RwLock

    carllin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f6eafe1 View commit details
    Browse the repository at this point in the history
  2. Update create_cf

    CriesofCarrots authored and carllin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    123d613 View commit details
    Browse the repository at this point in the history
  3. Test fixup

    carllin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    0ead892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c51484c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Add comments/cleanup

    carllin committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0f5a3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88da39 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    carllin committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c1a203e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc975f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Remove clone of handle

    carllin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    728b349 View commit details
    Browse the repository at this point in the history
  2. Rework test

    carllin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ac09e75 View commit details
    Browse the repository at this point in the history
  3. Revert references

    carllin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    441834e View commit details
    Browse the repository at this point in the history
  4. Add comment

    carllin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a6b5366 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge branch 'master' into DropCf

    Oleksandr Anyshchenko committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    9f0fb18 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 26, 2021

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

Commits on Mar 27, 2021

  1. Fix ci

    ryoqun committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    6c9fce8 View commit details
    Browse the repository at this point in the history
  2. Further fix ci

    ryoqun committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    2ce61ec View commit details
    Browse the repository at this point in the history
  3. Further tweak ci actions

    ryoqun committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    9999360 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    ryoqun committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    82e57d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Update rust.yml

    Oleksandr Anyshchenko committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    42bdf42 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    67a180a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c722e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4016943 View commit details
    Browse the repository at this point in the history
  4. Tweaks

    ryoqun committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d687029 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded cfgs...

    ryoqun committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    61f323b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    7a16581 View commit details
    Browse the repository at this point in the history
  2. Rename: map => cfs

    ryoqun committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f8c7fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a590597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a11b5f View commit details
    Browse the repository at this point in the history
  5. Improve docs

    ryoqun committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2cfe746 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fd26a3 View commit details
    Browse the repository at this point in the history