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
.
rust-lang
/
stacker
Public
Notifications
You must be signed in to change notification settings
Fork
78
Star
356
Code
Issues
15
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Support panicking and make unsupported platforms a nop
- #5
#5
Closed
oli-obk
wants to merge 12 commits into
rust-lang:master
rust-lang/stacker:master
from
oli-obk:master
oli-obk/stacker:master
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
Support panicking and make unsupported platforms a nop
#5
oli-obk
wants to merge 12 commits into
rust-lang:master
rust-lang/stacker:master
from
oli-obk:master
oli-obk/stacker:master
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2018
Handle panics inside the grown stack
oli-obk
committed
05f08bd
View commit details
Copy full SHA for 05f08bd
Browse repository at this point
Implement nop for unsupported platforms
oli-obk
committed
34859d8
View commit details
Copy full SHA for 34859d8
Browse repository at this point
Mention supported platforms
oli-obk
committed
d6f75d3
View commit details
Copy full SHA for d6f75d3
Browse repository at this point
Properly implement "unsupported target support"
oli-obk
committed
fc16748
View commit details
Copy full SHA for fc16748
Browse repository at this point
Use `AssertUnwindSafe` instead of trait bounds
oli-obk
committed
f321d87
View commit details
Copy full SHA for f321d87
Browse repository at this point
Commits on Nov 3, 2018
Breaking change is no more
oli-obk
committed
93b6cdc
View commit details
Copy full SHA for 93b6cdc
Browse repository at this point
Prefer `Option` over magical "0" stack sizes
oli-obk
committed
39d678c
View commit details
Copy full SHA for 39d678c
Browse repository at this point
Commits on Nov 6, 2018
Properly build fallback code
oli-obk
committed
9f97d52
View commit details
Copy full SHA for 9f97d52
Browse repository at this point
Commits on Nov 7, 2018
Iniline-define the `fallback` module and use proper arguments to the various extern functions
oli-obk
committed
464c387
View commit details
Copy full SHA for 464c387
Browse repository at this point
Commits on Nov 8, 2018
Exponentially grow the stack and never throw away the largest stack even after popping it
oli-obk
committed
30b32ea
View commit details
Copy full SHA for 30b32ea
Browse repository at this point
Commits on Nov 15, 2018
Add non-linux-apple-win fallback
oli-obk
committed
735492c
View commit details
Copy full SHA for 735492c
Browse repository at this point
Also add a test for non-panicking recursion
oli-obk
committed
fadf7dd
View commit details
Copy full SHA for fadf7dd
Browse repository at this point
You can’t perform that action at this time.