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

0.3 backports #2561

Merged
merged 15 commits into from Feb 6, 2022
Merged

0.3 backports #2561

merged 15 commits into from Feb 6, 2022

Commits on Feb 6, 2022

  1. Improve example for TryStreamExt::try_flatten. (#2540)

    The previous example was confusing because it didn't show what happened to `Err(4)`. I also added some more examples to show that entries after `Err(_)` are preserved.
    kevincox authored and taiki-e committed Feb 6, 2022
    Copy the full SHA
    8603348 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe86d0a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66d7688 View commit details
    Browse the repository at this point in the history
  4. Run Miri on CI

    taiki-e committed Feb 6, 2022
    Copy the full SHA
    2850fe5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5c13f53 View commit details
    Browse the repository at this point in the history
  6. Use ManuallyDrop instead of mem::forget-in-disguise

    This fixes stacked borrows violation violations.
    
    See tokio-rs/bytes#458 for more.
    taiki-e committed Feb 6, 2022
    Copy the full SHA
    c79b674 View commit details
    Browse the repository at this point in the history
  7. Fix variable name in documentation (#2555)

    A variable name was misspelled in the `filter` and `filter_map` functions documentation.
    This replaces `evens` by `events`.
    jdrouet authored and taiki-e committed Feb 6, 2022
    Copy the full SHA
    9392578 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4f3b98e View commit details
    Browse the repository at this point in the history
  9. FuturesUnordered: Respect yielding from future (#2551)

    Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
    taiki-e and jonhoo committed Feb 6, 2022
    Copy the full SHA
    e62f534 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0d38c6e View commit details
    Browse the repository at this point in the history
  11. Remove CODEOWNERS

    taiki-e committed Feb 6, 2022
    Copy the full SHA
    7ab9560 View commit details
    Browse the repository at this point in the history
  12. Clean up ci/no_atomic_cas.sh

    taiki-e committed Feb 6, 2022
    Copy the full SHA
    8a6fd2e View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    1e440a9 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    0fabecd View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    9ed1e44 View commit details
    Browse the repository at this point in the history