index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
Age
Commit message (
Expand
)
Author
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-11-02
std.os.windows: Fix some incorrect callconv specifiers.
Alex Rønne Petersen
2024-11-02
start: Fix callconv for the wWinMainCRTStartup symbol.
Alex Rønne Petersen
2024-11-02
start: Fix a calling convention check to use eql().
Alex Rønne Petersen
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-11-02
std.Target: Pick arm_aapcs16_vfp for arm-watchos-* in cCallingConvention().
Alex Rønne Petersen
2024-11-02
std.builtin: Some minor fixes to CallingConvention doc comments.
Alex Rønne Petersen
2024-11-02
Merge pull request #21617 from alexrp/target-dyld-stuff
Alex Rønne Petersen
2024-11-02
Merge pull request #21729 from alexrp/target-cpu-baseline
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-11-02
Merge pull request #21860 from alexrp/llvm-triple-stuff
Alex Rønne Petersen
2024-11-01
std.c: Added `utsname` struct definition for `.macos` (#21873)
Brook Jeynes
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-11-01
std.Target: Add semver min/max versions for a bunch of OSs.
Alex Rønne Petersen
2024-11-01
std.Target: Update known OS max versions.
Alex Rønne Petersen
2024-11-01
std.Target: Remove arch-specific handling for macos in Os.VersionRange.defaul...
Alex Rønne Petersen
2024-11-01
std.Target: Sort some OS switches according to the Os enum.
Alex Rønne Petersen
2024-11-01
Merge pull request #21861 from alichraghi/master
Robin Voetter
2024-11-01
std.gpu: add `instanceIndex`
Ali Cheraghi
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-31
std.mem.asBytes: fix footgun when passing non-single pointer
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-31
std.fs.File: Fix metadata error check on Linux
Archit Gupta
2024-10-30
std.fmt: Fix compile error in Parser.peek() (#20532)
Simon Ekström
2024-10-29
std.debug: watchOS: fixes for ilp32 ABI (#21765)
Mario Nachbaur
2024-10-29
Merge pull request #21826 from Snektron/spirv-vulkan
Robin Voetter
2024-10-29
std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ER...
Julian Noble
2024-10-29
remove unnecessary cast
JonathanHallstrom
2024-10-28
closes #21824 (#21832)
Bruno Franca dos Reis
2024-10-28
Merge pull request #21807 from Rexicon226/riscv-interupt
Alex Rønne Petersen
2024-10-28
remove `needs_mem_loc`
David Rubin
2024-10-27
spirv: start.zig support for vulkan
Robin Voetter
2024-10-26
std.Target: Make DynamicLinker.standard() much stricter.
Alex Rønne Petersen
2024-10-26
std.zig.system: Fix detectAbiAndDynamicLinker() for non-Linux/Hurd ELF hosts.
Alex Rønne Petersen
2024-10-26
std.Target: Remove hasDynamicLinker() in favor of DynamicLinker.kind().
Alex Rønne Petersen
2024-10-26
std.Target: Implement DynamicLinker.kind() function.
Alex Rønne Petersen
2024-10-26
std.Target: Pick better baseline CPU models for darwin and ps4/ps5 on x86_64.
Alex Rønne Petersen
2024-10-26
std.Target: Use explicit baseline CPU models for bpf, m68k, msp430, and xcore.
Alex Rønne Petersen
2024-10-26
std.Target: Use mips32r2/mips64r2 as the baseline CPU models for mips/mips64.
Alex Rønne Petersen
2024-10-26
std.Target: Use sm_52 as the baseline CPU model for nvptx.
Alex Rønne Petersen
2024-10-26
std.Target: Use gfx906 as the baseline CPU model for amdgcn.
Alex Rønne Petersen
2024-10-26
std.Target: Use gfx600 as the generic CPU model for amdgcn.
Alex Rønne Petersen
2024-10-26
std.Target: Use ppc64 as the generic CPU model for powerpc64le.
Alex Rønne Petersen
2024-10-26
std.Target: Use avr1 as the generic CPU model for avr.
Alex Rønne Petersen
2024-10-26
std.Target: Use v11 as the baseline CPU model for lanai.
Alex Rønne Petersen
2024-10-26
std.Target: Use ck810 as the baseline CPU model for csky.
Alex Rønne Petersen
2024-10-26
std.Target: Add doc comments for Cpu.Arch.generic() and baseline().
Alex Rønne Petersen
2024-10-26
Fix up Linux xattr syscalls
Nelson Crosby
2024-10-25
remove default field for `RiscvInterruptOptions.Mode`
David Rubin
2024-10-25
Merge pull request #21795 from ziglang/kqueue-watch
Andrew Kelley
[next]