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

Capture doc comments, add variant and field builders #87

Merged
merged 38 commits into from
Jun 6, 2021
Merged

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    14bbbe9 View commit details
    Browse the repository at this point in the history
  2. Add docs to derive tests

    ascjones committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4e696dc View commit details
    Browse the repository at this point in the history
  3. Fmt

    ascjones committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    55fc739 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Fmt

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ded2f3f View commit details
    Browse the repository at this point in the history
  2. Make clippy happy

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    3b78d47 View commit details
    Browse the repository at this point in the history
  3. Fix struct docs tests

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c74422d View commit details
    Browse the repository at this point in the history
  4. Fix struct docs tests

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    329d915 View commit details
    Browse the repository at this point in the history
  5. Add missing Vec import

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    637ab5a View commit details
    Browse the repository at this point in the history
  6. Fix test

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    efdd3e4 View commit details
    Browse the repository at this point in the history
  7. Clear docs

    ascjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    77fc88a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    912fbcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4151589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0743b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd6f893 View commit details
    Browse the repository at this point in the history
  5. Fmt

    ascjones committed May 25, 2021
    Configuration menu
    Copy the full SHA
    52f5e83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d2ab5c View commit details
    Browse the repository at this point in the history
  7. Fix up doc tests

    ascjones committed May 25, 2021
    Configuration menu
    Copy the full SHA
    c4bf49d View commit details
    Browse the repository at this point in the history
  8. Fix up README

    ascjones committed May 25, 2021
    Configuration menu
    Copy the full SHA
    05d875b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Define initial field builder

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    790a6b8 View commit details
    Browse the repository at this point in the history
  2. Fix up field building

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0f3b795 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    655279a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63b986a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    150ef4e View commit details
    Browse the repository at this point in the history
  6. Fix up default impl

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    43551f4 View commit details
    Browse the repository at this point in the history
  7. Fix spelling errors

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0decd01 View commit details
    Browse the repository at this point in the history
  8. Remove clear_docs

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    e031939 View commit details
    Browse the repository at this point in the history
  9. Fully qualify module_path

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    fdd96c3 View commit details
    Browse the repository at this point in the history
  10. Update derive/src/lib.rs

    Co-authored-by: Robin Freyler <[email protected]>
    ascjones and Robbepop committed May 26, 2021
    Configuration menu
    Copy the full SHA
    585a671 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7179b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d73ae4 View commit details
    Browse the repository at this point in the history
  13. Update README

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    59ff44c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8ea40b View commit details
    Browse the repository at this point in the history
  15. Satisfy clippy

    ascjones committed May 26, 2021
    Configuration menu
    Copy the full SHA
    1c01b94 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Add test for doc capture

    ascjones committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0edec05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc8985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb8042 View commit details
    Browse the repository at this point in the history
  4. Update src/build.rs

    Co-authored-by: David <[email protected]>
    ascjones and dvdplm committed May 27, 2021
    Configuration menu
    Copy the full SHA
    882bdb4 View commit details
    Browse the repository at this point in the history
  5. Update src/build.rs

    Co-authored-by: David <[email protected]>
    ascjones and dvdplm committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ebc3e4b View commit details
    Browse the repository at this point in the history