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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
gengoscript
/
gengo
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: gengoscript/gengo
Actions
All workflows
Workflows
docs
docs
gengo-ci
gengo-ci
gengo-release
gengo-release
Show more workflows...
Management
Caches
Deployments
gengo-ci
gengo-ci
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
ci.yml
will be ignored since log searching is not yet available
511 workflow runs
511 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
chore: run the CI stress lane in the pre-push hook
gengo-ci
#411:
Commit
83d5ccd
pushed by
ganehag
2m 58s
main
main
2m 58s
View workflow file
fix(ci): bound spec/276's live set so it fits the stress preset's 256…
gengo-ci
#410:
Commit
83f51eb
pushed by
ganehag
3m 13s
main
main
3m 13s
View workflow file
chore(#191): gitignore profiling artifacts, shrink verifier stack, do…
gengo-ci
#409:
Commit
f8101fe
pushed by
ganehag
3m 34s
main
main
3m 34s
View workflow file
fix(#193): register for-in's hidden iterator slot so stale locals can…
gengo-ci
#408:
Commit
665c746
pushed by
ganehag
4m 7s
main
main
4m 7s
View workflow file
perf(#186): fuse op budget + trace hook behind a register-local gas c…
gengo-ci
#407:
Commit
c992371
pushed by
ganehag
3m 23s
main
main
3m 23s
View workflow file
fix: WASM runners broken by Runtime growth — stale native caches + st…
gengo-ci
#406:
Commit
ca44a67
pushed by
ganehag
3m 50s
main
main
3m 50s
View workflow file
test: regression test for struct_type.fields compaction tracking
gengo-ci
#405:
Commit
bbdb8bf
pushed by
ganehag
4m 37s
main
main
4m 37s
View workflow file
fix: track struct_type.fields in compaction to prevent heap corruption
gengo-ci
#404:
Commit
4d90d22
pushed by
ganehag
4m 17s
main
main
4m 17s
View workflow file
fix: iv.typ_idx in engine.zig valueToWire (missed in Value resize)
gengo-ci
#403:
Commit
e29a4dd
pushed by
ganehag
4m 17s
main
main
4m 17s
View workflow file
feat: multi-value case in switch — case a, b, c { ... }
gengo-ci
#402:
Commit
4e04221
pushed by
ganehag
4m 30s
main
main
4m 30s
View workflow file
perf(#161): fold adjacent string literal constants at compile time
gengo-ci
#401:
Commit
c4c39bf
pushed by
ganehag
3m 47s
main
main
3m 47s
View workflow file
refactor(#155): unify typed-global and namespace REPL persistence tables
gengo-ci
#400:
Commit
cd40d80
pushed by
ganehag
4m 28s
main
main
4m 28s
View workflow file
refactor(#155): unify REPL persistence into ReplSymEntry table
gengo-ci
#399:
Commit
d5c5422
pushed by
ganehag
4m 19s
main
main
4m 19s
View workflow file
perf(#155): O(1) hash index for type and global-func registry lookups
gengo-ci
#398:
Commit
207bda5
pushed by
ganehag
4m 21s
main
main
4m 21s
View workflow file
refactor(#166): arrayAppend and variantConstruct helpers
gengo-ci
#397:
Commit
229d677
pushed by
ganehag
4m 29s
main
main
4m 29s
View workflow file
refactor(#166): centralize string operations in vm_string.zig
gengo-ci
#396:
Commit
031801b
pushed by
ganehag
4m 41s
main
main
4m 41s
View workflow file
refactor(#166): centralize array operations in vm_array.zig
gengo-ci
#395:
Commit
7992f77
pushed by
ganehag
4m 19s
main
main
4m 19s
View workflow file
refactor: centralize map operations in vm_map — mapGet, mapHas, mapSe…
gengo-ci
#394:
Commit
a5ae9db
pushed by
ganehag
4m 37s
main
main
4m 37s
View workflow file
fix: typed empty-array constructors — name synthesis, reassignment en…
gengo-ci
#393:
Commit
c7f2027
pushed by
ganehag
4m 36s
main
main
4m 36s
View workflow file
fix: hex literals with E/e digits misclassified as float
gengo-ci
#392:
Commit
6d3fbfc
pushed by
ganehag
4m 32s
main
main
4m 32s
View workflow file
refactor: rename engine_load_package → engine_load_bundle for consist…
gengo-ci
#391:
Commit
4687f48
pushed by
ganehag
4m 0s
main
main
4m 0s
View workflow file
feat: package bundles — zip-based module distribution (#48)
gengo-ci
#390:
Commit
a59de70
pushed by
ganehag
4m 20s
main
main
4m 20s
View workflow file
feat: net dial policy — stacked allow/deny rules for cap:net (closes …
gengo-ci
#389:
Commit
51399d4
pushed by
ganehag
4m 32s
main
main
4m 32s
View workflow file
docs: runtime introspection — engine-api.md, C header, TypeScript SDK
gengo-ci
#388:
Commit
be374cd
pushed by
ganehag
4m 34s
main
main
4m 34s
View workflow file
fix: prevent compaction abort and reduce allocation pressure under MQ…
gengo-ci
#387:
Commit
b97e7e6
pushed by
ganehag
4m 14s
main
main
4m 14s
View workflow file
Previous
1
2
3
4
5
6
7
…
20
21
Next
You can’t perform that action at this time.