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

RFC: stabilize std::task and std::future::Future #2592

Merged
merged 26 commits into from
Mar 11, 2019

Commits on Apr 24, 2018

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

Commits on May 30, 2018

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

Commits on Nov 9, 2018

  1. Revamp for stabilization

    aturon committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    01ce3f9 View commit details
    Browse the repository at this point in the history
  2. Address nits

    aturon committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    bb242c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Typo

    aturon committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1c8961e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    96ba924 View commit details
    Browse the repository at this point in the history
  2. Add a comment why RawWaker is used

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2ff9713 View commit details
    Browse the repository at this point in the history
  3. Update the section about ArcWake

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e40dab4 View commit details
    Browse the repository at this point in the history
  4. fix sentence

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    405361a View commit details
    Browse the repository at this point in the history
  5. Consume LocalWakers on conversion to Waker

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    4cbbba8 View commit details
    Browse the repository at this point in the history
  6. Add suggestions around syntax.

    Let into_waker return an Option.
    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    de6b949 View commit details
    Browse the repository at this point in the history
  7. Allow clone to alter the vtable

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    fdb41f8 View commit details
    Browse the repository at this point in the history
  8. update wording

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    af29613 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-Authored-By: Matthias247 <matthias.einwag@live.com>
    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    04695be View commit details
    Browse the repository at this point in the history
  10. Fix ArcWake methods

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e025c59 View commit details
    Browse the repository at this point in the history
  11. Add additional clarification around RawWaker

    Matthias247 authored and boats committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    db5f882 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

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

Commits on Jan 23, 2019

  1. Merge pull request #16 from cramertj/less-waker

    Remove LocalWaker and simplify the RawWakerVTable
    cramertj committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    05db198 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    cramertj committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    af3da95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff2eca View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. typo fix

    dyxushuai committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    a268c75 View commit details
    Browse the repository at this point in the history
  2. typo

    dyxushuai committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    834f0cd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Merge pull request #19 from dyxushuai/patch-2

    typo
    aturon committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    4e9e72c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from dyxushuai/patch-1

    typo fix
    aturon committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    4825174 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Apply suggestions from code review

    Co-Authored-By: cramertj <cramertaylorj@gmail.com>
    cramertj committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f50c0c4 View commit details
    Browse the repository at this point in the history
  2. RFC 2592

    cramertj committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e7eaea1 View commit details
    Browse the repository at this point in the history