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: add futures to libcore #2395

Closed
wants to merge 11 commits into from
Closed

RFC: add futures to libcore #2395

wants to merge 11 commits into from

Commits on Apr 6, 2018

  1. RFC: add futures to libcore

    aturon committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    671d64b View commit details
    Browse the repository at this point in the history
  2. Clarify summary

    aturon committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    644b1a5 View commit details
    Browse the repository at this point in the history
  3. Add missing &self

    aturon committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    4d43c72 View commit details
    Browse the repository at this point in the history
  4. Fix up SpawnError

    aturon committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    8d075ac View commit details
    Browse the repository at this point in the history
  5. Typo fixes

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

Commits on Apr 20, 2018

  1. Renamings

    aturon committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    a3f17d0 View commit details
    Browse the repository at this point in the history
  2. Remove prelude additions

    aturon committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    9a49e2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23af314 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    30af07a View commit details
    Browse the repository at this point in the history
  2. Clarify stabilization story

    aturon committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    1bfe46e View commit details
    Browse the repository at this point in the history
  3. Add recap about Pin mechanics

    aturon committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    1c4af67 View commit details
    Browse the repository at this point in the history