Skip to content

Init Rust project - #1

Merged
ikripaka merged 36 commits into
masterfrom
dev
Aug 24, 2026
Merged

ikripaka merged 36 commits into
masterfrom
dev

Conversation

@ikripaka

@ikripaka ikripaka commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Introduce formatter implementation.

ikripaka and others added 30 commits July 17, 2026 15:22
* add colours
* fix double newlines printing on them
* add trailling newline as a default option
* add hint for missing newline character
* add semicolon span for inserting newline
* add custom edit context for collecting idents in match edits
* add grouped formatting for long let chains
* edit tests in
- cli.rs
- config.rs
- fmt.rs
* correct comparing behaviour
…tting mistakes

* align ui tests with recent changes
* add more unit tests for local testing, simplify testing with utils
* make more efficient search of trivia tokens
* make correct alignment of match arms
* remove additional wrapping of oneline match arms
* remove trailling coma for tuple types priting
* now comments are added without line ending with a newline
* edit rewriting of match expression when we're collecting edits
* make more flexible printing of match arms without comments
* add errorneous ui test case, update contracts
* make handling of comments easier
* remove custom edit context and copying of original file when we have comments inside it
* add Design.md
* fix error in CODE_OF_CONDUCT.md
* extend README.md
* Refactor modules visibility

* edit READMEs amd Design.md
* rearrange imports

* Remove unused code

* Change prettysimf api

* change input parameter from String to impl Into<String> to reduce amount of effort to execute it

* Add just file and update CI with feature entry

* Update Cargo.tomls and Readmes

* Edit Design.md

* Fix lints and apply clippy suggestions

* Remove automatic rearranges of match branches

* update README.md
@ikripaka
ikripaka merged commit e679d03 into master Aug 24, 2026
8 checks passed
@ikripaka
ikripaka deleted the dev branch August 24, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant