-
Notifications
You must be signed in to change notification settings - Fork 74
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: unicode-rs/unicode-segmentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: unicode-rs/unicode-segmentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 15 files changed
- 5 contributors
Commits on Jul 28, 2025
-
Add ascii fast path for unicode_word_indices and unicode_words (#147)
* add benchmark * add ascii fastpath * add test case IP * add log to benches * restore iterators * add backwards iterator * restore test * replace Box with Enum * add comments with reference to the spec * remove unused alloc * readd Debug derive * use import * remove pub
Configuration menu - View commit details
-
Copy full SHA for af87c8d - Browse repository at this point
Copy the full SHA af87c8dView commit details
Commits on Dec 16, 2025
-
* Fix warnings * fix --------- Co-authored-by: Georg Semmler <georg.semmler@giga-infosystems.com>
Configuration menu - View commit details
-
Copy full SHA for 4454518 - Browse repository at this point
Copy the full SHA 4454518View commit details -
Exclude development scripts from published package (#152)
During a dependency review we noticed that the unicode-segmentation crate includes various development scripts. These development scripts shouldn't be there as they might, at some point become problematic. As of now they prevent any downstream user from enabling the `[bans.build.interpreted]` option of cargo deny. I opted for using an explicit include list instead of an exclude list to prevent these files from beeing included in the published packages to make sure that everything that's included is an conscious choice.
Configuration menu - View commit details
-
Copy full SHA for 63d0234 - Browse repository at this point
Copy the full SHA 63d0234View commit details
Commits on Mar 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1441d3d - Browse repository at this point
Copy the full SHA 1441d3dView commit details
Commits on Mar 24, 2026
-
feat: Support Unicode 17.0.0 (#157)
* feat: Support Unicode 17.0.0 * feat: Store right_significant_is_emoji state instead * fix: Move check for right_significant_is_emoji above state machine * doc: Add comments explaining connection to word boundary rules
Configuration menu - View commit details
-
Copy full SHA for 13862d8 - Browse repository at this point
Copy the full SHA 13862d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f5f21 - Browse repository at this point
Copy the full SHA f6f5f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for abed5f7 - Browse repository at this point
Copy the full SHA abed5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7268cc - Browse repository at this point
Copy the full SHA f7268ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ae232 - Browse repository at this point
Copy the full SHA 34ae232View commit details
Commits on Mar 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 88fac40 - Browse repository at this point
Copy the full SHA 88fac40View commit details -
* fix: Version number in README Updated version number from 0.13.0 to 1.13.0 in README. * Update links in 1.13.1
Configuration menu - View commit details
-
Copy full SHA for cb4972b - Browse repository at this point
Copy the full SHA cb4972bView commit details
Commits on Mar 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d446fa8 - Browse repository at this point
Copy the full SHA d446fa8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.0...v1.13.2