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