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

rustdoc typegen #217

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

rustdoc typegen #217

wants to merge 27 commits into from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    5e67241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b1782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2fa459 View commit details
    Browse the repository at this point in the history
  4. clippy

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ca8539 View commit details
    Browse the repository at this point in the history
  5. start discovery

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b48bf18 View commit details
    Browse the repository at this point in the history
  6. first stab at generics

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    438f2b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d35b035 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1432048 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7814e16 View commit details
    Browse the repository at this point in the history
  10. nested generics

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    292c9c7 View commit details
    Browse the repository at this point in the history
  11. respect serde skip

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7052f3e View commit details
    Browse the repository at this point in the history
  12. fully qualified names

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    389cded View commit details
    Browse the repository at this point in the history
  13. sorted items

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    78c6d57 View commit details
    Browse the repository at this point in the history
  14. add MIT license

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9500183 View commit details
    Browse the repository at this point in the history
  15. deps

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a013e9c View commit details
    Browse the repository at this point in the history
  16. remove typeshare

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e142d15 View commit details
    Browse the repository at this point in the history
  17. public_api mod

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d285c16 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6058e2f View commit details
    Browse the repository at this point in the history
  19. add back tests

    StuartHarris committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5237e6b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    356d9fc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. build graph wip

    StuartHarris committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b3a540a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. ascent wip

    StuartHarris committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    71932c6 View commit details
    Browse the repository at this point in the history
  2. struct recursion wip

    StuartHarris committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3b7ef60 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. serde skip

    StuartHarris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    428fbb8 View commit details
    Browse the repository at this point in the history
  2. effect variants

    StuartHarris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b99d67a View commit details
    Browse the repository at this point in the history
  3. nested structs

    StuartHarris committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b4aff89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbfb454 View commit details
    Browse the repository at this point in the history