Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 12 commits
  • 15 files changed
  • 5 contributors

Commits on Jul 28, 2025

  1. 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
    PSeitz-dd authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    af87c8d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Fix CI (#153)

    * Fix warnings
    
    * fix
    
    ---------
    
    Co-authored-by: Georg Semmler <georg.semmler@giga-infosystems.com>
    Manishearth and weiznich authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    4454518 View commit details
    Browse the repository at this point in the history
  2. 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.
    weiznich authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    63d0234 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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

Commits on Mar 24, 2026

  1. 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
    Martin005 authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    13862d8 View commit details
    Browse the repository at this point in the history
  2. Release 1.13.0

    Manishearth committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f6f5f21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abed5f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7268cc View commit details
    Browse the repository at this point in the history
  5. Fix accidental breakage

    Manishearth committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    34ae232 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    88fac40 View commit details
    Browse the repository at this point in the history
  2. fix: Typos in README (#161)

    * fix: Version number in README
    
    Updated version number from 0.13.0 to 1.13.0 in README.
    
    * Update links in 1.13.1
    Martin005 authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    cb4972b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

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