forked from apple/swift-binary-parsing
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: N3v1/swift-binary-parsing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apple/swift-binary-parsing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 37 files changed
- 4 contributors
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 721e859 - Browse repository at this point
Copy the full SHA 721e859View commit details -
Update to latest lifetimes syntax (apple#29)
Moves from `@lifetime` to `@_lifetime` and the `LifetimeDependence` experimental feature to `Lifetimes`.
Configuration menu - View commit details
-
Copy full SHA for 94d3aeb - Browse repository at this point
Copy the full SHA 94d3aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 146a0b6 - Browse repository at this point
Copy the full SHA 146a0b6View commit details
Commits on Sep 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 24ff0d6 - Browse repository at this point
Copy the full SHA 24ff0d6View commit details
Commits on Sep 4, 2025
-
Add parser for LEB128 integers. (apple#31)
* Add parser for LEB128 integers. * Add tests for LEB128 overflow. Fixed overflow check and added a max byte count check.
Configuration menu - View commit details
-
Copy full SHA for e9915c7 - Browse repository at this point
Copy the full SHA e9915c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aacd742 - Browse repository at this point
Copy the full SHA aacd742View commit details
Commits on Sep 8, 2025
-
Don't use the prebuilt swift-syntax binary (apple#33)
The current (see below) version of the binary might be causing compilation issues. This change skips it for now. https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-09-06-a-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Configuration menu - View commit details
-
Copy full SHA for 7c3165b - Browse repository at this point
Copy the full SHA 7c3165bView commit details
Commits on Sep 17, 2025
-
Add
extractingAPIs that reset span bounds (apple#36)This change adds three `ParserSpan.extracting` APIs that yield new `ParserSpan` instances that have their internal span boundaries shrunk to fit, instead of just insetting the boundaries at the `ParserSpan` level. An extracted span can be passed off to a parsing function without worry that an absolute seek will go beyond the visible boundaries of the span.
Configuration menu - View commit details
-
Copy full SHA for 9a61d04 - Browse repository at this point
Copy the full SHA 9a61d04View commit details
Commits on Sep 19, 2025
-
Add parsers for InlineArray (apple#35)
This adds two parsers that produces inline arrays: - a byte-based parser that fills an InlineArray with `UInt8` values - a parser closure-based parser that fills an InlineArray with the results of the parser, called the required number of times.
Configuration menu - View commit details
-
Copy full SHA for 9056f2c - Browse repository at this point
Copy the full SHA 9056f2cView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a09c22b - Browse repository at this point
Copy the full SHA a09c22bView commit details
Commits on Oct 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 13532cf - Browse repository at this point
Copy the full SHA 13532cfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main