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 }}
AODQ
/
zig
Public
forked from
ziglang/zig
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 10, 2021
Print path on libc/libc-path fatal error
AODQ
committed
73d0fa9
View commit details
Copy full SHA for 73d0fa9
Browse repository at this point
Have std.fmt functions take case as an enum
daurnimator
authored and
Vexu
committed
916b645
View commit details
Copy full SHA for 916b645
Browse repository at this point
link: don't link system libs by the wasm linker
Show description for b82d642
kubkon
committed
b82d642
View commit details
Copy full SHA for b82d642
Browse repository at this point
Re-enable multiple wasm32 vector tests
Show description for e8e305b
kubkon
authored and
andrewrk
committed
e8e305b
View commit details
Copy full SHA for e8e305b
Browse repository at this point
Commits on Jun 9, 2021
CLI: remove --verbose-ast and --verbose-tokenize
Show description for 5e63baa
andrewrk
committed
5e63baa
View commit details
Copy full SHA for 5e63baa
Browse repository at this point
native libc detection: respect spaces in CC env var
Show description for d128ec3
andrewrk
committed
d128ec3
View commit details
Copy full SHA for d128ec3
Browse repository at this point
Add a logging allocator that uses std.log (#8511)
leecannon
authored
629e2e7
View commit details
Copy full SHA for 629e2e7
Browse repository at this point
stage2 codegen: Remove hacks for discontinued SPU II backend
joachimschmidt557
authored and
Vexu
committed
96c60bc
View commit details
Copy full SHA for 96c60bc
Browse repository at this point
langref: link to 0.7.1 not 0.7.0 for the previous docs
andrewrk
committed
f62f35e
View commit details
Copy full SHA for f62f35e
Browse repository at this point
langref: remove paragraph that mentions IRC
Show description for 87562b5
andrewrk
committed
87562b5
View commit details
Copy full SHA for 87562b5
Browse repository at this point
std.math.sqrt_int: fixed odd size integers types
Virv12
authored and
Vexu
committed
8b0dbca
View commit details
Copy full SHA for 8b0dbca
Browse repository at this point
std.Progress: use `*W` functions on windows
Show description for 13dc34f
0x08088405
authored and
Vexu
committed
13dc34f
View commit details
Copy full SHA for 13dc34f
Browse repository at this point
windows: remove `TCHAR` idiom entirely
0x08088405
authored and
Vexu
committed
610ce54
View commit details
Copy full SHA for 610ce54
Browse repository at this point
os/linux: add fadvise
vrischmann
authored and
Vexu
committed
c71e8a3
View commit details
Copy full SHA for c71e8a3
Browse repository at this point
os/bits/linux: add the fadvise advice values
vrischmann
authored and
Vexu
committed
7f32c79
View commit details
Copy full SHA for 7f32c79
Browse repository at this point
let GeneralPurposeAllocator retain metadata to report more double frees
mattbork
authored and
Vexu
committed
21af264
View commit details
Copy full SHA for 21af264
Browse repository at this point
Provide method to set logging level per scope (#8584)
leecannon
authored
5082253
View commit details
Copy full SHA for 5082253
Browse repository at this point
Merge branch 'mathetake-cc-wasi-execmodel'
kubkon
committed
5fa5fba
View commit details
Copy full SHA for 5fa5fba
Browse repository at this point
cc,wasi: use wasi_libc.CRTFile directly instead of WasiExecModel
kubkon
committed
9f8de83
View commit details
Copy full SHA for 9f8de83
Browse repository at this point
cc,wasi: support WASI reactors via -mexec-model flag.
Show description for bf568ec
mathetake
committed
bf568ec
View commit details
Copy full SHA for bf568ec
Browse repository at this point
Merge pull request #8992 from ziglang/cc-wasm32-wasi-emulations
Show description for a6ae5a7
kubkon
authored
a6ae5a7
View commit details
Copy full SHA for a6ae5a7
Browse repository at this point
Commits on Jun 8, 2021
cc,wasi: store CRTFile enum in wasi_emulated_libs
Show description for 2ee1f78
kubkon
committed
2ee1f78
View commit details
Copy full SHA for 2ee1f78
Browse repository at this point
wasi: clean up linking logic
Show description for dd84ccd
kubkon
committed
dd84ccd
View commit details
Copy full SHA for dd84ccd
Browse repository at this point
wasi: skip adding wasi_snapshot_preview1 as lib dep in stage1
kubkon
committed
95745f7
View commit details
Copy full SHA for 95745f7
Browse repository at this point
cc,wasi: build referenced-only emulated components
Show description for 4e4722a
kubkon
committed
4e4722a
View commit details
Copy full SHA for 4e4722a
Browse repository at this point
cc,wasi: package emulations as static archives
Show description for 93a4403
kubkon
committed
93a4403
View commit details
Copy full SHA for 93a4403
Browse repository at this point
zig,cc,wasi: include emulated libs in WASI libc
Show description for 6f6182a
kubkon
committed
6f6182a
View commit details
Copy full SHA for 6f6182a
Browse repository at this point
libc,macos: update and add missing libc headers
kubkon
authored and
andrewrk
committed
2d43db1
View commit details
Copy full SHA for 2d43db1
Browse repository at this point
stage2: compile error for ambiguous decl refrences
Show description for b57ac48
g-w1
authored and
andrewrk
committed
b57ac48
View commit details
Copy full SHA for b57ac48
Browse repository at this point
add allocation free versions of lower/upper string
Show description for 143688e
3 people
committed
143688e
View commit details
Copy full SHA for 143688e
Browse repository at this point
Merge pull request #9030 from Vexu/stage2
Show description for ccfa168
andrewrk
authored
ccfa168
View commit details
Copy full SHA for ccfa168
Browse repository at this point
Add linkLibCpp helper to LibExeObjStep
moosichu
authored and
Vexu
committed
c822a0b
View commit details
Copy full SHA for c822a0b
Browse repository at this point
std: Better formatting of tuple types
Show description for ec4e67f
LemonBoy
authored and
Vexu
committed
ec4e67f
View commit details
Copy full SHA for ec4e67f
Browse repository at this point
stage1: make `@truncate` to an integer type of different sign an error at comptime too
mattbork
authored and
Vexu
committed
9ac6d28
View commit details
Copy full SHA for 9ac6d28
Browse repository at this point
parse.zig: make `parseParamDeclList` check for nonfinal varargs
mattbork
authored and
Vexu
committed
ff0a15b
View commit details
Copy full SHA for ff0a15b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.