Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

refactor(formatter): Introduce write, format, and format_args macros #2634

Merged
merged 38 commits into from Jun 6, 2022

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    5a3e8df View commit details
    Browse the repository at this point in the history
  2. refactor(formatter): Make Format Options a type parameter

    To allow types that implement `Format` for all option types.
    MichaReiser committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    1efbafb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fe5507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b98d4c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    278f082 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c555f4 View commit details
    Browse the repository at this point in the history
  7. Document rome_formatter

    MichaReiser committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    994f5ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85c7c8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1fa424 View commit details
    Browse the repository at this point in the history
  10. Formatting

    MichaReiser committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f7c7e50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f4401d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    acd1266 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d4fddb View commit details
    Browse the repository at this point in the history
  14. Refine builders

    MichaReiser committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6e0e0b4 View commit details
    Browse the repository at this point in the history
  15. Update formatter codegen

    MichaReiser committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    68e31fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    85e950d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3364c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

    MichaReiser committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    aef0ef5 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary clone

    MichaReiser committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2ac2775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ac52ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1edde7b View commit details
    Browse the repository at this point in the history
  6. Add debuging macro

    MichaReiser committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5ee400b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9db75c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Small cleanups

    MichaReiser committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    076b2ae View commit details
    Browse the repository at this point in the history
  2. Code review comments

    MichaReiser committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    988a8d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ea0982 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d27bd View commit details
    Browse the repository at this point in the history
  5. Update documentation

    MichaReiser committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    486a08c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4185ab View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    ae2c61c View commit details
    Browse the repository at this point in the history
  2. Rename format_fields to fmt_fields

    Micha Reiser committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    6007d32 View commit details
    Browse the repository at this point in the history
  3. Revert submodule changes

    Micha Reiser committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    2570732 View commit details
    Browse the repository at this point in the history
  4. More documentation & use list formatting logic rather than re-impleme…

    …nting the list formating in the parent node.
    MichaReiser committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    c6183b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1196545 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    e45f7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2c274 View commit details
    Browse the repository at this point in the history
  3. Clippy

    MichaReiser committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    00e8740 View commit details
    Browse the repository at this point in the history