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 }}
tinygo-org
/
tinygo
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
17.8k
Code
Issues
425
Pull requests
111
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
compiler, runtime: support pretty much all panic/recover functionality
- #5438
#5438
Merged
deadprogram
merged 8 commits into
tinygo-org:dev
tinygo-org/tinygo:dev
from
jakebailey:fix-3449
jakebailey/tinygo:fix-3449
Copy head branch name to clipboard
Jun 4, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
compiler, runtime: support pretty much all panic/recover functionality
#5438
deadprogram
merged 8 commits into
tinygo-org:dev
tinygo-org/tinygo:dev
from
jakebailey:fix-3449
jakebailey/tinygo:fix-3449
Copy head branch name to clipboard
Commits
Commits on Jun 1, 2026
compiler: store defer list head in defer frame
jakebailey
committed
1219ed2
View commit details
Copy full SHA for 1219ed2
Browse repository at this point
compiler, runtime: make runtime panics recoverable
Show description for 4438a03
jakebailey
committed
4438a03
View commit details
Copy full SHA for 4438a03
Browse repository at this point
compiler: make map and channel panics recoverable
Show description for aabb270
jakebailey
committed
aabb270
View commit details
Copy full SHA for aabb270
Browse repository at this point
runtime: make divide-by-zero and nil dereference panics recoverable
Show description for 62fcd96
jakebailey
committed
62fcd96
View commit details
Copy full SHA for 62fcd96
Browse repository at this point
runtime: add Windows vectored exception handler for recoverable panics
Show description for c014977
jakebailey
committed
c014977
View commit details
Copy full SHA for c014977
Browse repository at this point
GNUmakefile: update stdlib test package lists
Show description for 8367716
jakebailey
committed
8367716
View commit details
Copy full SHA for 8367716
Browse repository at this point
compiler: share recoverable fault blocks
jakebailey
committed
38e9911
View commit details
Copy full SHA for 38e9911
Browse repository at this point
Commits on Jun 2, 2026
compiler: document defer frame field dependency
jakebailey
committed
f884e19
View commit details
Copy full SHA for f884e19
Browse repository at this point
You can’t perform that action at this time.