Commits
Click on a commit to change the comparison rangechore: add FFFD to spell-checker ignore list in fmt test.3 months ago
by mattsu2020 refactor(uu/fmt): switch string outputs to byte slices for efficiency3 months ago
by mattsu2020 refactor(fmt): replace Option::map_or(false, f) with is_some_and(f)3 months ago
by mattsu2020 style(fmt): compact whitespace check in WordSplit iterator to single line3 months ago
by mattsu2020 fix(test_fmt): align invalid UTF-8 handling with GNU-compatible passthrough3 months ago
by mattsu2020 Merge branch 'main' into fmt_compatibility3 months ago
by mattsu2020 Merge branch 'main' into fmt_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fmt_compatibility2 months ago
by mattsu2020 refactor(parasplit): extract scan_word_end method to eliminate code duplication2 months ago
by mattsu2020 feat(fmt): add byte_display_width function for UTF-8 display width calculation2 months ago
by mattsu2020 Merge branch 'main' into fmt_compatibility2 months ago
by sylvestre Merge branch 'main' into fmt_compatibility2 months ago
by mattsu2020 Merge branch 'main' into fmt_compatibility2 months ago
by mattsu2020 refactor(fmt/parasplit): introduce DecodedCharInfo struct for unified UTF-8 char handling2 months ago
by mattsu2020 style(fmt): remove extra blank lines in parasplit.rs2 months ago
by mattsu2020