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
aro
User selector
All users
All time
Commit history
Commits on Feb 2, 2022
stage2: remove anytype fields from the language
Show description for 449554a
andrewrk
committed
449554a
View commit details
Copy full SHA for 449554a
View code at this point
Browse repository at this point
stage1: avoid anytype fields for type info
Show description for f4a2493
andrewrk
committed
f4a2493
View commit details
Copy full SHA for f4a2493
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
Merge pull request #10742 from ziglang/ArrayHashMapEql
Show description for 3e99495
andrewrk
authored
3e99495
View commit details
Copy full SHA for 3e99495
View code at this point
Browse repository at this point
a small crusade against std.meta.declarations
andrewrk
committed
75bbc74
View commit details
Copy full SHA for 75bbc74
View code at this point
Browse repository at this point
stage1: remove the `data` field from TypeInfo.Declaration
Show description for aa32632
andrewrk
committed
aa32632
View commit details
Copy full SHA for aa32632
View code at this point
Browse repository at this point
std.fmt.parseHexFloat: clean up bitwise logic
Show description for c46f758
andrewrk
committed
c46f758
View commit details
Copy full SHA for c46f758
View code at this point
Browse repository at this point
std: correct rounding in parse_hex_float.zig
mateuszradomski
authored and
andrewrk
committed
7f024d6
View commit details
Copy full SHA for 7f024d6
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
debug: fix edge cases in macOS debug symbol lookup
Show description for 8e497eb
schmee
authored and
kubkon
committed
8e497eb
View commit details
Copy full SHA for 8e497eb
View code at this point
Browse repository at this point
os,wasi: use wasi-libc if available
zigazeljko
authored and
kubkon
committed
5210b90
View commit details
Copy full SHA for 5210b90
View code at this point
Browse repository at this point
std: make ArrayHashMap eql function accept an additional param
Show description for cf88cf2
andrewrk
committed
cf88cf2
View commit details
Copy full SHA for cf88cf2
View code at this point
Browse repository at this point
Commits on Jan 30, 2022
Full response file (*.rsp) support
Show description for 8a97807
PhaseMage
authored
8a97807
View commit details
Copy full SHA for 8a97807
View code at this point
Browse repository at this point
Merge pull request #10404 from ominitay/iterator
Show description for dd7309b
kubkon
authored
dd7309b
View commit details
Copy full SHA for dd7309b
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
std: add test for Thread.Semaphore
naeu
committed
bdd1a9e
View commit details
Copy full SHA for bdd1a9e
View code at this point
Browse repository at this point
std: add test for Thread.Condition
naeu
committed
4efd951
View commit details
Copy full SHA for 4efd951
View code at this point
Browse repository at this point
std: define static error set for fs.Dir.copyFile
nektro
authored
5e60ee4
View commit details
Copy full SHA for 5e60ee4
View code at this point
Browse repository at this point
fix argsAlloc buffer size
Show description for fedff06
jean-dao
authored and
Vexu
committed
fedff06
View commit details
Copy full SHA for fedff06
View code at this point
Browse repository at this point
Fix overflow in std.math.isNormal when applied to -Inf or a negative NaN
gereeter
authored
aca665c
View commit details
Copy full SHA for aca665c
View code at this point
Browse repository at this point
improve comptime windows GUID.parse performance
Show description for ba44501
marler8997
authored
ba44501
View commit details
Copy full SHA for ba44501
View code at this point
Browse repository at this point
std: remove superfluous `.read = true` from deflate tests
Vexu
committed
8d0c17f
View commit details
Copy full SHA for 8d0c17f
View code at this point
Browse repository at this point
fs: Use `OpenMode` enum instead of read/write flags.
sagehane
authored
e288148
View commit details
Copy full SHA for e288148
View code at this point
Browse repository at this point
Merge pull request #9915 from zzyxyzz/indexOfMinMax
Show description for 88edde4
Vexu
authored
88edde4
View commit details
Copy full SHA for 88edde4
View code at this point
Browse repository at this point
Remove deprecation warnings and enable test
Show description for 8ca9452
ominitay
authored and
Vexu
committed
8ca9452
View commit details
Copy full SHA for 8ca9452
View code at this point
Browse repository at this point
std.fmt: fix out-of-bounds array write in float printing
Show description for adea9a1
schmee
authored
adea9a1
View commit details
Copy full SHA for adea9a1
View code at this point
Browse repository at this point
fmt: handle doc comments on struct members
Show description for e51a44b
schmee
authored and
ifreund
committed
e51a44b
View commit details
Copy full SHA for e51a44b
View code at this point
Browse repository at this point
Merge pull request #10639 from Vexu/f80
Show description for 225910f
andrewrk
authored
225910f
View commit details
Copy full SHA for 225910f
View code at this point
Browse repository at this point
Rename mem.bswapAllFields to byteSwapAllFields
Show description for 63ee6e6
schmee
authored and
andrewrk
committed
63ee6e6
View commit details
Copy full SHA for 63ee6e6
View code at this point
Browse repository at this point
glibc: version-gate _DYNAMIC_STACK_SIZE_SOURCE
Show description for 39083c3
andrewrk
committed
39083c3
View commit details
Copy full SHA for 39083c3
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
std: break up some long lines
Show description for 68fc26c
andrewrk
committed
68fc26c
View commit details
Copy full SHA for 68fc26c
View code at this point
Browse repository at this point
std: add f80 bits
Vexu
authored and
andrewrk
committed
67d04a9
View commit details
Copy full SHA for 67d04a9
View code at this point
Browse repository at this point
std: Fix using fs.Dir.Iterator twice
Show description for dc11fe4
ominitay
committed
dc11fe4
View commit details
Copy full SHA for dc11fe4
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
Add test for using `fs.Dir.Iterator` twice
ominitay
committed
c3ef85a
View commit details
Copy full SHA for c3ef85a
View code at this point
Browse repository at this point
Add std.mem.minMax() and std.mem.IndexOfMinMax()
Show description for 100b8a2
Mikhail Popov
authored and
Vexu
committed
100b8a2
View commit details
Copy full SHA for 100b8a2
View code at this point
Browse repository at this point
fchown: use the 32-bit uid/gid variant of the syscall on 32-bit linux targets
vesim987
authored and
Vexu
committed
8c90b05
View commit details
Copy full SHA for 8c90b05
View code at this point
Browse repository at this point
std.mem: Add functions to find the index of the mimimum/maximum value in a slice.
Mikhail Popov
authored and
Vexu
committed
dddbd2f
View commit details
Copy full SHA for dddbd2f
View code at this point
Browse repository at this point
fix startup procedure for async WinMain
vnc5
authored and
Vexu
committed
1adb644
View commit details
Copy full SHA for 1adb644
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.