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

rt: combine context and entered thread-locals #5168

Merged
merged 3 commits into from Nov 7, 2022

Commits on Nov 4, 2022

  1. rt: combine context and entered thread-locals

    A previous patch moved code related to entering a runtime into the
    context module, but did not change anything. This patch combines both
    thread-local variables.
    carllerche committed Nov 4, 2022
    Copy the full SHA
    29e2485 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix tests

    carllerche committed Nov 7, 2022
    Copy the full SHA
    1330977 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    carllerche committed Nov 7, 2022
    Copy the full SHA
    40f54e9 View commit details
    Browse the repository at this point in the history