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

rustfmt: Run on util/* (2/2) #3323

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    3dfa7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8e4b0 View commit details
    Browse the repository at this point in the history
  3. rustfmt: Run on util/ser.rs

    tnull committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    30f4eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7aea39 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    c298b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1b2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    013b55e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1053a20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bac505b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c81266e View commit details
    Browse the repository at this point in the history
  7. rustfmt: Prepare util/test_utils.rs

    .. we pull out `Mutex` field initialization into dedicated variables as
    they might otherwise land on the same line when formatting, which might
    lead to lockorder violation false-positives when compiled with the
    `backtrace` feature.
    tnull committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    7b77618 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9eaf3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    688903e View commit details
    Browse the repository at this point in the history
  10. rustfmt: Run on util/time.rs

    tnull committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    488ce73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22e198b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9eb28d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8dd863f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e14d98a View commit details
    Browse the repository at this point in the history
  15. rustfmt: Run on util/wakers.rs

    tnull committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d5f1de2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4d55cf View commit details
    Browse the repository at this point in the history
  17. rustfmt: Run on util/mod.rs

    tnull committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e30d58b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f5e207e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0750550 View commit details
    Browse the repository at this point in the history