Commit Graph

  • 45fe633c75 !2 README.OpenSource 中License信息整改 Merge pull request !2 from peizhe/master master OpenHarmony-v4.0-Beta2 OpenHarmony-v4.0-Beta1 weekly_20230905 weekly_20230829 weekly_20230822 weekly_20230815 weekly_20230808 weekly_20230801 weekly_20230725 weekly_20230712 weekly_20230704 weekly_20230627 weekly_20230626 weekly_20230619 weekly_20230613 weekly_20230606 weekly_20230530 weekly_20230523 weekly_20230516 weekly_20230509 monthly_20230815 OpenHarmony-4.0-Release OpenHarmony-4.0-Beta2 OpenHarmony-4.0-Beta1 openharmony_ci 2023-05-05 02:26:45 +00:00
  • b2c4e084bb README.OpenSource 中License信息整改 peizhe 2023-05-04 11:30:23 +08:00
  • 868c756531 !1 [unicode-normalization]Add GN Build Files and Custom Modifications to Rust Third-party Libraries Merge pull request !1 from peizhe/master openharmony_ci 2023-04-19 01:28:31 +00:00
  • a00d190d9a Add GN Build Files and Custom Modifications peizhe 2023-04-18 15:32:57 +08:00
  • e2273e9741 Merge pull request #89 from crlf0710/master github.com/unicode-rs/unicode-normalization/refs/tags/v0.1.22 Manish Goregaokar 2022-09-16 08:36:47 -07:00
  • 3bff41ebcb Update to Unicode 15 and bump version to 0.1.22 Charles Lew 2022-09-16 23:17:46 +08:00
  • a077fd79f2 Release 0.1.21 Manish Goregaokar 2022-07-01 09:04:24 -07:00
  • f9c5485af0 Merge pull request #88 from theodore-s-beers/unicode-14 Manish Goregaokar 2022-07-01 09:03:56 -07:00
  • 240929c088 Update to Unicode 14 Theo Beers 2022-07-01 14:41:03 +02:00
  • d53895e530 Merge pull request #87 from glandium/0.1.20 Manish Goregaokar 2022-06-24 07:38:20 -07:00
  • df233b44f7 Bump version to 0.1.20 Mike Hommey 2022-06-24 07:51:35 +09:00
  • b2fdf0bade Merge pull request #86 from glandium/tables Manish Goregaokar 2022-06-23 15:20:43 -07:00
  • 0923b90948 Avoid slices in entries of decomposition tables Mike Hommey 2022-06-23 17:15:09 +09:00
  • 664130397f Merge pull request #82 from Xaeroxe/fix-75 Manish Goregaokar 2021-10-07 20:58:24 -07:00
  • e9b2c4499e Fix #75, implement UnicodeNormalization for char Jacob Kiesel 2021-10-07 14:46:14 -06:00
  • 3ed26b3d29 Merge pull request #81 from sunfishcode/main Manish Goregaokar 2021-06-02 08:32:30 -07:00
  • a8892812df Publish 0.1.19 Dan Gohman 2021-06-01 15:31:11 -07:00
  • f7666c1ac3 Merge pull request #80 from sunfishcode/main Manish Goregaokar 2021-06-01 15:27:57 -07:00
  • 33e73008da Fix is_public_assigned to include Hangul Syllable and other ranges. Dan Gohman 2021-05-28 14:15:26 -07:00
  • 74f416f8ea Merge pull request #79 from sunfishcode/main Manish Goregaokar 2021-05-28 11:44:23 -07:00
  • 8f31969fc7 Publish 0.1.18 Dan Gohman 2021-05-28 10:47:39 -07:00
  • 67b5460819 Merge pull request #78 from sunfishcode/main Manish Goregaokar 2021-05-28 09:26:11 -07:00
  • aaa72a31da Add an is_public_assigned predicate. Dan Gohman 2021-05-28 09:00:29 -07:00
  • 58f3f963f1 Merge pull request #77 from sunfishcode/main Manish Goregaokar 2021-05-18 09:00:14 -07:00
  • 479c6f0da9 Handle multiple starters in the stream-safe fuzzer. Dan Gohman 2021-05-17 21:20:24 -07:00
  • 06ad2d82de Fix cd to package Manish Goregaokar 2021-02-08 17:06:21 -08:00
  • 01884c9261 Merge pull request #72 from sunfishcode/main Manish Goregaokar 2021-02-08 17:01:09 -08:00
  • 209762718c Publish 0.1.17 Dan Gohman 2021-02-08 10:02:55 -08:00
  • b388aa7e07 Merge pull request #70 from sunfishcode/ext Sujay Jayakar 2021-01-06 10:05:16 -08:00
  • ad609637a3 Fix the CJK Compat Variants decomp stats string. Dan Gohman 2021-01-06 09:57:59 -08:00
  • dba17f95a2 Use ArrayVec to panic instead of resizing on overflow. Dan Gohman 2021-01-06 09:54:32 -08:00
  • 0083e1014e Rename svar to cjk_compat_variants. Dan Gohman 2021-01-05 22:51:46 -08:00
  • 052e6d7367 Avoid saying "non-standard" in a comment. Dan Gohman 2021-01-04 07:29:43 -08:00
  • 6b376dbea8 Don't decompose Hangul in the svar iterator. Dan Gohman 2020-12-07 11:50:00 -08:00
  • f362213cfb Switch to a more explicit API. Dan Gohman 2020-12-04 08:26:50 -08:00
  • 107879735b Add new normalization algorithms using Standardized Variants Dan Gohman 2020-12-07 08:16:58 -08:00
  • 8dfab5ee50 Remove dependency on format! in test_all_nonstarters Sujay Jayakar 2020-11-29 22:38:27 -08:00
  • e9210364d8 Update nonstarter_count correctly + add test for all nonstarters string Sujay Jayakar 2020-11-29 18:07:39 -08:00
  • fd4997b126 Add github actions Manish Goregaokar 2020-11-18 13:39:52 -08:00
  • 69a16a17f6 Publish 0.1.16 Manish Goregaokar 2020-11-18 13:33:10 -08:00
  • 933ee7948f Merge pull request #64 from sunfishcode/sunfishcode/nfd-buffering Manish Goregaokar 2020-11-18 13:32:05 -08:00
  • 6138a5beb1 Merge pull request #65 from sunfishcode/sunfishcode/stream-safe-reset Manish Goregaokar 2020-11-18 13:31:32 -08:00
  • 8d93152948 Merge pull request #66 from sunfishcode/master Manish Goregaokar 2020-11-18 13:30:30 -08:00
  • 49654fcb12 Make the decompose iterator avoid buffering elements past a starter. Dan Gohman 2020-11-18 10:51:32 -08:00
  • 43948859e4 Reset the stream-safe position when a starter is seen. Dan Gohman 2020-11-18 10:50:44 -08:00
  • 06dc0cc429 Fix an unused import warning in a test. Dan Gohman 2020-11-18 10:48:39 -08:00
  • 960ac7fd7d Use a local path dependency for unicode-normalization. Dan Gohman 2020-11-18 10:30:11 -08:00
  • 00e2834d24 Use assert_ne! instead of assert! and !=. Dan Gohman 2020-11-18 10:29:32 -08:00
  • b3b473748c Merge pull request #63 from sunfishcode/master Manish Goregaokar 2020-11-17 22:06:24 -08:00
  • 8a24c56ae7 Add a fuzz target. Dan Gohman 2020-11-17 21:42:43 -08:00
  • 96e66358f7 Bump version, add self as co-maintainer Manish Goregaokar 2020-11-17 19:45:32 -08:00
  • b8bc682b9b Merge pull request #62 from unicode-rs/streamsafe-reset Manish Goregaokar 2020-11-17 19:43:35 -08:00
  • ff51b1fae1 Add test for streamsafe iterator Manish Goregaokar 2020-11-17 19:39:42 -08:00
  • 4621ed6b98 Reset stream safe iterator to buffered character when outputting CGJ Manish Goregaokar 2020-11-17 19:39:16 -08:00
  • 4de7c07202 Merge pull request #61 from Lokathor/tinyvec-version-bump Manish Goregaokar 2020-08-27 21:01:00 -07:00
  • ee8519830d Update Cargo.toml Lokathor 2020-08-27 21:54:58 -06:00
  • c238ebbc09 Merge pull request #60 from matklad/biggertinyvec Manish Goregaokar 2020-07-23 09:54:56 -07:00
  • 2ca77c3a4b Update tinyvec dependency Aleksey Kladov 2020-07-23 11:44:29 +02:00
  • 2b2ba4f221 Bump to 0.1.14 Manish Goregaokar 2020-06-30 11:41:43 -07:00
  • d41511abdd Merge branch 'pr-56' into HEAD Manish Goregaokar 2020-06-30 11:41:19 -07:00
  • f01e1c882a Fix https url Manish Goregaokar 2020-06-30 11:40:48 -07:00
  • bd1fcfbfab Update to Unicode 13 Pyfisch 2020-04-13 11:58:40 +02:00
  • 2d54d9a19a Merge pull request #55 from Dentosal/master Manish Goregaokar 2020-04-10 15:14:25 -07:00
  • df9c4652db Bump version Hannes Karppila 2020-04-09 19:24:01 +03:00
  • b1d2bd86a6 Add note about no_std support to readme Hannes Karppila 2020-04-09 19:22:42 +03:00
  • 8933ac623c Remove stable feature flag iterator_step_by Hannes Karppila 2020-04-09 19:21:27 +03:00
  • 1d77ba2bc4 Add no_std + alloc support Hannes Karppila 2020-04-09 19:20:10 +03:00
  • ca0037583e Apply rustfmt Hannes Karppila 2020-04-09 19:14:15 +03:00
  • b098399338 Do not automatically format tables Hannes Karppila 2020-04-10 21:32:54 +03:00
  • 36184100f7 Remove ignored inline annotations Hannes Karppila 2020-04-09 19:13:08 +03:00
  • 9e3b5169d6 Fix generated import statements in tables.rs Hannes Karppila 2020-04-10 21:48:08 +03:00
  • 0d6e296cc4 Migrate to Rust 2018 edition Hannes Karppila 2020-04-09 19:10:25 +03:00
  • a509705221 Update tinyvec dependency Hannes Karppila 2020-04-09 19:09:23 +03:00
  • 39a487eb43 Merge pull request #54 from Shnatsel/tinyvec Manish Goregaokar 2020-03-16 10:17:55 -07:00
  • f401915be2 Merge remote-tracking branch 'origin/master' into tinyvec Sergey "Shnatsel" Davidoff 2020-03-16 00:57:27 +01:00
  • 432074711b Improve comment Sergey "Shnatsel" Davidoff 2020-03-16 00:37:04 +01:00
  • 3058939b1f Update to newer TinyVec Sergey "Shnatsel" Davidoff 2020-03-16 00:22:48 +01:00
  • a303f6f448 Publish 0.1.12 Manish Goregaokar 2020-01-21 14:34:20 -08:00
  • d257973689 Merge pull request #52 from clintfred/master Manish Goregaokar 2020-01-21 14:24:18 -08:00
  • 0274330fea bump to smallvec 1.1.0 Clint Frederickson 2020-01-21 15:15:16 -07:00
  • 09fdcc2b81 Switch from SmallVec to 100% safe TinyVec Sergey "Shnatsel" Davidoff 2020-01-13 19:56:13 +01:00
  • 1e2049e4f9 Merge pull request #49 from unicode-rs/bump Manish Goregaokar 2019-11-22 08:31:48 -08:00
  • ecadf7d44c Bump to 0.1.11 Manish Goregaokar 2019-11-22 08:30:59 -08:00
  • a29396492b Add #[allow(ellipsis_inclusive_range_patterns)] to unicode.py Manish Goregaokar 2019-11-22 08:30:05 -08:00
  • 68a82a383f Merge pull request #48 from kentfredric/attempt-4 Manish Goregaokar 2019-11-22 08:28:45 -08:00
  • df6b42c95d Merge pull request #47 from unicode-rs/version-bump Manish Goregaokar 2019-11-21 13:45:10 -08:00
  • ad8c48e4bf Bump to 0.1.10 Manish Goregaokar 2019-11-21 13:43:19 -08:00
  • 9ceca81f2f Add travis glue to test built package too Kent Fredric 2019-11-20 04:09:17 +13:00
  • 9f9a1cf94c Only strip tests/ in Cargo.toml Kent Fredric 2019-11-20 04:07:04 +13:00
  • 9ab2fd64b9 Tidy up test layout Kent Fredric 2019-11-20 04:04:55 +13:00
  • beab8d66a0 Move "normalization" test data and dependent tests all into tests/ Kent Fredric 2019-11-20 03:57:38 +13:00
  • dc5e3889d7 Merge pull request #46 from messense/master Manish Goregaokar 2019-11-08 19:36:44 -08:00
  • f77c1ee57d Bump smallvec version to 1.0 messense 2019-11-09 11:29:19 +08:00
  • f92794def3 Merge pull request #45 from unicode-rs/bump Sujay Jayakar 2019-11-06 13:32:03 -08:00
  • 832048773d Bump version to 0.1.9 Manish Goregaokar 2019-11-06 07:18:56 -08:00
  • ef4d6a69c6 Merge pull request #42 from trivikr/allow_ellipsis_inclusive_range_patterns Manish Goregaokar 2019-10-13 19:48:38 -07:00
  • e1c602752f Allows ellipsis_inclusive_range_patterns Kamat, Trivikram 2019-10-13 12:42:06 -07:00
  • e4c2de8f43 Merge pull request #37 from raphlinus/master Manish Goregaokar 2019-04-16 11:04:53 -07:00
  • a6db7c0256 Move lookups into own module Raph Levien 2019-04-16 10:56:44 -07:00
  • 4e56dbc9dd One more comment Raph Levien 2019-04-16 10:44:30 -07:00