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
package
on
next-phase
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 31, 2026
feat(package): record git commit hash in lockfile and re-fetch on mismatch
Show description for b303d23
dporkka
committed
b303d23
View commit details
Copy full SHA for b303d23
View code at this point
Browse repository at this point
fix(lib-template): add missing src/main.nula entry point
Show description for 991c8af
dporkka
committed
991c8af
View commit details
Copy full SHA for 991c8af
View code at this point
Browse repository at this point
feat(nula): add test --watch mode
Show description for 97bfb09
dporkka
committed
97bfb09
View commit details
Copy full SHA for 97bfb09
View code at this point
Browse repository at this point
feat: helpful dot-import error + per-function test reporting
Show description for 473c8c9
dporkka
committed
473c8c9
View commit details
Copy full SHA for 473c8c9
View code at this point
Browse repository at this point
feat: improve CLI template and add 'full' template
Show description for 6da1695
dporkka
committed
6da1695
View commit details
Copy full SHA for 6da1695
View code at this point
Browse repository at this point
feat(nula): add --template flag to nula new
Show description for 3ecca36
dporkka
committed
3ecca36
View commit details
Copy full SHA for 3ecca36
View code at this point
Browse repository at this point
feat: nula test --verbose flag + docs: list function polymorphism
Show description for f04a92e
dporkka
committed
f04a92e
View commit details
Copy full SHA for f04a92e
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
style: cargo fmt import ordering in commands.rs
dporkka
committed
d293596
View commit details
Copy full SHA for d293596
View code at this point
Browse repository at this point
feat: add nula doc subcommand for package documentation
Show description for 58c2aec
dporkka
committed
58c2aec
View commit details
Copy full SHA for 58c2aec
View code at this point
Browse repository at this point
feat: Test effect + nula test runner with assertion primitives
Show description for 200424c
dporkka
committed
200424c
View commit details
Copy full SHA for 200424c
View code at this point
Browse repository at this point
fix(tests): fix 3 CWD-dependent test failures
Show description for a903a85
dporkka
committed
a903a85
View commit details
Copy full SHA for a903a85
View code at this point
Browse repository at this point
feat(nula): add 'add', 'remove', and 'run --watch' subcommands
Show description for f863ee8
dporkka
committed
f863ee8
View commit details
Copy full SHA for f863ee8
View code at this point
Browse repository at this point
feat: DX improvements — stdlib modules, package manager commands, REPL enhancements, structured errors; fix let-chain stack overflow
dporkka
committed
0e8fd58
View commit details
Copy full SHA for 0e8fd58
View code at this point
Browse repository at this point
fix: resolve all delimiter/syntax errors across typechecker and parser
Show description for c4a00ea
dporkka
committed
c4a00ea
View commit details
Copy full SHA for c4a00ea
View code at this point
Browse repository at this point
feat: error handling improvements, LSP enhancements, stdlib expansion
Show description for b1c704c
dporkka
committed
b1c704c
View commit details
Copy full SHA for b1c704c
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: SPEC2.md review, CLI fixes, error display, 100-year RFC
Show description for 762dd30
dporkka
committed
762dd30
View commit details
Copy full SHA for 762dd30
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
feat: DX improvements — error spans, crash fixes, CLI ergonomics, better messages
Show description for 349a102
dporkka
committed
349a102
View commit details
Copy full SHA for 349a102
View code at this point
Browse repository at this point
test: extend coverage across WASM, AOT, JIT, package, and runtime subsystems
Show description for 5babf19
dporkka
committed
5babf19
View commit details
Copy full SHA for 5babf19
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
ci: enforce zero warnings, fix clippy lints, add release build
Show description for 5f6006f
dporkka
committed
5f6006f
View commit details
Copy full SHA for 5f6006f
View code at this point
Browse repository at this point
feat: 200-year longevity roadmap — format versioning, governance, .nbc, Provider effect, backend traits, content-addressed modules, grammar
Show description for be0ef48
dporkka
committed
be0ef48
View commit details
Copy full SHA for be0ef48
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
feat: WASM backend + Wasmtime runtime with guard pages, inlining, SIMD, AOT
Show description for eb4abe9
dporkka
committed
eb4abe9
View commit details
Copy full SHA for eb4abe9
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Standardize source file extension on .nula
Show description for 5a514df
dporkka
committed
5a514df
View commit details
Copy full SHA for 5a514df
View code at this point
Browse repository at this point
Implement recommended follow-ups: workflow queries, package manager, docgen, stdlib
Show description for f990e5d
dporkka
committed
f990e5d
View commit details
Copy full SHA for f990e5d
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.