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

implementing hashtags per UAX31 standard #40

Merged
merged 30 commits into from
Aug 24, 2023
Merged

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    6fe3f97 View commit details
    Browse the repository at this point in the history
  2. upgrade rust-toolchain

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2363fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5c25c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aba508 View commit details
    Browse the repository at this point in the history
  5. fixes

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3208d29 View commit details
    Browse the repository at this point in the history
  6. using lazy_static

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    63ce1e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc261d5 View commit details
    Browse the repository at this point in the history
  8. no lazy_static

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    161417f View commit details
    Browse the repository at this point in the history
  9. good formatting

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e117b66 View commit details
    Browse the repository at this point in the history
  10. more rusty

    farooqkz committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f55ba99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7156b02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4eef3a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. remove unused deps

    farooqkz committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c75bb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885a409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535f3b6 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    farooqkz committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8326dd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    090f160 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix formatting

    farooqkz committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    63f5298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446d2f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. make clippy happy

    farooqkz committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2894d8a View commit details
    Browse the repository at this point in the history
  2. correct tests

    farooqkz committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    7b3bda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8888c0f View commit details
    Browse the repository at this point in the history
  4. fix lifetime thingie

    farooqkz committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    edf5fba View commit details
    Browse the repository at this point in the history
  5. roper formatting

    farooqkz committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    40b20e5 View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG

    farooqkz committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    64c9c18 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. correct texts

    farooqkz committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b142c78 View commit details
    Browse the repository at this point in the history
  2. let's make clippy happy!

    farooqkz committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d785d85 View commit details
    Browse the repository at this point in the history
  3. move unit tests into source code

    add 2 more unit tests
    add space to early exit
    Simon-Laux committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    96f4201 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add script to extract hashtag content char ranges and a commment refe…

    …rencing to UCD and the script
    farooqkz committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bc1464a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Simon-Laux committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9d81945 View commit details
    Browse the repository at this point in the history