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: airlift/slice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5
Choose a base ref
...
head repository: airlift/slice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 2, 2026

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

Commits on Feb 3, 2026

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

Commits on Mar 6, 2026

  1. Fix countCodePoints range scan for non-zero offsets

    countCodePoints(Slice, offset, length) mixed absolute and relative
    bounds when chunk-scanning, so non-zero offsets could scan the wrong
    byte window and return incorrect code point counts.
    dain committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    e298c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b90a0c View commit details
    Browse the repository at this point in the history
  3. Fix incorrect Slice.clear implementation

    wendigo authored and dain committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    3e3d342 View commit details
    Browse the repository at this point in the history
  4. Use unchecked operations in DynamicSliceOutput

    Slices.ensureSize already ensures that write won't be out of bounds
    wendigo authored and dain committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    e5c0802 View commit details
    Browse the repository at this point in the history
  5. Vectorize indexOfByte

    wendigo authored and dain committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    324b59f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfc37c5 View commit details
    Browse the repository at this point in the history
  7. Add Slice.lastIndexOf method

    wendigo authored and dain committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    8fa2f14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bae39be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b749d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63947b8 View commit details
    Browse the repository at this point in the history
Loading