Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unicode-rs/unicode-width
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f444a31
Choose a base ref
...
head repository: unicode-rs/unicode-width
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8942487
Choose a head ref
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 17, 2023

  1. Use Iterator::sum() instead of fold()

    This simplifies the code a tiny bit.
    linkmauve authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    78cfe57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from linkmauve/patch-1

    Use Iterator::sum() instead of fold()
    Manishearth authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f5a9b4e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update to Unicode 15.1

    chrisduerr committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a859939 View commit details
    Browse the repository at this point in the history
  2. Create rust.yml

    Manishearth authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8872449 View commit details
    Browse the repository at this point in the history
  3. Fixup script

    Manishearth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    30e33bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from chrisduerr/unicode_15_1

    Update to Unicode 15.1
    Manishearth authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    24651a2 View commit details
    Browse the repository at this point in the history
  5. Add ignore file

    Manishearth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    34fdd6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8942487 View commit details
    Browse the repository at this point in the history
Loading