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
Type
/
to 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 }}
dominictarr
/
zig
Public
forked from
ziglang/zig
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
zig
lib
on
link-tests
User selector
All users
All time
Commit history
Commits on Apr 25, 2022
std: fix crypto and hash benchmark
jagt
authored and
andrewrk
committed
76311ae
View commit details
Copy full SHA for 76311ae
View code at this point
Browse repository at this point
Commits on Apr 24, 2022
std.Thread: Mutex and Condition improvements (#11497)
Show description for 963ac60
kprotty
authored
963ac60
View commit details
Copy full SHA for 963ac60
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
add GetProcessTimes binding to the kernel32.zig (#11488)
Morritz
authored
daef82d
View commit details
Copy full SHA for daef82d
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
Merge pull request #11480 from rabingaire/fix-child-process-hang-on-macos
Show description for 5da0e03
kubkon
authored
5da0e03
View commit details
Copy full SHA for 5da0e03
View code at this point
Browse repository at this point
Merge pull request #11485 from ziglang/fix-4353
kubkon
authored
5c501e8
View commit details
Copy full SHA for 5c501e8
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
pdb: fix resource mgmt
kubkon
committed
74bfb8b
View commit details
Copy full SHA for 74bfb8b
View code at this point
Browse repository at this point
std.mem: add concatWithSentinel
fifty-six
authored and
andrewrk
committed
41654a3
View commit details
Copy full SHA for 41654a3
View code at this point
Browse repository at this point
debug: add smoke test
kubkon
committed
bedd7ef
View commit details
Copy full SHA for bedd7ef
View code at this point
Browse repository at this point
debug: fix resource (de)allocation for Elf and Coff targets
Show description for 28ca203
kubkon
committed
28ca203
View commit details
Copy full SHA for 28ca203
View code at this point
Browse repository at this point
ran zig fmt on changes
rabingaire
committed
50ec55f
View commit details
Copy full SHA for 50ec55f
View code at this point
Browse repository at this point
update test message and using unreachable keyword for unintended test code path
rabingaire
committed
4ece507
View commit details
Copy full SHA for 4ece507
View code at this point
Browse repository at this point
stage2: use indexes for Decl objects
Show description for f7596ae
andrewrk
committed
f7596ae
View commit details
Copy full SHA for f7596ae
View code at this point
Browse repository at this point
std: fix missing hash map safety
Show description for 4f527e5
andrewrk
committed
4f527e5
View commit details
Copy full SHA for 4f527e5
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
debug: fix resource (de)allocation for MachO targets
Show description for 96c1314
kubkon
committed
96c1314
View commit details
Copy full SHA for 96c1314
View code at this point
Browse repository at this point
dwarf: clean up allocations in std.dwarf module
Show description for 26153ce
kubkon
committed
26153ce
View commit details
Copy full SHA for 26153ce
View code at this point
Browse repository at this point
add test case for child_process spawn logic
Show description for d976456
rabingaire
committed
d976456
View commit details
Copy full SHA for d976456
View code at this point
Browse repository at this point
std.SegmentedList: breaking API changes
Show description for 99112b6
andrewrk
committed
99112b6
View commit details
Copy full SHA for 99112b6
View code at this point
Browse repository at this point
std: bring back SegmentedList
Show description for 711bf55
andrewrk
committed
711bf55
View commit details
Copy full SHA for 711bf55
View code at this point
Browse repository at this point
fix child process spawn on macos hangs issue
Show description for 9e4cd1f
rabingaire
committed
9e4cd1f
View commit details
Copy full SHA for 9e4cd1f
View code at this point
Browse repository at this point
std.Thread.Futex improvements (#11464)
Show description for e3cbea9
kprotty
authored
e3cbea9
View commit details
Copy full SHA for e3cbea9
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
std.os.uefi: Add `BlockIoProtocol`
fifty-six
authored and
andrewrk
committed
2fa7f6e
View commit details
Copy full SHA for 2fa7f6e
View code at this point
Browse repository at this point
array hash map: fix getOrPutAdapted on Managed array hash map
Snektron
authored and
andrewrk
committed
859ae15
View commit details
Copy full SHA for 859ae15
View code at this point
Browse repository at this point
build system: add -fstage1/-fno-stage1 to `zig build`
Show description for 0c5ad33
andrewrk
committed
0c5ad33
View commit details
Copy full SHA for 0c5ad33
View code at this point
Browse repository at this point
Merge pull request #11461 from Luukdegram/wasm-debug-info
Show description for 9c2cbe3
andrewrk
authored
9c2cbe3
View commit details
Copy full SHA for 9c2cbe3
View code at this point
Browse repository at this point
wasm: Fix unreachable paths
Show description for be08d2b
Luukdegram
committed
be08d2b
View commit details
Copy full SHA for be08d2b
View code at this point
Browse repository at this point
Merge pull request #11469 from topolarity/wasm-fixup
Show description for 78f26b9
andrewrk
authored
78f26b9
View commit details
Copy full SHA for 78f26b9
View code at this point
Browse repository at this point
Merge pull request #11468 from topolarity/f80-mul
Show description for f3b3d7f
andrewrk
authored
f3b3d7f
View commit details
Copy full SHA for f3b3d7f
View code at this point
Browse repository at this point
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
topolarity
committed
bb9cd6d
View commit details
Copy full SHA for bb9cd6d
View code at this point
Browse repository at this point
compiler_rt: Fix rounding/NaN handling for f80 add/sub
Show description for b295086
topolarity
committed
b295086
View commit details
Copy full SHA for b295086
View code at this point
Browse repository at this point
compiler_rt: implement __mulxf3 for f80
topolarity
committed
d760cae
View commit details
Copy full SHA for d760cae
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
stage2: Add 'zig.wasm' fallback for binary name
topolarity
committed
3a63fa6
View commit details
Copy full SHA for 3a63fa6
View code at this point
Browse repository at this point
stage2: Add limited WASI support for selfExePath and globalCacheDir
Show description for 922d837
topolarity
committed
922d837
View commit details
Copy full SHA for 922d837
View code at this point
Browse repository at this point
wasm: Add support for debug info
Show description for 2193f7c
Luukdegram
committed
2193f7c
View commit details
Copy full SHA for 2193f7c
View code at this point
Browse repository at this point
Update doc comment of ArrayHashMap to include 4th arg in eql fns
Show description for f8d2b87
squeek502
authored and
andrewrk
committed
f8d2b87
View commit details
Copy full SHA for f8d2b87
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
std.os.uefi: fix GUID formatting (#11452)
fifty-six
authored
2aeaa1c
View commit details
Copy full SHA for 2aeaa1c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.