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
2025-01-31
std.zig.target: Fix glibc runtime triple for x86-linux-gnu.
Alex Rønne Petersen
2025-01-29
delete std.heap.WasmPageAllocator
Andrew Kelley
2025-01-30
std: fix comptime SemanticVersion expr regression
Michael Dusan
2025-01-30
std.c: define more fields for darwin.AI
Meghan Denny
2025-01-29
std.zig.target: Remove some library names from isLibCLibName() for MinGW.
Alex Rønne Petersen
2025-01-29
std.c: android bionic compatibility fixes (getrandom & getaddressinfo) (#22143)
Bing Sun
2025-01-29
Sema: explain why we tried to call an `extern fn` at comptime
mlugg
2025-01-29
Merge pull request #22634 from nektro/patch-6
Alex Rønne Petersen
2025-01-29
std: mkdir(2) mode uses mode_t
Meghan Denny
2025-01-29
std.c: add `msghdr` and `msghdr_const` definitions for macos
David Rubin
2025-01-29
std.zig.system.darwin: Add driverkit handling in getSdk().
Alex Rønne Petersen
2025-01-29
std.testing.expectEqual: {any} in print and move tests
ThisPC
2025-01-29
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5
2025-01-29
std.c: was missing darwin.kevent64_s
Meghan Denny
2025-01-27
std.c: was missing darwin.@"close$NOCANCEL"
Meghan Denny
2025-01-27
std.c: was missing darwin.host_t
Meghan Denny
2025-01-27
std.c: was missing darwin.natural_t
Meghan Denny
2025-01-28
Merge pull request #22573 from sorairolake/fix-invisible-doccomments
Alex Rønne Petersen
2025-01-28
std.heap.memory_pool: make preheat() usable after init()
John Benediktsson
2025-01-27
Revert "std.http.Server: add Request.getHeader() function (#21625)"
Andrew Kelley
2025-01-27
std.http.Server: add Request.getHeader() function (#21625)
dbubel
2025-01-27
main: classify empty environment variables as unset
Carter Snook
2025-01-26
Revert d714cf33405486d9aa707e9aee8f103a011d06e9 (#21273)
Alex Rønne Petersen
2025-01-27
std.zip: Include the last paragraph in top-level doc comments
Shun Sakai
2025-01-26
std.c.darwin: Fix EXC.MASK compile error (#21273)
injuly
2025-01-26
std.meta: handle `comptime` fields in `hasUniqueRepresentation` (#22132)
Fri3dNstuff
2025-01-26
std.Build: add more explicit error sets to some functions
Eric Joldasov
2025-01-26
std: check max depth for vector type in formatType
thejohnny5
2025-01-26
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza
2025-01-26
std.net.listen: no REUSEPORT with unix socket
Pierre Tachoire
2025-01-26
stf: do not call xcode-select or xcrun by absolute path in darwin sdk detection
Meghan Denny
2025-01-26
Update LDR_DATA_TABLE_ENTRY struct
ziggoon
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
std.Build: Make ofmt part of standardTargetOptions().
Alex Rønne Petersen
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-25
std: add `fs.path.fmtJoin`
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
std: remove old declarations now a zig1 update has happened
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen
2025-01-23
Merge pull request #22098 from alexrp/wasm-generic-baseline
Alex Rønne Petersen
2025-01-23
std.posix.setsockopt: EOPNOTSUPP can be returned
Pierre Tachoire
2025-01-23
adding std.c.TCP.NODELAY for macos (#22404)
John Benediktsson
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-22
Merge pull request #22572 from jacobly0/new-error-trace
Matthew Lugg
2025-01-22
Merge pull request #22571 from mlugg/various-fixes-again
Matthew Lugg
2025-01-22
std.zip: Replace invisible doc comments with top-level doc comments
Shun Sakai
2025-01-22
std.compress.flate.Lookup: Replace invisible doc comments with top-level doc ...
Shun Sakai
[next]