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 Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    eb214b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b5623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c099ce View commit details
    Browse the repository at this point in the history
  4. clippy

    StuartHarris committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    abd8d63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. start discovery

    first stab at generics
    
    begin introducing output types WIP
    
    borrow code from cargo-public-api crate WIP
    
    dig into generic type params
    
    nested generics
    
    respect serde skip
    
    fully qualified names
    
    sorted items
    
    add MIT license
    
    deps
    
    remove typeshare
    
    public_api mod
    
    update public_api from origin
    
    add back tests
    
    all examples in script, and lockfiles
    
    build graph wip
    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    939c58a View commit details
    Browse the repository at this point in the history
  2. ascent wip

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    076aa75 View commit details
    Browse the repository at this point in the history
  3. struct recursion wip

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    618e973 View commit details
    Browse the repository at this point in the history
  4. serde skip

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dea7c7d View commit details
    Browse the repository at this point in the history
  5. effect variants

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    175fda7 View commit details
    Browse the repository at this point in the history
  6. nested structs

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    20be4b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcca245 View commit details
    Browse the repository at this point in the history
  8. codegen wip

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4653622 View commit details
    Browse the repository at this point in the history
  9. respect serde rename

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    718e033 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f32628 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    324c340 View commit details
    Browse the repository at this point in the history
  12. tidy and readme

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3ec637e View commit details
    Browse the repository at this point in the history
  13. tuple struct wip

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1c948a5 View commit details
    Browse the repository at this point in the history
  14. refactor logic prog

    StuartHarris committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    84c5805 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. ascent driven IR gen WIP

    StuartHarris committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c1e63b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. extract logic prog

    StuartHarris committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2198d85 View commit details
    Browse the repository at this point in the history
  2. fields

    StuartHarris committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5da36ee View commit details
    Browse the repository at this point in the history
  3. simple test

    StuartHarris committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6cf954a View commit details
    Browse the repository at this point in the history
  4. tie variants to subset

    StuartHarris committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2219972 View commit details
    Browse the repository at this point in the history
  5. option of format

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

Commits on Nov 28, 2024

  1. parse in logic prog

    StuartHarris committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c2ef303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    414940b View commit details
    Browse the repository at this point in the history
  3. child structs, Option<T>

    StuartHarris committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    ae31bd0 View commit details
    Browse the repository at this point in the history