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

Avoid deadlocks by using lambdas for context lock #2625

Merged
merged 26 commits into from
Jan 25, 2023
Merged

Commits on Dec 7, 2022

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

Commits on Jan 24, 2023

  1. fixes

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9d4619a View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a447b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    332e33d View commit details
    Browse the repository at this point in the history
  4. Fix wasm build

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cd5e864 View commit details
    Browse the repository at this point in the history
  5. Fix hello_world_par

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e142906 View commit details
    Browse the repository at this point in the history
  6. Fix docstrings

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    658fbfb View commit details
    Browse the repository at this point in the history
  7. Remove comments from README.md

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2cf23d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba5c8b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65c7ab4 View commit details
    Browse the repository at this point in the history
  10. Update .gitignore

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    915f71c View commit details
    Browse the repository at this point in the history
  11. Improve docs

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5c2128d View commit details
    Browse the repository at this point in the history
  12. Make Options pub

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d12d733 View commit details
    Browse the repository at this point in the history
  13. doc fixes

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f5c6a09 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2dffd0 View commit details
    Browse the repository at this point in the history
  15. Remove ShortRwLockHelper

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    600feb3 View commit details
    Browse the repository at this point in the history
  16. Add Context::set_cursor_icon

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4924ca7 View commit details
    Browse the repository at this point in the history
  17. Code cleanup

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    50dae92 View commit details
    Browse the repository at this point in the history
  18. Improve parallel example

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    6588126 View commit details
    Browse the repository at this point in the history
  19. Simplify accesskit_node

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    733514f View commit details
    Browse the repository at this point in the history
  20. Code cleanup

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    98637da View commit details
    Browse the repository at this point in the history
  21. Fix doctest

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1d76e7e View commit details
    Browse the repository at this point in the history
  22. doc touchups

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e595197 View commit details
    Browse the repository at this point in the history
  23. Fix doclink

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b3d44d8 View commit details
    Browse the repository at this point in the history
  24. fix doclink betterer

    emilk committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4d0d066 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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