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 Future-like combinators #396

Merged
merged 24 commits into from
Jul 17, 2020
Merged

Commits on Jun 26, 2020

  1. Add rudimentary combinators

    hlbarber committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    75f3521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad77280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c66ab2 View commit details
    Browse the repository at this point in the history
  4. Fix typo in documentation

    hlbarber committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    1efdc6c View commit details
    Browse the repository at this point in the history
  5. Move combinators

    hlbarber committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3a57a67 View commit details
    Browse the repository at this point in the history
  6. Refactor phantom data fields

    hlbarber committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0a0358b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c11f11b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. cargo fmt

    hlbarber committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    c4a3134 View commit details
    Browse the repository at this point in the history
  2. Remove useless constraints

    hlbarber committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    97642d3 View commit details
    Browse the repository at this point in the history
  3. Add missing debug

    hlbarber committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    9acdcb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae116c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Add documentation to "with"

    hlbarber committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    3c06dd7 View commit details
    Browse the repository at this point in the history
  2. Add TryWith and TryWithLayer

    hlbarber committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    45fb7dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d028e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b082b12 View commit details
    Browse the repository at this point in the history
  5. Add try_with documentation

    hlbarber committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    aa3e593 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Improve documentation

    hlbarber committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e443087 View commit details
    Browse the repository at this point in the history
  2. Switch to intra-doc links

    hlbarber committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    35c1d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ef586 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    hlbarber committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    aa7a721 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1148f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    2a245fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e7a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f58f90f View commit details
    Browse the repository at this point in the history