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

Parse futures #2189

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Parse futures #2189

wants to merge 18 commits into from

Commits on Sep 15, 2024

  1. wip: parse futures

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fcecf8f View commit details
    Browse the repository at this point in the history
  2. update parser

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0a1b107 View commit details
    Browse the repository at this point in the history
  3. correctly parse (dyn) futures

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    929ddce View commit details
    Browse the repository at this point in the history
  4. cleanup parsing of impl trait

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c6f07eb View commit details
    Browse the repository at this point in the history
  5. use only delegate future

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0d44a2f View commit details
    Browse the repository at this point in the history
  6. cleanup

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bf3778f View commit details
    Browse the repository at this point in the history
  7. add tests

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4945188 View commit details
    Browse the repository at this point in the history
  8. add docs

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    3c381e3 View commit details
    Browse the repository at this point in the history
  9. remove unused code

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5093b2c View commit details
    Browse the repository at this point in the history
  10. fix futures tests

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dae53dc View commit details
    Browse the repository at this point in the history
  11. run formatter

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e99995a View commit details
    Browse the repository at this point in the history
  12. formatting

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0f50d8b View commit details
    Browse the repository at this point in the history
  13. fix formatting once more

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5f64f60 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dddedf0 View commit details
    Browse the repository at this point in the history
  15. remove unused variable

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8707c9d View commit details
    Browse the repository at this point in the history
  16. generate-internal

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    85ede60 View commit details
    Browse the repository at this point in the history
  17. add missing files

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    577fe8f View commit details
    Browse the repository at this point in the history
  18. fix wasm config statements

    vhdirk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    30a78f2 View commit details
    Browse the repository at this point in the history