Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move collator and normalizer from experimental to components #2058

Merged
merged 34 commits into from
Jul 15, 2022

Commits on Jun 10, 2022

  1. Add ComposingNormalizer for NFC, NFKC, and UTS 46

    Pass normalization conformance tests.
    
    Includes regenerated data that fixes an off-by-one error at the decomposition table supplement boundary.
    
    Closes unicode-org#1979
    hsivonen committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    88a1700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7987c7e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    847b812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a18e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adc7279 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    9a79ca4 View commit details
    Browse the repository at this point in the history
  2. Use clippy boilerplate

    hsivonen committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    7d00aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae819ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4b1e04 View commit details
    Browse the repository at this point in the history
  5. Run cargo fmt

    hsivonen committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f2c0cdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ba8af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e29d9cd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Merge branch 'main' into nfc

    hsivonen committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    fe84888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e752839 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into nfc

    hsivonen committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0d79f3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeff798 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge branch 'main' into nfc

    hsivonen committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0822afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df47cfa View commit details
    Browse the repository at this point in the history
  3. Typo fix

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    dfc9540 View commit details
    Browse the repository at this point in the history
  4. Typo fix

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a494612 View commit details
    Browse the repository at this point in the history
  5. Copy edit

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cb499fc View commit details
    Browse the repository at this point in the history
  6. Typo fix

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2b00af4 View commit details
    Browse the repository at this point in the history
  7. Typo fix

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    3c21054 View commit details
    Browse the repository at this point in the history
  8. Copypaste fix

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e9b1324 View commit details
    Browse the repository at this point in the history
  9. Leading zeros in escapes

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f2870ff View commit details
    Browse the repository at this point in the history
  10. Leading zeros in escapes

    Co-authored-by: Elango <elango@unicode.org>
    hsivonen and echeran authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    90986ed View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into nfc

    hsivonen committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    968bea0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee2eaa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    9928a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cac38b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c0e49 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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