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 }}
jake-87
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 17, 2022
Revert "reduce build error noise"
Show description for 5aa35f6
andrewrk
committed
5aa35f6
View commit details
Copy full SHA for 5aa35f6
Browse repository at this point
stage1: fix f80 negation
Vexu
committed
6235afc
View commit details
Copy full SHA for 6235afc
Browse repository at this point
stage2: fix crash using -femit-bin
andrewrk
committed
f20929b
View commit details
Copy full SHA for f20929b
Browse repository at this point
stage2: add more functions to freestanding libc
Show description for 63cbec1
andrewrk
committed
63cbec1
View commit details
Copy full SHA for 63cbec1
Browse repository at this point
wasm-linker: Simplify symbol names
Show description for ced958e
Luukdegram
committed
ced958e
View commit details
Copy full SHA for ced958e
Browse repository at this point
wasm-linker: Fix symbol resolving and relocs
Show description for 4ebe8a5
Luukdegram
committed
4ebe8a5
View commit details
Copy full SHA for 4ebe8a5
Browse repository at this point
wasm-linker: Allocate atoms and handle imports
Show description for a462250
Luukdegram
committed
a462250
View commit details
Copy full SHA for a462250
Browse repository at this point
wasm-linker: Implement section merging
Show description for f1cc5f3
Luukdegram
committed
f1cc5f3
View commit details
Copy full SHA for f1cc5f3
Browse repository at this point
wasm-linker: Add Object file parsing
Show description for e7be0be
Luukdegram
committed
e7be0be
View commit details
Copy full SHA for e7be0be
Browse repository at this point
Merge pull request #10914 from ziglang/x64-more-codegen
Show description for d1c74ac
kubkon
authored
d1c74ac
View commit details
Copy full SHA for d1c74ac
Browse repository at this point
x64: fix ptr_add and ptr_sub
Show description for 3193cc1
kubkon
committed
3193cc1
View commit details
Copy full SHA for 3193cc1
Browse repository at this point
reduce build error noise
Show description for baead47
marler8997
authored and
Vexu
committed
baead47
View commit details
Copy full SHA for baead47
Browse repository at this point
stage2: implement vector floatops
schmee
authored and
Vexu
committed
e2ad95c
View commit details
Copy full SHA for e2ad95c
Browse repository at this point
stage1: use u16 for __truncxfhf2/__extendhfxf2 on non-Arm CPUs
Show description for 755d116
koachan
authored and
Vexu
committed
755d116
View commit details
Copy full SHA for 755d116
Browse repository at this point
ci: azure: split build-and-test step (#10853)
Show description for 02902cc
hdorio
authored
02902cc
View commit details
Copy full SHA for 02902cc
Browse repository at this point
Merge pull request #10907 from ziglang/ci-windows-zig-cc
Show description for df8c325
andrewrk
authored
df8c325
View commit details
Copy full SHA for df8c325
Browse repository at this point
ci: use zig-bootstrap for windows
andrewrk
committed
25a7025
View commit details
Copy full SHA for 25a7025
Browse repository at this point
Commits on Feb 16, 2022
x64: handle storing non-pow2 values to stack from register
Show description for c1fb14c
kubkon
committed
c1fb14c
View commit details
Copy full SHA for c1fb14c
Browse repository at this point
build.zig: bootstrap stage1 with zig0
Show description for cc9eb9e
andrewrk
committed
cc9eb9e
View commit details
Copy full SHA for cc9eb9e
Browse repository at this point
link: avoid double close on openPath error
andrewrk
committed
2b3df5c
View commit details
Copy full SHA for 2b3df5c
Browse repository at this point
x64: refactor use of inline memcpy
kubkon
committed
94474ec
View commit details
Copy full SHA for 94474ec
Browse repository at this point
x64: overhaul stack handling mechanics
Show description for 09d468b
kubkon
committed
09d468b
View commit details
Copy full SHA for 09d468b
Browse repository at this point
stage2 AArch64: Simplify and correct invocations of genInlineMemcpy
Show description for 1a84c23
joachimschmidt557
committed
1a84c23
View commit details
Copy full SHA for 1a84c23
Browse repository at this point
x64: fix signed truncate
kubkon
committed
d3edf29
View commit details
Copy full SHA for d3edf29
Browse repository at this point
x64: separate ptr_add and ptr_sub from normal bin ops
kubkon
committed
1b7ec44
View commit details
Copy full SHA for 1b7ec44
Browse repository at this point
x64: implement airSlice
kubkon
committed
3383064
View commit details
Copy full SHA for 3383064
Browse repository at this point
x64: fix ptr_add
Show description for 78e6f9c
kubkon
committed
78e6f9c
View commit details
Copy full SHA for 78e6f9c
Browse repository at this point
x64: impl genBinMathOpMir for ptr_stack_off and PIE memory
kubkon
committed
c7775a9
View commit details
Copy full SHA for c7775a9
Browse repository at this point
fmt: allow uppercase prefix to be parsed in std.fmt.parseInt()
Show description for 77e5b04
iddev5
authored and
kubkon
committed
77e5b04
View commit details
Copy full SHA for 77e5b04
Browse repository at this point
macho: handle binary updates in dSYM companion file
Show description for 5283a52
kubkon
committed
5283a52
View commit details
Copy full SHA for 5283a52
Browse repository at this point
ci: update x86_64-linux tarballs
Show description for 0b22b6b
andrewrk
committed
0b22b6b
View commit details
Copy full SHA for 0b22b6b
Browse repository at this point
CI: update macos and freebsd tarballs
andrewrk
committed
65cb8a0
View commit details
Copy full SHA for 65cb8a0
Browse repository at this point
zig cc: handle `-l :FILE` syntax
Show description for 22f464a
andrewrk
committed
22f464a
View commit details
Copy full SHA for 22f464a
Browse repository at this point
Commits on Feb 15, 2022
Merge pull request #10899 from ziglang/arm64-macos
Show description for 092b019
kubkon
authored
092b019
View commit details
Copy full SHA for 092b019
Browse repository at this point
aarch64: add lowerUnnamedConst glue to codegen
kubkon
committed
1c97560
View commit details
Copy full SHA for 1c97560
Browse repository at this point
Previous
Next
You can’t perform that action at this time.