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: provide formatting subcommand #2640

Merged
merged 53 commits into from Oct 5, 2023
Merged

feat: provide formatting subcommand #2640

merged 53 commits into from Oct 5, 2023

Commits on Sep 11, 2023

  1. first attempt

    f01dab1e committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ccf813d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. merge branch 'master' into fmt

    f01dab1e committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5a869e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. move to tooling and minor fixes

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    88336fc View commit details
    Browse the repository at this point in the history
  2. set license.workspace = true

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e26baa4 View commit details
    Browse the repository at this point in the history
  3. fix confusion with .gitignore

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    86fc87c View commit details
    Browse the repository at this point in the history
  4. impl ParsedModule::into_legacy

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bffe2eb View commit details
    Browse the repository at this point in the history
  5. add nargo fmt command

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bde580d View commit details
    Browse the repository at this point in the history
  6. simple emit fn parameters

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    61f158d View commit details
    Browse the repository at this point in the history
  7. merge branch 'master' into fmt

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4f228a9 View commit details
    Browse the repository at this point in the history
  8. basic rewrite stmt

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d5ac3a6 View commit details
    Browse the repository at this point in the history
  9. fix clippy

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    945bc1c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into fmt

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ecf15b3 View commit details
    Browse the repository at this point in the history
  11. update Cargo.lock

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    44ef7ea View commit details
    Browse the repository at this point in the history
  12. ops..

    f01dab1e committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    77607d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix

    f01dab1e committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    31461d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

  1. Merge branch 'master' into fmt

    f01dab1e committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    529c1de View commit details
    Browse the repository at this point in the history
  2. fixed errors after the merge

    f01dab1e committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ea90042 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    f01dab1e committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    787f56a View commit details
    Browse the repository at this point in the history
  4. a naive attempt not to lose comments

    f01dab1e committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7de95ce View commit details
    Browse the repository at this point in the history
  5. write as is

    f01dab1e committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    69181be View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch 'master' into fmt

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    76e0b7a View commit details
    Browse the repository at this point in the history
  2. fixed errors after the merge

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0eef49a View commit details
    Browse the repository at this point in the history
  3. make clippy happy

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fa298b8 View commit details
    Browse the repository at this point in the history
  4. for simplicity MVP abandon the complex

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b83925b View commit details
    Browse the repository at this point in the history
  5. fix read_array

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a1108bc View commit details
    Browse the repository at this point in the history
  6. add format_missing

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c7b58fa View commit details
    Browse the repository at this point in the history
  7. add tests

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    240ce40 View commit details
    Browse the repository at this point in the history
  8. add with_indent

    f01dab1e committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b2655d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. smol refactoring

    f01dab1e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b8d6ffd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fmt

    f01dab1e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    34b15ce View commit details
    Browse the repository at this point in the history
  3. update Cargo.lock

    f01dab1e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e64406d View commit details
    Browse the repository at this point in the history
  4. rework nargo fmt

    f01dab1e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7cf0dc9 View commit details
    Browse the repository at this point in the history
  5. rework newlines

    f01dab1e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8e40bc6 View commit details
    Browse the repository at this point in the history
  6. fix buig

    kek kek kek committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b255896 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    kek kek kek committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0864245 View commit details
    Browse the repository at this point in the history
  8. ops...

    kek kek kek committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4390d3c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. load config from noirfmt.toml

    f01dab1e committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fe3d25e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fmt

    f01dab1e committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5df2d76 View commit details
    Browse the repository at this point in the history
  3. update Cargo.lock

    f01dab1e committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f391ae5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. avoid alloc vec

    f01dab1e committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6206edf View commit details
    Browse the repository at this point in the history
  2. better error handling

    f01dab1e committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    df1d042 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fmt

    f01dab1e committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8c9deb5 View commit details
    Browse the repository at this point in the history
  4. fix

    f01dab1e committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    b23b763 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge branch 'master' into fmt

    f01dab1e committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c5c045b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. remove into_unorder

    Co-authored-by: kevaundray <kevtheappdev@gmail.com>
    kek kek kek and kevaundray authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fbe2a6b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Unordered -> SortedModule

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4115d07 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fmt

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    aa0457a View commit details
    Browse the repository at this point in the history
  3. update Cargo.lock

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2df6b7c View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bb0cd06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc06112 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into fmt

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5712d09 View commit details
    Browse the repository at this point in the history
  7. add docs

    f01dab1e committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    62c0c98 View commit details
    Browse the repository at this point in the history