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

Add TimeZoneIdMapper to icu_timezone #4774

Merged
merged 35 commits into from
May 23, 2024
Merged

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    1532c70 View commit details
    Browse the repository at this point in the history
  2. Add new TimeZoneIdMapper type

    sffc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f4845a9 View commit details
    Browse the repository at this point in the history
  3. Add test in datagen

    sffc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4f3bbb4 View commit details
    Browse the repository at this point in the history
  4. fmt

    sffc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1dfdc26 View commit details
    Browse the repository at this point in the history
  5. features

    sffc committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4ea5be8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60316b3 View commit details
    Browse the repository at this point in the history
  7. Update ids.rs

    sffc authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    90824c9 View commit details
    Browse the repository at this point in the history
  8. Update ids.rs

    sffc authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    107173c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Reduce allocations and DRY

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4b2516a View commit details
    Browse the repository at this point in the history
  2. Update utils/zerotrie/src/cursor.rs

    Co-authored-by: Robert Bastian <4706271+robertbastian@users.noreply.github.com>
    sffc and robertbastian authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bf11327 View commit details
    Browse the repository at this point in the history
  3. Update components/timezone/src/ids.rs

    Co-authored-by: Robert Bastian <4706271+robertbastian@users.noreply.github.com>
    sffc and robertbastian authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8886642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bc044 View commit details
    Browse the repository at this point in the history
  5. impl Deref for TimeZoneBcp47Id

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    87f339c View commit details
    Browse the repository at this point in the history
  6. Safety

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    66355bb View commit details
    Browse the repository at this point in the history
  7. Apply bf11327 to call site

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3da0592 View commit details
    Browse the repository at this point in the history
  8. Return NormalizedIana

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8fab067 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28ee49b View commit details
    Browse the repository at this point in the history
  10. Deprecate and add FFI

    sffc committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2d879c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. FFI fixes

    sffc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8629048 View commit details
    Browse the repository at this point in the history
  2. Update public docs and things

    sffc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4310f68 View commit details
    Browse the repository at this point in the history
  3. features

    sffc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7a59526 View commit details
    Browse the repository at this point in the history
  4. clippy, fmt

    sffc committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8985f9f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    69f337d View commit details
    Browse the repository at this point in the history
  2. Add constructor Diplomat attr

    sffc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    92f4e7e View commit details
    Browse the repository at this point in the history
  3. impl Default

    sffc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fe60770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c817256 View commit details
    Browse the repository at this point in the history
  5. Line length

    sffc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4692100 View commit details
    Browse the repository at this point in the history
  6. rm NormalizedIana

    sffc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2647dcd View commit details
    Browse the repository at this point in the history
  7. fmt

    sffc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4e9d5ee View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

    sffc committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    33015b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Review feedback

    sffc authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    50f5b1e View commit details
    Browse the repository at this point in the history
  2. fmt

    sffc authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    63d5b8b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

    sffc committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c74ce44 View commit details
    Browse the repository at this point in the history