-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: apple/swift-binary-parsing
base: 0.0.1
head repository: apple/swift-binary-parsing
compare: main
- 15 commits
- 39 files changed
- 4 contributors
Commits on Jul 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 52d6c1e - Browse repository at this point
Copy the full SHA 52d6c1eView commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e550556 - Browse repository at this point
Copy the full SHA e550556View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b5b5c - Browse repository at this point
Copy the full SHA c7b5b5cView commit details -
Provide a link to gh-pages hosted docs (#24)
Swift Package Index is currently building docs in the 6.1 build, which doesn't work for this packge. We can self-host until that changes.
Configuration menu - View commit details
-
Copy full SHA for 79d49a4 - Browse repository at this point
Copy the full SHA 79d49a4View commit details
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 (#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. (#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 (#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 (#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 (#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
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 0.0.1...main