GitHub / unicode-rs/unicode-normalization / commits
Unicode Normalization forms according to UAX#15 rules
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 576ae0b1 | merge Merge pull request #116 from musicinmybrain/license |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 277de760 | Add Unicode-3.0 license for Unicode data | Benjamin A. Beasley <c****e@m****t> | 10 months ago | |
| 5a69b3ba | merge Merge pull request #115 from Marcondiro/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 7ae3eb01 | Release 0.1.25 | Marco Cavenati <M****i@e****r> | 10 months ago | |
| ec98c83a | merge Merge pull request #113 from Marcondiro/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| 01f4bd63 | Update Unicode to version 17.0.0 | Marco Cavenati <M****i@e****r> | 12 months ago | |
| be753ea1 | merge Merge pull request #112 from Marcondiro/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| c7a2cc5d | Update CI, add note about MSRV, clippy fix | Marcondiro <c****o@g****m> | about 1 year ago | |
| 1598cfaf | merge Merge pull request #104 from altendky/patch-1 |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b726540d | merge Merge branch 'master' into patch-1 |
Kyle Altendorf <s****a@f****t>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 9b209749 | merge Merge pull request #107 from arthurscchan/new-fuzzer |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| ac1c6344 |
Fix string creating logic and add comments
Signed-off-by: Arthur Chan <a****n@a****m> |
Arthur Chan <a****n@a****m> | almost 2 years ago | |
| 7b9eb477 |
Fix formatting
Signed-off-by: Arthur Chan <a****n@a****m> |
Arthur Chan <a****n@a****m> | almost 2 years ago | |
| f684d710 |
OSS-Fuzz: Add new fuzzer upstream
Signed-off-by: Arthur Chan <a****n@a****m> |
Arthur Chan <a****n@a****m> | almost 2 years ago | |
| 9d5d7947 | merge Merge pull request #106 from ShE3py/iter-ctors |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 5b31ba1a | Expose all iterator constructors, add hyperlinks to Unicode glossary/technica... | Lieselotte <5****y@u****m> | almost 2 years ago | |
| 0772fc91 | follow SPDX for short license text |
Kyle Altendorf <s****a@f****t>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| c9921309 | merge Merge pull request #103 from Marcondiro/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0a95cae7 | Fix clippy | Marcondiro <4****o@u****m> | almost 2 years ago | |
| 99d6e46c | Fix composition table | Marcondiro <4****o@u****m> | almost 2 years ago | |
| b7e343ae | Use tinyvec 1.6.0 in msrv build | Marcondiro <c****o@g****m> | almost 2 years ago | |
| c8011eb0 | Update normalization_tests.rs to Unicode 16.0.0 | Marcondiro <c****o@g****m> | almost 2 years ago | |
| fdfe8e02 | Update Unicode to version 16.0.0, bump to 0.1.24 | Marcondiro <c****o@g****m> | almost 2 years ago | |
| 79687caf | merge Merge pull request #100 from unicode-rs/safety-comments |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 71a54fa6 | merge Merge pull request #101 from unicode-rs/constructors |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 154ebfc0 | Directly expose constructors for iterators rather than relying on hard-to-dis... | Manish Goregaokar <m****l@g****m> | over 2 years ago | |
| a97388a0 | Add safety comments | Manish Goregaokar <m****l@g****m> | over 2 years ago | |
| ac8fa20b | merge Merge pull request #96 from Jules-Bertholet/tables-fmt |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| c49e96f1 | merge Merge pull request #95 from Jules-Bertholet/bench-fuzz-ci |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 42fd2c19 | Use `..=` syntax for inclusive ranges | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 061dc3c9 | Ensure `tables.rs` passes rustfmt | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 2d713abd | Check benches and fuzz tests in CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| a6a221ad | merge Merge pull request #93 from Jules-Bertholet/more-ci-checks |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 95aab8d3 | merge Merge pull request #94 from Jules-Bertholet/fusediterator |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 261ca205 | Fix CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| c8ab427d | Add missing `FusedIterator` impls | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| b077494e | Check clippy and formatting in CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 771dddae | Check docs in CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 962fa572 | Check MSRV in CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 9c2a58f7 | Check that normalization tests are up-to-date in CI | Jules Bertholet <j****t@q****z> | over 2 years ago | |
| 32659a77 | merge Merge pull request #91 from Marcondiro/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| af878a3f | Add regen CI |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| dba60816 | Bump version to 0.1.23 | Marcondiro <c****o@g****m> | over 2 years ago | |
| 2810fe2c | Bump Unicode to version 15.1.0, regenerate tables | Marcondiro <c****o@g****m> | over 2 years ago | |
| d4318ad5 | merge Merge pull request #89 from crlf0710/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b0610c97 | Update to Unicode 15 and bump version to 0.1.22 | Charles Lew <c****0@g****m> | almost 4 years ago | |
| 01afa5df | Release 0.1.21 | Manish Goregaokar <m****l@g****m> | about 4 years ago | |
| ed954602 | merge Merge pull request #88 from theodore-s-beers/unicode-14 |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 0a1a9916 | Update to Unicode 14 | Theo Beers <3****s@u****m> | about 4 years ago | |
| 3f09d8dc | merge Merge pull request #87 from glandium/0.1.20 |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 461f8278 | Bump version to 0.1.20 | Mike Hommey <m****h@g****g> | about 4 years ago | |
| e9dc93ae | merge Merge pull request #86 from glandium/tables |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 7c265f8a | Avoid slices in entries of decomposition tables | Mike Hommey <m****h@g****g> | about 4 years ago | |
| 68f2f55e | merge Merge pull request #82 from Xaeroxe/fix-75 |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 8be3d966 | Fix #75, implement UnicodeNormalization for char | Jacob Kiesel <k****e@g****m> | almost 5 years ago | |
| cc28b8ca | merge Merge pull request #81 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| a4abdaad | Publish 0.1.19 | Dan Gohman <d****v@s****e> | about 5 years ago | |
| a7c17443 | merge Merge pull request #80 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| aa980cfb | Fix `is_public_assigned` to include Hangul Syllable and other ranges. | Dan Gohman <d****v@s****e> | about 5 years ago | |
| 424b9470 | merge Merge pull request #79 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| faaf503e | Publish 0.1.18 | Dan Gohman <d****v@s****e> | about 5 years ago | |
| 94b93259 | merge Merge pull request #78 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 5a57070f | Add an `is_public_assigned` predicate. | Dan Gohman <d****v@s****e> | about 5 years ago | |
| 3dc22118 | merge Merge pull request #77 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 29193d18 | Handle multiple starters in the stream-safe fuzzer. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| e3ed0fec | Fix cd to package | Manish Goregaokar <m****l@g****m> | over 5 years ago | |
| 4e05cc1c | merge Merge pull request #72 from sunfishcode/main |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 5c18162b | Publish 0.1.17 | Dan Gohman <d****v@s****e> | over 5 years ago | |
| 685a8cc9 | merge Merge pull request #70 from sunfishcode/ext |
Sujay Jayakar <s****4@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 0d31e1ed | Fix the CJK Compat Variants decomp stats string. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| 485e9e7d | Use `ArrayVec` to panic instead of resizing on overflow. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| fea4f139 | Rename `svar` to `cjk_compat_variants`. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| 5aca91b2 | Avoid saying "non-standard" in a comment. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| 41dc7174 | Don't decompose Hangul in the `svar` iterator. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| d1ad2ac8 | Add new normalization algorithms using Standardized Variants | Dan Gohman <d****v@s****e> | over 5 years ago | |
| d0c37066 | Switch to a more explicit API. | Dan Gohman <d****v@s****e> | over 5 years ago | |
| 2f400a94 | Remove dependency on `format!` in `test_all_nonstarters` |
Sujay Jayakar <s****4@g****m>
Committed by: Manish Goregaokar <m****l@g****m> |
over 5 years ago | |
| 47906fa3 | Update nonstarter_count correctly + add test for all nonstarters string |
Sujay Jayakar <s****4@g****m>
Committed by: Manish Goregaokar <m****l@g****m> |
over 5 years ago | |
| a6d410ce | Add github actions | Manish Goregaokar <m****l@g****m> | almost 6 years ago | |
| 2aa5c6e1 | Publish 0.1.16 | Manish Goregaokar <m****l@g****m> | almost 6 years ago | |
| fade7417 | merge Merge pull request #64 from sunfishcode/sunfishcode/nfd-buffering |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 9ea8b001 | merge Merge pull request #65 from sunfishcode/sunfishcode/stream-safe-reset |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 9c63f55d | merge Merge pull request #66 from sunfishcode/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a94c6e16 | Make the decompose iterator avoid buffering elements past a starter. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| 91a8493b | Reset the stream-safe position when a starter is seen. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| 0ca6e731 | Fix an unused import warning in a test. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| ac076051 | Use a local path dependency for `unicode-normalization`. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| 1de63cea | Use `assert_ne!` instead of `assert!` and `!=`. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| 59674813 | merge Merge pull request #63 from sunfishcode/master |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 387bcb64 | Add a fuzz target. | Dan Gohman <d****v@s****e> | almost 6 years ago | |
| c566aaf8 | Bump version, add self as co-maintainer | Manish Goregaokar <m****l@g****m> | almost 6 years ago | |
| c243feeb | merge Merge pull request #62 from unicode-rs/streamsafe-reset |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| a5580914 | Add test for streamsafe iterator | Manish Goregaokar <m****l@g****m> | almost 6 years ago | |
| 0786dc02 | Reset stream safe iterator to buffered character when outputting CGJ | Manish Goregaokar <m****l@g****m> | almost 6 years ago | |
| e9580fff | merge Merge pull request #61 from Lokathor/tinyvec-version-bump |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 35ed994b | Update Cargo.toml | Lokathor <z****a@g****m> | almost 6 years ago | |
| 83ba5d10 | merge Merge pull request #60 from matklad/biggertinyvec |
Manish Goregaokar <m****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 8da87f31 | Update tinyvec dependency | Aleksey Kladov <a****v@g****m> | about 6 years ago | |
| 4e2c555b | Bump to 0.1.14 | Manish Goregaokar <m****l@g****m> | about 6 years ago | |
| 4c4230e8 | merge Merge branch 'pr-56' into HEAD | Manish Goregaokar <m****l@g****m> | about 6 years ago |