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: Cysharp/Utf8StringInterpolation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.1
Choose a base ref
...
head repository: Cysharp/Utf8StringInterpolation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.2
Choose a head ref
  • 18 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 15, 2023

  1. Update README.md

    neuecc authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b9cab9b View commit details
    Browse the repository at this point in the history
  2. re use slice

    SimonCropp committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    44432db View commit details
    Browse the repository at this point in the history
  3. Update Utf8StringWriter.cs

    SimonCropp committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8963319 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4248311 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Merge pull request #11 from SimonCropp/re-use-slice

    re use slice
    neuecc authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    bcdab31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from SimonCropp/remove-some-redundant-assignments

    remove some redundant assignments
    neuecc authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    25c2f3f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Mar 26, 2024

  1. Merge pull request #15 from Cysharp/feature/new_release

    ci: Cysharp/Actions/.github/workflows/create-release.yaml
    neuecc authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b2078f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    a6108da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f77a1c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from Cysharp/feature/artifact

    ci: change upload-artifact & download-artifact to Cysharp/Actions
    guitarrapc authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2af1d03 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e882c23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from Cysharp/ci/dependabot

    ci: add depndabot.yaml to update github-actions
    guitarrapc authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d2e5842 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    c26776a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e553d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e395c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Merge pull request #21 from nogic1008/perf/nullable

    perf: use `Nullable<T>.GetValueOrDefault()` instead of `Nullable<T>.Value`
    neuecc authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    96d8ca9 View commit details
    Browse the repository at this point in the history
Loading