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

Optionally derive Debug for structs that allow it #1040

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

Commits on Nov 28, 2023

  1. [WIP] derive(Debug)

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    db2097b View commit details
    Browse the repository at this point in the history
  2. More work on derive(Debug)

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a3d33b9 View commit details
    Browse the repository at this point in the history
  3. Some cleanup, renaming

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    124cf0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afca80f View commit details
    Browse the repository at this point in the history
  5. Make derive(Debug) optional

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2615986 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cafde45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4637bb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52ddae3 View commit details
    Browse the repository at this point in the history
  9. Try to fix tests again

    dgherzka committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    670708d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    beca631 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    501ec52 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ceb8c28 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Don't use removeprefix

    dgherzka committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3b3e1c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Make derive order stable

    dgherzka committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    191e2f3 View commit details
    Browse the repository at this point in the history