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

Merge in the release branches #5109

Closed
wants to merge 19 commits into from

Commits on Feb 15, 2024

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

Commits on May 23, 2024

  1. Update ICU tag to icu4x/2024-05-16/75.x

    hsivonen authored and sffc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fda6594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b7473e View commit details
    Browse the repository at this point in the history
  3. Make UTS 46 normalization non-experimental (unicode-org#4712)

    * Bake ignored/disallow data into the normalization data after all.
    * Make public operations available via a dedicated wrapper type instead
    of the main normalizer types.
    
    Closes unicode-org#2850
    hsivonen authored and sffc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dc7f4f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bb153c View commit details
    Browse the repository at this point in the history
  5. Update the version of icu_properties_data

    hsivonen authored and sffc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a34f3fc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jun 6, 2024

  1. fix: assert >= 14 on num days not given day (unicode-org#4986)

    The assert was probably meant to ensure the complete year has at least
    14 days, and not that the given day is at least the 14th day of the year
    
    Fixes: unicode-org#4977
    (cherry picked from commit e83fd9b)
    iyzana authored and sffc committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    126c927 View commit details
    Browse the repository at this point in the history
  2. Add 1.5.x changelog (unicode-org#5004)

    unicode-org#4977
    (cherry picked from commit fe96085)
    sffc committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c892e80 View commit details
    Browse the repository at this point in the history
  3. Fix Japanese calendar year 0 (unicode-org#5006)

    Fixes unicode-org#4968
    
    I'd like to make a release for this one because it's a one-line change
    and we're already working on a patch release.
    
    (cherry picked from commit ad65b6d)
    sffc committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a9186ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8510660 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. twox-hash is a dep of zerovec so it should be no_std (unicode-org#5007)

    Fixes size regression noted by @zbraniecki
    
    (cherry picked from commit 9d7c332)
    sffc committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    16da579 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    sffc committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    21e7a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Enforce C,packed, not just packed, on ULE types (unicode-org#5049)

    Fixes unicode-org#5039
    
    Caused by rust-lang/rust#125360. We were
    assuming that `packed` meant `C, packed` already. This is an assumption
    I've seen throughout the Rust ecosystem so there may be reasons to
    revert.
    Manishearth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca195f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    e1193d0 View commit details
    Browse the repository at this point in the history
  2. Uplift repr(packed) fix to 1.4 (unicode-org#5080)

    Uplifts unicode-org#5049 to 1.4.x
    
    Not strictly necessary as per policy, but might be nice to do anyway?
    Manishearth authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    694553a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52868f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1c430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c8723 View commit details
    Browse the repository at this point in the history