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
mir.rs
on
mega-loop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2026
feat: mega-loop — comprehensive language + runtime improvements
Show description for a0b767b
dporkka
committed
a0b767b
View commit details
Copy full SHA for a0b767b
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
feat(vm): effect monomorphization — PerformDirect bytecode for statically-resolved handlers
dporkka
committed
a9a72f5
View commit details
Copy full SHA for a9a72f5
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
refactor: extract AI runtime from core VM into PerformAsync + nulang-ai crate
Show description for c93f630
dporkka
committed
c93f630
View commit details
Copy full SHA for c93f630
View code at this point
Browse repository at this point
feat(vm): add generic PerformAsync opcode replacing LlmAsk
Show description for 487d41d
dporkka
committed
487d41d
View commit details
Copy full SHA for 487d41d
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: mailbox skip-buffer, Perform fast path, receive pattern matching
Show description for cae64ef
dporkka
committed
cae64ef
View commit details
Copy full SHA for cae64ef
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
feat: add --backend native (AOT via Cranelift) with typed MIR metadata
Show description for 8f40ff9
dporkka
committed
8f40ff9
View commit details
Copy full SHA for 8f40ff9
View code at this point
Browse repository at this point
feat: add string concatenation via + operator and StrConcat MIR rvalue
Show description for 8f4a9df
dporkka
committed
8f4a9df
View commit details
Copy full SHA for 8f4a9df
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
feat: BEAM Phase 1 actor primitives + behavior-internal send/spawn
Show description for 6b74d73
dporkka
committed
6b74d73
View commit details
Copy full SHA for 6b74d73
View code at this point
Browse repository at this point
Close remaining language/runtime gaps
Show description for 1edd01b
dporkka
committed
1edd01b
View commit details
Copy full SHA for 1edd01b
View code at this point
Browse repository at this point
fix: non-resuming handlers, drop fusion, op-qualified dispatch, FMod, standalone IO
Show description for f91bd67
dporkka
committed
f91bd67
View commit details
Copy full SHA for f91bd67
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
feat: actor-heap reclamation, growable heaps, lineariso enforcement
Show description for a7166ec
dporkka
committed
a7166ec
View commit details
Copy full SHA for a7166ec
View code at this point
Browse repository at this point
Commits on Jul 11, 2026
feat: selective receive pattern matching
Show description for 03e1626
dporkka
committed
03e1626
View commit details
Copy full SHA for 03e1626
View code at this point
Browse repository at this point
feat: non-blocking LLM.ask actor suspension; wire receive through MIR; fix reduction fairness
Show description for 7616b48
dporkka
committed
7616b48
View commit details
Copy full SHA for 7616b48
View code at this point
Browse repository at this point
Extend test coverage to 856 tests (77 new) across 12 source files
Show description for 3672b79
dporkka
committed
3672b79
View commit details
Copy full SHA for 3672b79
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
fix: address the six remaining lower-severity code-review findings
Show description for 6f393eb
claude
committed
6f393eb
View commit details
Copy full SHA for 6f393eb
View code at this point
Browse repository at this point
feat: lower parallel workflow branches and tooled agents in the HIR/MIR pipeline
Show description for 464d2ac
claude
committed
464d2ac
View commit details
Copy full SHA for 464d2ac
View code at this point
Browse repository at this point
feat: lower sequential workflows and tool-less agents in the HIR/MIR pipeline
Show description for d376f8b
claude
committed
d376f8b
View commit details
Copy full SHA for d376f8b
View code at this point
Browse repository at this point
feat: lower plain actor declarations in the HIR/MIR pipeline
Show description for e9010ad
claude
committed
e9010ad
View commit details
Copy full SHA for e9010ad
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
feat: rewrite the HIR/MIR pipeline for correctness and coverage
Show description for 91afad2
claude
committed
91afad2
View commit details
Copy full SHA for 91afad2
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
feat: durable workflow runtime MVP (v0.8)
Show description for da29def
dporkka
committed
da29def
View commit details
Copy full SHA for da29def
View code at this point
Browse repository at this point
v0.2: add typed HIR -> MIR -> bytecode compiler pipeline
Show description for 5541214
dporkka
committed
5541214
View commit details
Copy full SHA for 5541214
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.