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

feat: support formatting Cargo.toml #5240

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Nov 12, 2022

  1. formatting logic of Cargo.toml

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2628172 View commit details
    Browse the repository at this point in the history
  2. test comments

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    933ce85 View commit details
    Browse the repository at this point in the history
  3. impl From<ignore::Error> for ErrorKind

    Improves the ergonomics of calling `IgnorePathSet::from_ignore_list`
    ytmimi authored and xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    22bcae2 View commit details
    Browse the repository at this point in the history
  4. Add format_cargo_toml to the code path called by rustfmt

    Now users can provide the path to their `Cargo.toml` files for rustfmt
    to format.
    ytmimi authored and xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    a64778e View commit details
    Browse the repository at this point in the history
  5. remove debug things

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    784bb05 View commit details
    Browse the repository at this point in the history
  6. fmt

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    baf8fa6 View commit details
    Browse the repository at this point in the history
  7. use [&mut dyn] for rules

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f188f1d View commit details
    Browse the repository at this point in the history
  8. fix

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    30edae8 View commit details
    Browse the repository at this point in the history
  9. self apply

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    beda310 View commit details
    Browse the repository at this point in the history
  10. move test to integration test

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    71609c5 View commit details
    Browse the repository at this point in the history
  11. typo

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    2cb56ee View commit details
    Browse the repository at this point in the history
  12. don't panic

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    77ad49f View commit details
    Browse the repository at this point in the history
  13. add TrimSpaces & tests

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    835eb39 View commit details
    Browse the repository at this point in the history
  14. test key with many dots

    xxchan committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    02df831 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3dc6d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    6ae3c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbb3ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a2c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0565d8 View commit details
    Browse the repository at this point in the history
  5. remove CargoTomlError

    xxchan committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    c17e2b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ad83c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

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

Commits on Oct 24, 2023

  1. update toml_edit to 0.20

    xxchan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    09b43a1 View commit details
    Browse the repository at this point in the history
  2. improve RawString handling

    xxchan committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c9e5a94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f244a91 View commit details
    Browse the repository at this point in the history