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

Make Debug impl optional for types #797

Merged
merged 20 commits into from
Sep 1, 2023

Commits on Jan 13, 2023

  1. Make Debug impl optional on derive(Message)

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    86ef39f View commit details
    Browse the repository at this point in the history
  2. Config to optionally skip debug for messages

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    68262cc View commit details
    Browse the repository at this point in the history
  3. Inline things again

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fc192c9 View commit details
    Browse the repository at this point in the history
  4. Put more things behind if

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    42fc5d6 View commit details
    Browse the repository at this point in the history
  5. Optionally skip debug in oneofs too

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0006f49 View commit details
    Browse the repository at this point in the history
  6. Optionally skip debug for all types

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2182465 View commit details
    Browse the repository at this point in the history
  7. fixup! Optionally skip debug for all types

    Audun Skaugen committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    87b20f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    f870bd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    78b00f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    e25b4cb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    f9d779d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    036781d View commit details
    Browse the repository at this point in the history
  2. Fix merge

    Audun Skaugen committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6e4a456 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous push_indent

    Audun Skaugen committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7bfa2d6 View commit details
    Browse the repository at this point in the history
  4. Add some tests for the macro property

    Audun Skaugen committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7860f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    3cd914f View commit details
    Browse the repository at this point in the history
  2. Fix test

    Audun Skaugen committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6f5007e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Test generated protobuf

    Audun Skaugen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    93b727d View commit details
    Browse the repository at this point in the history
  2. Unconditional Debug

    Audun Skaugen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62596f3 View commit details
    Browse the repository at this point in the history
  3. Import

    Audun Skaugen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    308be8c View commit details
    Browse the repository at this point in the history