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

Add tokio02-style mpsc sender #3105

Closed
wants to merge 30 commits into from
Closed

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    e29745b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ab07e View commit details
    Browse the repository at this point in the history
  3. Add to miri

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    08fac61 View commit details
    Browse the repository at this point in the history
  4. add clone impl

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1bf5598 View commit details
    Browse the repository at this point in the history
  5. fix miri

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f3b06ae View commit details
    Browse the repository at this point in the history
  6. fix ci again

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    19df42a View commit details
    Browse the repository at this point in the history
  7. explicitly set pkg name

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    6c85b54 View commit details
    Browse the repository at this point in the history
  8. do not use tokio rt

    MikailBag committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    528ace5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Apply suggestions from code review

    Co-authored-by: Alice Ryhl <alice@ryhl.io>
    MikailBag and Darksonn committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    ac896ab View commit details
    Browse the repository at this point in the history
  2. Test that sender is !Unpin

    MikailBag committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    deff81e View commit details
    Browse the repository at this point in the history
  3. no need to invent block_on

    MikailBag committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    cbbfaf0 View commit details
    Browse the repository at this point in the history
  4. rm useless pin

    MikailBag committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    1757368 View commit details
    Browse the repository at this point in the history
  5. disarm: fn -> bool

    MikailBag committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    8077de6 View commit details
    Browse the repository at this point in the history
  6. fix send sync

    MikailBag committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    6c976f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Add one more test

    MikailBag committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    ffaa112 View commit details
    Browse the repository at this point in the history
  2. miri is async hater

    MikailBag committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    eae5db6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. fix features

    MikailBag committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    b4359ee View commit details
    Browse the repository at this point in the history
  2. Feature-gate tests

    MikailBag committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    8ca1ea6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    6e8d488 View commit details
    Browse the repository at this point in the history
  2. no need to be static

    MikailBag committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    20394f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. One more test

    MikailBag committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    613024d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Unsafety++, generics++

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f3a2975 View commit details
    Browse the repository at this point in the history
  2. respect minrust

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9a7c0b4 View commit details
    Browse the repository at this point in the history
  3. clippy lint

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d89a4ea View commit details
    Browse the repository at this point in the history
  4. another lint

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d3088c1 View commit details
    Browse the repository at this point in the history
  5. no need to transmute

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    cc72b31 View commit details
    Browse the repository at this point in the history
  6. Drop output too

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0eb2c49 View commit details
    Browse the repository at this point in the history
  7. rollback CI change

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3f59124 View commit details
    Browse the repository at this point in the history
  8. rm unneeded

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    718a844 View commit details
    Browse the repository at this point in the history
  9. rm unneeded lifetime

    MikailBag committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    49c8b60 View commit details
    Browse the repository at this point in the history