Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ghzhost
/
nulang
Public
forked from
nulang-org/nulang
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nulang
src
fuzz.rs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 11, 2026
fix: AOT backend recursive function return type inference
Show description for eb7fca8
dporkka
committed
eb7fca8
View commit details
Copy full SHA for eb7fca8
View code at this point
Browse repository at this point
fix: AOT backend recursive function return type inference
Show description for 6e3d51b
dporkka
committed
6e3d51b
View commit details
Copy full SHA for 6e3d51b
View code at this point
Browse repository at this point
fix(wasm,lexer): fuzzer-driven WASM gaps + loop seeds
Show description for 1431845
dporkka
committed
1431845
View commit details
Copy full SHA for 1431845
View code at this point
Browse repository at this point
fix(fuzz): bound infinite-loop mutants so the differential fuzzer cannot hang
Show description for 956b245
dporkka
committed
956b245
View commit details
Copy full SHA for 956b245
View code at this point
Browse repository at this point
fix(aot/jit/wasm): cross-backend arithmetic divergences from extended fuzzer
Show description for 53e89da
dporkka
committed
53e89da
View commit details
Copy full SHA for 53e89da
View code at this point
Browse repository at this point
test(fuzz): expand differential corpus with nested structures and edge cases
Show description for 533da5a
dporkka
committed
533da5a
View commit details
Copy full SHA for 533da5a
View code at this point
Browse repository at this point
fix(wasm): bounds-check array loads (OOB/negative index → nil)
Show description for f1f00a8
dporkka
committed
f1f00a8
View commit details
Copy full SHA for f1f00a8
View code at this point
Browse repository at this point
fix(wasm): float unary negation (flip IEEE sign bit, not the payload sign)
Show description for 5b0ad7a
dporkka
committed
5b0ad7a
View commit details
Copy full SHA for 5b0ad7a
View code at this point
Browse repository at this point
fix(aot,wasm): library modules (no entry expression) run to nil
Show description for e30af9b
dporkka
committed
e30af9b
View commit details
Copy full SHA for e30af9b
View code at this point
Browse repository at this point
fix(wasm): float division by zero must return nil (not inf)
Show description for 0606b60
dporkka
committed
0606b60
View commit details
Copy full SHA for 0606b60
View code at this point
Browse repository at this point
fix(aot): div-by-zero must return nil (not trap); exclude nil ops from unboxed
Show description for a3cdb25
dporkka
committed
a3cdb25
View commit details
Copy full SHA for a3cdb25
View code at this point
Browse repository at this point
fix(aot,wasm): boxed array indexing and WASM float arithmetic
Show description for 26c417b
dporkka
committed
26c417b
View commit details
Copy full SHA for 26c417b
View code at this point
Browse repository at this point
feat(wasm): records, tuples, and integer exponentiation
Show description for 7cd450b
dporkka
committed
7cd450b
View commit details
Copy full SHA for 7cd450b
View code at this point
Browse repository at this point
feat(wasm): string content equality (StringEq) via host str_eq helper
Show description for 2658d23
dporkka
committed
2658d23
View commit details
Copy full SHA for 2658d23
View code at this point
Browse repository at this point
Commits on Aug 8, 2026
feat: seed CapContext from function/behavior parameter capabilities
Show description for d7e3443
dporkka
committed
d7e3443
View commit details
Copy full SHA for d7e3443
View code at this point
Browse repository at this point
feat: add Param struct and capability annotations on parameters
Show description for 9217204
dporkka
committed
9217204
View commit details
Copy full SHA for 9217204
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
feat(ci): scheduled nightly differential fuzzing at 10^6 iterations/day
Show description for e7383b2
dporkka
committed
e7383b2
View commit details
Copy full SHA for e7383b2
View code at this point
Browse repository at this point
feat(fuzz): differential execution fuzzing (interpreter vs JIT vs AOT)
Show description for 46c71c6
dporkka
committed
46c71c6
View commit details
Copy full SHA for 46c71c6
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
style: apply rustfmt to entire codebase
Show description for c4a3fd5
dporkka
committed
c4a3fd5
View commit details
Copy full SHA for c4a3fd5
View code at this point
Browse repository at this point
fix: lexer block comment panic, LSP diagnostic range, arity errors
Show description for 94ccf3a
dporkka
committed
94ccf3a
View commit details
Copy full SHA for 94ccf3a
View code at this point
Browse repository at this point
feat(fuzz): add mutation-based typechecker fuzzer
Show description for e14c7ea
dporkka
committed
e14c7ea
View commit details
Copy full SHA for e14c7ea
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.