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

Apply rustfmt formatting (partial) #926

Merged
merged 24 commits into from Jan 8, 2020
Merged

Apply rustfmt formatting (partial) #926

merged 24 commits into from Jan 8, 2020

Commits on Jan 2, 2020

  1. Copy the full SHA
    d3d7de4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88aa915 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    81a038d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a181de View commit details
    Browse the repository at this point in the history
  5. rustfmt: attributes

    dhardy committed Jan 2, 2020
    Copy the full SHA
    ccb64dc View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    477b470 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    88c7f5e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4f1f0fc View commit details
    Browse the repository at this point in the history
  9. rustfmt: method chaining

    dhardy committed Jan 2, 2020
    Copy the full SHA
    3635715 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    35080d4 View commit details
    Browse the repository at this point in the history
  11. rustfmt: closures

    dhardy committed Jan 2, 2020
    Copy the full SHA
    1b3bcce View commit details
    Browse the repository at this point in the history
  12. rustfmt: arrays

    (Several array reformattings were rejected.)
    dhardy committed Jan 2, 2020
    Copy the full SHA
    fd872b6 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    079ff0d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    61317ff View commit details
    Browse the repository at this point in the history
  15. rustfmt: function parameters

    dhardy committed Jan 2, 2020
    Copy the full SHA
    0f9500b View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    92e0701 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    e927d31 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    0b1694c View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    e9ec7fc View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b5af1f9 View commit details
    Browse the repository at this point in the history
  21. rustfmt: extern "C"

    dhardy committed Jan 2, 2020
    Copy the full SHA
    27ddcbb View commit details
    Browse the repository at this point in the history
  22. Manual array reformatting

    dhardy committed Jan 2, 2020
    Copy the full SHA
    3a51c3e View commit details
    Browse the repository at this point in the history
  23. Use rustfmt::skip for some cases

    This does not include all cases of rejected reformatting;
    only ones where rustfmt is not expected to do well.
    dhardy committed Jan 2, 2020
    Copy the full SHA
    3a5d5a8 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    fab964d View commit details
    Browse the repository at this point in the history