Commit Graph

  • e2ce29b79a !3 告警与遗留问题文件补充 Merge pull request !3 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 monthly_20230815 OpenHarmony-4.0-Release OpenHarmony-4.0-Beta2 OpenHarmony-4.0-Beta1 openharmony_ci 2023-05-09 11:13:48 +00:00
  • a9a205467d 告警与遗留问题文件补充 peizhe 2023-05-08 15:19:45 +08:00
  • b1fcaae094 !2 CI OAT 告警清零与README.OpenSource 中License信息整改 Merge pull request !2 from peizhe/master weekly_20230509 openharmony_ci 2023-05-04 06:59:07 +00:00
  • 9551512623 CI OAT 告警清零与README.OpenSource 中License信息整改 peizhe 2023-04-25 16:25:27 +08:00
  • 0ded1733d1 !1 [encoding_rs]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:45 +00:00
  • e5e3c76a69 Add GN Build Files and Custom Modifications peizhe 2023-04-18 13:20:05 +08:00
  • 2d70a38f70 Increment version number to 0.8.32. github.com/hsivonen/encoding_rs/refs/tags/v0.8.32 Henri Sivonen 2023-02-01 18:21:41 +02:00
  • 21f07b46c1 Update README for 0.8.32. Henri Sivonen 2023-02-01 18:15:52 +02:00
  • b0351cca8b Update docs about C++ wrappers Henri Sivonen 2022-10-15 12:46:04 +03:00
  • 8895f20d70 Link to icu_normalizer instead of unic-normal Henri Sivonen 2022-10-15 12:42:10 +03:00
  • b3c31ad6a4 Oxford comma Henri Sivonen 2022-10-15 12:36:39 +03:00
  • 6204510694 Emphasis for "Note:" for consistency again Henri Sivonen 2022-10-15 12:35:26 +03:00
  • da6ac6f77b Emphasis for "Note:" for consistency Henri Sivonen 2022-10-15 12:34:51 +03:00
  • 8966edb60b Add remarks about the purpose of the output encoding concept Henri Sivonen 2022-10-15 12:23:39 +03:00
  • 0c63acda9b Add more clarity around the BOM in the docs Henri Sivonen 2022-10-15 12:20:17 +03:00
  • 7e4468ca2d Try to draw more attention to the output encoding concept in docs Henri Sivonen 2022-10-15 12:01:19 +03:00
  • 62c706a570 Remove unsafe from likely/unlikely Mike Hommey 2022-08-10 09:45:45 +09:00
  • d9942942da Use packed_simd::IntoBits instead of FromBits Mike Hommey 2022-08-10 09:35:55 +09:00
  • 898a31fc24 Remove build script Mike Hommey 2022-08-10 08:57:25 +09:00
  • 83fc67bfc5 Increment version number to 0.8.31. Henri Sivonen 2021-12-09 14:52:14 +02:00
  • 727a487ab0 Use SPDX with parentheses in metadata. Henri Sivonen 2021-12-09 14:51:05 +02:00
  • 5ef024cdaa Add the cargo deny clarification to the README. Henri Sivonen 2021-12-09 14:36:11 +02:00
  • e747be02f9 Increment the version number to 0.8.30. Henri Sivonen 2021-12-08 11:58:06 +02:00
  • df9cc2eaf5 Make the start of the README more informative per feedback from Lars Wirzenius. Henri Sivonen 2021-12-08 11:55:34 +02:00
  • 91b97a1902 Update docs and metadata for the WHATWG license change. Henri Sivonen 2021-12-08 11:48:54 +02:00
  • 174eabd294 Run cargo fmt Henri Sivonen 2021-12-08 10:59:44 +02:00
  • 50b133fa90 docs: add doc test for Encoding::for_label ede1998 2021-11-12 17:57:28 +01:00
  • 031e8637e2 Increment version number to 0.8.29. Henri Sivonen 2021-10-17 19:51:00 +03:00
  • adeeffa5fa Make the parts that use an allocator optional. Henri Sivonen 2021-10-17 19:50:35 +03:00
  • 41dde2ae8c Fix crates.io badge Alex Touchet 2021-09-03 13:06:45 -07:00
  • 7e2b164e81 chore: add new labels Luca Casonato 2021-06-04 18:13:15 +02:00
  • 9cd465716d str_latin1_up_to: Use unwrap_or_else to only call len when necessary Arne Janbu 2021-03-13 23:01:44 +01:00
  • 128634434a Increment version number to 0.8.28. Henri Sivonen 2021-02-04 16:04:15 +02:00
  • 0a4d6ce8b3 Fix Serde support after no_std support. Henri Sivonen 2021-02-04 15:44:11 +02:00
  • e00988bf88 Increment version number to 0.8.27. Henri Sivonen 2021-02-04 13:33:26 +02:00
  • 34ec45c80e Update MSRV section and roadmap in the README. Henri Sivonen 2021-02-04 13:30:34 +02:00
  • 86fb957b7b Run cargo fmt. Henri Sivonen 2021-02-04 13:12:18 +02:00
  • f7c36cb2c1 Document the no_std support. Henri Sivonen 2021-02-04 13:11:36 +02:00
  • 2131cee370 Fix use of Vec in tests for simd_funcs.rs. Henri Sivonen 2021-02-04 13:07:19 +02:00
  • e5ed9aee5a Make crate no_std compatible (#66) Felix M. Schütt 2021-02-04 12:01:18 +01:00
  • ea75fefb77 ci: test simd-accel feature Andrew Gallant 2020-11-02 09:50:20 -05:00
  • 1b026d491d Increment version number to 0.8.26. Henri Sivonen 2020-11-02 16:25:09 +02:00
  • def44a4b34 Run cargo fmt. Henri Sivonen 2020-11-02 16:22:31 +02:00
  • 00dac8993d Remove unused label. Henri Sivonen 2020-11-02 16:21:54 +02:00
  • d37917f971 Fix failures in edition 2018 migration when simd-accel is enabled. Henri Sivonen 2020-11-02 16:20:29 +02:00
  • 3dbf4d1814 Increment version number to 0.8.25. Henri Sivonen 2020-11-02 09:50:48 +02:00
  • 179c5d124d Update to edition 2018. Henri Sivonen 2020-11-02 09:43:19 +02:00
  • 54137e21d0 Update MSRV documentation. Henri Sivonen 2020-11-02 09:36:58 +02:00
  • fe031de987 Remove warnings about unused loop labels Joshua Nelson 2020-10-16 10:18:40 -04:00
  • 97261b5516 Use MaybeUninit instead of mem::uninitialized Joshua Nelson 2020-10-16 10:17:41 -04:00
  • 79347dc0ee Fix 'range patterns are deprecated' warning Joshua Nelson 2020-10-16 10:13:30 -04:00
  • 44e3381b80 Update cfg-if to 1.0 Joshua Nelson 2020-10-16 10:22:14 -04:00
  • 5d8a54591f Undo accidental Cargo.toml rollback. Henri Sivonen 2020-11-02 09:29:37 +02:00
  • b99aa60db7 Adjust README. Henri Sivonen 2020-11-02 09:26:31 +02:00
  • 8f76bfe675 Use packed_simd_2 Jens Reidel 2020-10-01 17:32:07 +02:00
  • a37c47a54a fix cargo miri flag passing Ralf Jung 2020-09-21 12:22:56 +02:00
  • b5a04264bf CI: run tests in Miri Ralf Jung 2020-08-29 12:51:22 +02:00
  • 9eb726fd6d adjust code generation to make tests bail out early in Miri Ralf Jung 2020-08-26 11:10:47 +02:00
  • 76c10b756d adjust tests to Miri Ralf Jung 2020-08-25 11:53:03 +02:00
  • 1676109b08 more wrapping arithmetic in ascii.rs Ralf Jung 2020-08-24 14:10:49 +02:00
  • 322ae2e0e5 fix OOB arithmetic in ASCII encoding Ralf Jung 2020-08-24 12:39:16 +02:00
  • 1ef7d5896f Link to oem_cp from CONTRIBUTING.md. Henri Sivonen 2020-08-24 13:21:52 +03:00
  • ab1a2d2136 Link to the oem_cp crate. Henri Sivonen 2020-08-24 13:19:38 +03:00
  • 5146c23f2c Increment version number to 0.8.24. Henri Sivonen 2020-08-24 11:14:36 +03:00
  • fecae29389 Document version 0.8.24 in the README. Henri Sivonen 2020-08-24 11:09:44 +03:00
  • 08a1a7ea9f Fixed UB flagged by Miri. Yoshiki Takashima 2020-08-23 10:19:27 -04:00
  • 8e3eee590e Increment version number to 0.8.23. Henri Sivonen 2020-05-13 10:08:36 +03:00
  • 753239ecb1 Use valid SPDX in the license field. Henri Sivonen 2020-05-13 09:48:43 +03:00
  • adcb9b3004 Remove year from copyright notices. Henri Sivonen 2020-05-13 09:47:28 +03:00
  • e51f4d7c79 Increment version number to 0.8.22. Henri Sivonen 2019-12-19 14:33:14 +02:00
  • ea3b8412d4 Add test for fixed bug and run rustfmt. Henri Sivonen 2019-12-18 13:41:18 +02:00
  • 09eafc3ab8 Increment version number to 0.8.21. Henri Sivonen 2019-12-18 13:35:11 +02:00
  • 81ae6b8ec3 Add release note for bug fix. Henri Sivonen 2019-12-18 13:27:20 +02:00
  • e9251e1fc1 In UTF-16[BE|LE] decoder with last=true, check space without intent to write if the decoder has pending state. Henri Sivonen 2019-12-18 13:21:37 +02:00
  • 97783761aa Delete irrelevant comment copypaste. Henri Sivonen 2019-10-04 09:15:42 +03:00
  • 45a049af5d Delete obsolete comment. Henri Sivonen 2019-10-04 09:13:21 +03:00
  • 05d2464909 Stop testing minimum supported Rust version, because semver-compatible dependencies are no longer compatible with minimum Rust. Henri Sivonen 2019-09-16 17:03:23 +03:00
  • 3a4b0988d1 Fix typos in docs. Henri Sivonen 2019-09-16 14:38:17 +03:00
  • 4a3b6b3015 Increment the version number to 0.8.20. Henri Sivonen 2019-09-16 14:27:00 +03:00
  • c3eb642cdf Make semantics of latin1_byte_compatible_up_to actually useful. Henri Sivonen 2019-09-16 14:25:25 +03:00
  • 13f2d9688b Increment the version number to 0.8.19. Henri Sivonen 2019-09-06 13:06:42 +03:00
  • f64b0040fd Add mem::convert_utf8_to_utf16_without_replacement. Henri Sivonen 2019-09-06 13:04:18 +03:00
  • 6345083a59 cargo fmt Henri Sivonen 2019-09-06 12:01:25 +03:00
  • d322e7679b Link to encoding_c_mem. Henri Sivonen 2019-09-06 12:01:14 +03:00
  • 7bb229ff3f Fix wrong UTF name in internal function naming. Henri Sivonen 2019-09-06 11:56:20 +03:00
  • cc6dacda5b Removed a bunch of bound checks in convert_str_to_utf16. Henri Sivonen 2019-09-06 11:54:15 +03:00
  • 85bb3c70a0 Increment the version number to 0.8.18. Henri Sivonen 2019-09-05 17:46:00 +03:00
  • 2d78db66c8 Adjust bogus documentation. Henri Sivonen 2019-09-05 15:23:18 +03:00
  • 9e1c91adbb Fix typo in doc comment. Henri Sivonen 2019-09-05 14:47:23 +03:00
  • 1dfeac8edc Add Decoder::latin1_byte_compatible_up_to. Henri Sivonen 2019-09-05 10:25:48 +03:00
  • ec7d1107bd Add mem::utf8_latin1_up_to and mem::str_latin1_up_to. Henri Sivonen 2019-09-05 10:23:10 +03:00
  • 840f7f6164 Adjust documentation to say "scalar value" instead of "code point". Henri Sivonen 2019-08-06 10:29:13 +03:00
  • 9b14a0bf76 Document how to minimize unmappables when using the encoders. Henri Sivonen 2019-05-21 12:06:27 +03:00
  • 05c65ea427 Increment the version number to 0.8.17. Henri Sivonen 2019-02-26 14:58:21 +02:00
  • 8d4f23a6e9 Remove obsolete argument from bincode::serialize(). Henri Sivonen 2019-02-26 15:06:26 +02:00
  • e617ffd5e8 Change bincode version requirement to 1.0. Henri Sivonen 2019-02-26 14:55:01 +02:00
  • 8eb5b7168b Increment the version number to 0.8.16. Henri Sivonen 2019-02-07 21:33:06 +02:00
  • 85076e4bd8 Update to packed_simd 0.3.3 to make sure the improvements to NEON support are used. Henri Sivonen 2019-02-07 14:25:18 +02:00
  • 54cf6eb37d Comment build.rs to explain why having it on crates.io is harmless. Henri Sivonen 2019-02-05 14:57:01 +02:00
  • 0e2a56fc3d Merge changes from the trunk into packed_simd. Henri Sivonen 2019-02-05 14:48:15 +02:00