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

Implement #[must_not_suspend] #88865

Merged
merged 9 commits into from
Sep 22, 2021
Merged

Implement #[must_not_suspend] #88865

merged 9 commits into from
Sep 22, 2021

Commits on Sep 11, 2021

  1. must_not_suspend impl

    guswynn committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2271376 View commit details
    Browse the repository at this point in the history
  2. remove attempt at fn call

    guswynn committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    67ee91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74ea163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461a0f3 View commit details
    Browse the repository at this point in the history
  5. fix doctests

    guswynn committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    ee1d2ea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 15, 2021

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

Commits on Sep 18, 2021

  1. generic test

    guswynn committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    f1021bf View commit details
    Browse the repository at this point in the history
  2. deduplication

    guswynn committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    08e0266 View commit details
    Browse the repository at this point in the history