Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
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 }}
zigtools
/
zig
Public
forked from
ziglang/zig
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 28, 2025
Merge pull request #23720 from alexrp/sparc-stuff
alexrp
authored
399da54
Copy full SHA for 399da54
Merge pull request #23708 from ziglang/memmove-followups
Show description for 8facd99
andrewrk
authored
8facd99
Copy full SHA for 8facd99
Sema: fix a few indexing bugs
Show description for d038676
mlugg
committed
d038676
Copy full SHA for d038676
sema: do checked cast when resolving aggregate size
dweiller
authored and
mlugg
committed
365ed0e
Copy full SHA for 365ed0e
wasi-libc: Fix paths to psignal.c and strsignal.c.
Show description for 1f63367
alexrp
committed
1f63367
Copy full SHA for 1f63367
test: Disable `vector reduce operation` for sparc.
Show description for 12f56b8
alexrp
committed
12f56b8
Copy full SHA for 12f56b8
test: Disable some varargs behavior tests on sparc.
Show description for fd4fcef
alexrp
committed
fd4fcef
Copy full SHA for fd4fcef
std.os.linux: Add missing time_t definition for sparc64.
alexrp
committed
d7e8337
Copy full SHA for d7e8337
compiler-rt: Add missing _Qp_sqrt export for sparc64.
Show description for 2c5f54c
alexrp
committed
2c5f54c
Copy full SHA for 2c5f54c
C backend: less branching
andrewrk
committed
8be4511
Copy full SHA for 8be4511
make `@memcpy` and `@memmove` share panic handlers
andrewrk
committed
7bd3207
Copy full SHA for 7bd3207
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Show description for fc55c1b
alexrp
authored
fc55c1b
Copy full SHA for fc55c1b
Sema: fix memcpy with C pointers
xdBronch
authored and
mlugg
committed
4102982
Copy full SHA for 4102982
Merge pull request #23663 from alexrp/emit-asm-only
alexrp
authored
78df3c9
Copy full SHA for 78df3c9
Commits on Apr 27, 2025
Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.
Show description for 5ed8bd5
alexrp
authored and
mlugg
committed
5ed8bd5
Copy full SHA for 5ed8bd5
std.Target: Remove Os.Tag.elfiamcu.
Show description for e7b4636
alexrp
committed
e7b4636
Copy full SHA for e7b4636
Merge pull request #22605 from dweiller/memmove
Show description for 1b76d4c
andrewrk
authored
1b76d4c
Copy full SHA for 1b76d4c
docs(std.ascii): Remove redundant three slashes
sorairolake
authored and
alexrp
committed
227d2b1
Copy full SHA for 227d2b1
compiler: Fix `-m<os>-version-min=...` ordering
kfprimm
authored and
alexrp
committed
19b43ee
Copy full SHA for 19b43ee
Update Windows ReadFile and WriteFile to recognise Access Denied error when a read or write is attempted on a disconnected virtual com port
psbob
authored
d92649d
Copy full SHA for d92649d
test: Uncomment a bunch of targets in llvm_targets.
alexrp
committed
711e055
Copy full SHA for 711e055
test: Configure emit_asm/emit_bin correctly for some targets in llvm_targets.
alexrp
committed
b31b309
Copy full SHA for b31b309
test: Allow cases to set emit_asm (defaults to false).
alexrp
committed
5411358
Copy full SHA for 5411358
compiler: Reject using LLVM for csky and xtensa.
Show description for 26bb429
alexrp
committed
26bb429
Copy full SHA for 26bb429
compiler: Error if the user targets arc with -femit-bin.
Show description for 386b869
alexrp
committed
386b869
Copy full SHA for 386b869
link.Elf: Skip invoking LLD for `zig build-obj` for unsupported targets.
Show description for 3e7708b
alexrp
committed
3e7708b
Copy full SHA for 3e7708b
Merge pull request #23691 from alexrp/llvm-targets-updates
alexrp
authored
b16c094
Copy full SHA for b16c094
std.Build.Cache: fix several bugs
Show description for 3783b1b
mlugg
committed
3783b1b
Copy full SHA for 3783b1b
test: Add powerpc(64)-aix to llvm_targets.
alexrp
committed
2d44bc5
Copy full SHA for 2d44bc5
llvm: Fix data layout string for s390x-zos.
alexrp
committed
5502a82
Copy full SHA for 5502a82
link: Stub out GOFF/XCOFF linker code based on LLVM.
Show description for 30e254f
alexrp
committed
30e254f
Copy full SHA for 30e254f
test: Remove sparc(64)-illumos from llvm_targets.
Show description for b59f7f0
alexrp
committed
b59f7f0
Copy full SHA for b59f7f0
test: Remove sparc-solaris and x86-solaris from llvm_targets.
Show description for 962b491
alexrp
committed
962b491
Copy full SHA for 962b491
test: Remove some thumb(eb)-*-* targets from llvm_targets.
Show description for d9122e9
alexrp
committed
d9122e9
Copy full SHA for d9122e9
Commits on Apr 26, 2025
test: Remove mips(64)(el)-freebsd targets from llvm_targets.
Show description for c974590
alexrp
committed
c974590
Copy full SHA for c974590
Pagination
Previous
Next
You can’t perform that action at this time.