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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
vercel-labs
/
scriptc
Public
Notifications
You must be signed in to change notification settings
Fork
125
Star
4.8k
Code
Issues
37
Pull requests
42
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: expand standard library lowerings and add GCC toolchain driver support
- #249
#249
Open
mcpe500
wants to merge 48 commits into
vercel-labs:main
vercel-labs/scriptc:main
from
mcpe500:feat/stdlib-lowerings-and-gcc-support
mcpe500/scriptc:feat/stdlib-lowerings-and-gcc-support
Copy head branch name to clipboard
Conversation
Commits
48
(48)
Checks
Files changed
Open
feat: expand standard library lowerings and add GCC toolchain driver support
#249
mcpe500
wants to merge 48 commits into
vercel-labs:main
vercel-labs/scriptc:main
from
mcpe500:feat/stdlib-lowerings-and-gcc-support
mcpe500/scriptc:feat/stdlib-lowerings-and-gcc-support
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2026
feat: implement full standard library lowerings and gcc toolchain driver support
mcpe500
committed
191c4ad
View commit details
Copy full SHA for 191c4ad
Browse repository at this point
Merge remote-tracking branch 'origin/main'
mcpe500
committed
f2412f7
View commit details
Copy full SHA for f2412f7
Browse repository at this point
fix: preserve Array.isArray computed side effects and support Date in LLVM union arms
mcpe500
committed
182d402
View commit details
Copy full SHA for 182d402
Browse repository at this point
feat: implement core stdlib lowerings phase 1-2 (2701-2712)
Show description for 93c8c17
mcpe500
committed
93c8c17
View commit details
Copy full SHA for 93c8c17
Browse repository at this point
feat: implement catch/inspect/join phase 3 lanjutan (2713-2715)
mcpe500
committed
8a63e80
View commit details
Copy full SHA for 8a63e80
Browse repository at this point
feat: implement collections & type representations phase 4 (2716-2717)
mcpe500
committed
921d62c
View commit details
Copy full SHA for 921d62c
Browse repository at this point
feat: optional chain over primitive receivers corpus, already green at base, strengthened (2721)
mcpe500
committed
a3c0220
View commit details
Copy full SHA for a3c0220
Browse repository at this point
feat: import.meta.url lowering to file:// module URI (2722)
mcpe500
committed
9b46a4c
View commit details
Copy full SHA for 9b46a4c
Browse repository at this point
feat: Promise.all heterogeneous/empty tuple lowerings (2723)
mcpe500
committed
d407013
View commit details
Copy full SHA for d407013
Browse repository at this point
feat: boundary callback thunk for Error params crossing into dynamically-executed code (2718)
mcpe500
committed
06eca1a
View commit details
Copy full SHA for 06eca1a
Browse repository at this point
feat: SC0004 panic guard for tuple/type-reference checker shapes (2726)
mcpe500
committed
82d12ab
View commit details
Copy full SHA for 82d12ab
Browse repository at this point
fix: honor configured compiler for vendor archives
mcpe500
committed
194ee01
View commit details
Copy full SHA for 194ee01
Browse repository at this point
feat: lower spread over dynamic values (2724)
mcpe500
committed
ca298b1
View commit details
Copy full SHA for ca298b1
Browse repository at this point
feat: cover any to socket casts (2725)
mcpe500
committed
ff673d7
View commit details
Copy full SHA for ff673d7
Browse repository at this point
feat: support class interface width coercion (2719)
mcpe500
committed
f8f363b
View commit details
Copy full SHA for f8f363b
Browse repository at this point
feat: cover intersection expando lowering (2720)
mcpe500
committed
d1330f8
View commit details
Copy full SHA for d1330f8
Browse repository at this point
fix: restrict checker panic fence to checker panics
mcpe500
committed
c79a042
View commit details
Copy full SHA for c79a042
Browse repository at this point
fix: escape import.meta.url paths
mcpe500
committed
569b945
View commit details
Copy full SHA for 569b945
Browse repository at this point
merge: phase 6 panic guard lane
mcpe500
committed
88ecf7b
View commit details
Copy full SHA for 88ecf7b
Browse repository at this point
merge: phase 5 boundary coercion lane
mcpe500
committed
8aa5003
View commit details
Copy full SHA for 8aa5003
Browse repository at this point
merge: phase 6 stretch lane
mcpe500
committed
d0231cb
View commit details
Copy full SHA for d0231cb
Browse repository at this point
Commits on Aug 29, 2026
feat: add os.arch alias and Promise.allSettled lowering (2727-2728)
Show description for 5dc065c
mcpe500
committed
5dc065c
View commit details
Copy full SHA for 5dc065c
Browse repository at this point
fix: honor SCRIPTC_CC in mbedtls vendor builds; verbose island stacks + fs shim callbacks
Show description for 4b87896
mcpe500
committed
4b87896
View commit details
Copy full SHA for 4b87896
Browse repository at this point
Commits on Sep 1, 2026
feat(runtime): ship precompiled macOS artifacts (#248)
Show description for 2884e64
ctate
authored and
mcpe500
committed
2884e64
View commit details
Copy full SHA for 2884e64
Browse repository at this point
update dockerfile (#264)
ctate
authored and
mcpe500
committed
1c9dce1
View commit details
Copy full SHA for 1c9dce1
Browse repository at this point
fix(compiler): reshape inline record assertions (#266)
Show description for 325b7b0
2 people
authored and
mcpe500
committed
325b7b0
View commit details
Copy full SHA for 325b7b0
Browse repository at this point
optimize string self-concatenation ownership (#267)
Show description for d407978
2 people
authored and
mcpe500
committed
d407978
View commit details
Copy full SHA for d407978
Browse repository at this point
fix ffi call initializers (#268)
Show description for 4d5631b
2 people
authored and
mcpe500
committed
4d5631b
View commit details
Copy full SHA for 4d5631b
Browse repository at this point
fix(library): reject callback re-entry (#270)
Show description for c4c6f2b
2 people
authored and
mcpe500
committed
c4c6f2b
View commit details
Copy full SHA for c4c6f2b
Browse repository at this point
Tree-shake unreachable executable runtime sections (#271)
Show description for 1ce187c
2 people
authored and
mcpe500
committed
1ce187c
View commit details
Copy full SHA for 1ce187c
Browse repository at this point
fix(compiler): keep targetless Zig native builds coherent (#273)
Show description for 834ac02
2 people
authored and
mcpe500
committed
834ac02
View commit details
Copy full SHA for 834ac02
Browse repository at this point
Support reusePort for TCP and HTTP server listeners (#274)
Show description for 47a8e95
2 people
authored and
mcpe500
committed
47a8e95
View commit details
Copy full SHA for 47a8e95
Browse repository at this point
chore(release): v0.0.36 (#277)
ctate
authored and
mcpe500
committed
11add36
View commit details
Copy full SHA for 11add36
Browse repository at this point
Add sparse UTF-16 indexing for large strings (#275)
Show description for 6179b4b
2 people
authored and
mcpe500
committed
6179b4b
View commit details
Copy full SHA for 6179b4b
Browse repository at this point
Separate native linking from C compilation (#278)
Show description for 6a09c05
ctate
authored and
mcpe500
committed
6a09c05
View commit details
Copy full SHA for 6a09c05
Browse repository at this point
feat: implement core stdlib lowerings phase 1-2 (2701-2712)
Show description for 7f52ad9
mcpe500
committed
7f52ad9
View commit details
Copy full SHA for 7f52ad9
Browse repository at this point
feat(t3): L1 frontend graph transitive
mcpe500
committed
80658a4
View commit details
Copy full SHA for 80658a4
Browse repository at this point
feat(t3): L2 rewrite & lexer CJS/ESM broadened (per-file fallback, allowlist, importStar)
Show description for b87938d
mcpe500
committed
b87938d
View commit details
Copy full SHA for b87938d
Browse repository at this point
feat(t3): L3 lowering per-file island fallback
mcpe500
committed
fe68f74
View commit details
Copy full SHA for fe68f74
Browse repository at this point
feat(t3): L4 backend moduleUses gating
mcpe500
committed
40e7bbc
View commit details
Copy full SHA for 40e7bbc
Browse repository at this point
feat(t3): L5 runtime native builtins
mcpe500
committed
7e54828
View commit details
Copy full SHA for 7e54828
Browse repository at this point
feat(t3): L6 cli per-file npm-static auto
mcpe500
committed
c4356fc
View commit details
Copy full SHA for c4356fc
Browse repository at this point
fix(t3): unignore 2733 pg fixture dist (renamed to minified/)
Show description for 28603c2
mcpe500
committed
28603c2
View commit details
Copy full SHA for 28603c2
Browse repository at this point
fix(runtime): harden cross-platform shims
mcpe500
committed
74ebe93
View commit details
Copy full SHA for 74ebe93
Browse repository at this point
fix: preserve heterogeneous Promise.all promises
mcpe500
committed
0f328c2
View commit details
Copy full SHA for 0f328c2
Browse repository at this point
fix(llvm): preserve splice replacement items
mcpe500
committed
f2477e7
View commit details
Copy full SHA for f2477e7
Browse repository at this point
fix: propagate timingSafeEqual exceptions
mcpe500
committed
10224ad
View commit details
Copy full SHA for 10224ad
Browse repository at this point
fix: heterogeneous Promise.all tuple uses concurrent intrinsic
Show description for a889470
mcpe500
committed
a889470
View commit details
Copy full SHA for a889470
Browse repository at this point
You can’t perform that action at this time.