Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ziglang
/
zig
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.1k
Star
42.5k
Code
Issues
3.5k
Pull requests
327
Actions
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 25, 2025
std.Io.Threaded: fix QueryPerformanceCounter usage
Show description for e4be00f
zihadmahiuddin
and
andrewrk
committed
e4be00f
Copy full SHA for e4be00f
Merge pull request #26037 from ziglang/build-runner-std.Io
Show description for 5816646
andrewrk
authored
5816646
Copy full SHA for 5816646
Commits on Nov 24, 2025
Merge pull request #25993 from squeek502/windows-paths
Show description for 53e615b
squeek502
authored
53e615b
Copy full SHA for 53e615b
build runner: fix recursive locking of max_rss_mutex
andrewrk
committed
8435318
Copy full SHA for 8435318
frontend: introduce error.Canceled
andrewrk
committed
ece62a0
Copy full SHA for ece62a0
build runner: update Mutex and Condition usage to std.Io
andrewrk
committed
3f34f5e
Copy full SHA for 3f34f5e
build runner: update from std.Thread.Pool to std.Io
andrewrk
committed
a242292
Copy full SHA for a242292
std.Io: add Group.concurrent
Show description for 32dc46a
andrewrk
committed
32dc46a
Copy full SHA for 32dc46a
std.Io.File.readPositional fixed buffer type
GiuseppeCesarano
authored and
alexrp
committed
476d7d9
Copy full SHA for 476d7d9
crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen (#26031)
Show description for 3c647ca
jedisct1
authored
3c647ca
Copy full SHA for 3c647ca
Merge pull request #17541 from moosichu/fix/wine-get-final-path-name-by-handle
Show description for 289f2f0
squeek502
authored
289f2f0
Copy full SHA for 289f2f0
README: update some links
andrewrk
committed
66fe584
Copy full SHA for 66fe584
Merge pull request #26030 from squeek502/windows-cleanup
Show description for ccc5e58
squeek502
authored
ccc5e58
Copy full SHA for ccc5e58
Move Windows rename implementation from std.posix to windows.RenameFile
Show description for bf25816
squeek502
committed
bf25816
Copy full SHA for bf25816
os.windows: Delete unused functions and kernel32 bindings
squeek502
committed
17ecc77
Copy full SHA for 17ecc77
ci: bump riscv64-linux-release timeout to 8 hours on Forgejo Actions
alexrp
committed
b311731
Copy full SHA for b311731
windows.GetFinalPathNameByHandle: add links to bugs tracking the Wine workaround
squeek502
committed
d48faf1
Copy full SHA for d48faf1
Commits on Nov 23, 2025
README: use HTTPS for `releases.llvm.org`
fkobi
authored and
alexrp
committed
9082b00
Copy full SHA for 9082b00
langref: convert to unmanaged `ArrayList` in example
meowjesty
authored
755a3d9
Copy full SHA for 755a3d9
std.math.big.int: fix format functions
Justus2308
authored and
andrewrk
committed
e5c2df9
Copy full SHA for e5c2df9
std.Target: remove Abi.code16
Show description for 16fc083
alexrp
committed
16fc083
Copy full SHA for 16fc083
Merge pull request #23733 from alichraghi/bp
Show description for 6d543bc
mlugg
authored
6d543bc
Copy full SHA for 6d543bc
cbe: translate sparc ccr/icc/xcc registers to icc
Show description for 0a9f666
alexrp
committed
0a9f666
Copy full SHA for 0a9f666
Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers"
Show description for 1231aa9
alexrp
committed
1231aa9
Copy full SHA for 1231aa9
flate.Compress: simplify huffman node comparisons
Show description for 8284da2
gooncreeper
authored and
andrewrk
committed
8284da2
Copy full SHA for 8284da2
test: disable `coff_dwarf` on FreeBSD
Show description for d6931b0
alexrp
committed
d6931b0
Copy full SHA for d6931b0
blake3: remove unnecessary comptime, digest_length instead of key_length
jedisct1
authored and
andrewrk
committed
0e3b5e6
Copy full SHA for 0e3b5e6
README: add some content from the wiki
Show description for 9473011
andrewrk
committed
9473011
Copy full SHA for 9473011
Commits on Nov 22, 2025
all: replace all `@Type` usages
Show description for dec1163
alichraghi
and
mlugg
committed
dec1163
Copy full SHA for dec1163
stage1: update zig1.wasm
Show description for ce0df03
mlugg
committed
ce0df03
Copy full SHA for ce0df03
compiler: replace `@Type` with individual type-creating builtins
Show description for c538317
mlugg
and
alichraghi
committed
c538317
Copy full SHA for c538317
CI: skip test-incremental on Windows
Show description for 3f2cf1c
andrewrk
committed
3f2cf1c
Copy full SHA for 3f2cf1c
Revert "disable flaky test/incremental/add_decl"
Show description for c9a788c
andrewrk
committed
c9a788c
Copy full SHA for c9a788c
mark resinator and translate-c as vendored in .gitattributes
alexrp
committed
48b0eef
Copy full SHA for 48b0eef
Reader.defaultDiscard: Fix for use with an indirect reader
Show description for 21f9f37
squeek502
committed
21f9f37
Copy full SHA for 21f9f37
Pagination
Previous
Next
You can’t perform that action at this time.