Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dcchut/async-recursion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.5
Choose a base ref
...
head repository: dcchut/async-recursion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 6 commits
  • 42 files changed
  • 3 contributors

Commits on Sep 8, 2023

  1. fix(docs): Add missing word in comment (follow-up to #30) (#31)

    Co-authored-by: Leonie Philine Bitto <[email protected]>
    LeoniePhiline and Leonie Philine Bitto authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1c7b6ea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Mar 17, 2024

  1. Add macro expansion tests (#39)

    * Add macro expand tests
    
    * Include cargo-expand in test setup
    dcchut authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0b38976 View commit details
    Browse the repository at this point in the history
  2. Add lifetime bounds to nested references (#38)

    * Add failing test
    
    * Use visitor to collect references
    
    * Include nested reference expansion output test
    
    * Fix up a few comments
    dcchut authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f01f486 View commit details
    Browse the repository at this point in the history
  3. Add Sync support (#40)

    Add `Sync` argument which marks the returned `Future` as `Sync`
    dcchut authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2d0d43b View commit details
    Browse the repository at this point in the history
  4. Prepare v1.1.0 release (#41)

    dcchut authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    3ebe1f0 View commit details
    Browse the repository at this point in the history
Loading