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
Age
Commit message (
Expand
)
Author
2025-04-01
std.start: allow return uefi error union in main (#23425)
Carmen
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-31
zon: normalize negative zeroes
Ali Cheraghi
2025-03-31
translate-c: fix referencing extern locals from nested blocks
Parker Liu
2025-03-31
Merge pull request #23417 from dweiller/zstd-fixes
Alex Rønne Petersen
2025-03-31
Add quota for comptime sort, add test
Simon Brown
2025-03-31
std.compress.zstd: ensure window size fits into usize
dweiller
2025-03-31
std.compress.zstd: fix OOB access in literal decode
dweiller
2025-03-29
crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)
Frank Denis
2025-03-27
check result of mmap() call to handle a large base_addr value correctly
Sean Stasiak
2025-03-27
Merge pull request #23373 from alexrp/get-base-address
Alex Rønne Petersen
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-27
std.posix: add getuid()/geteuid()
blurrycat
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-26
Merge pull request #23339 from Iced-Sun/master
Alex Rønne Petersen
2025-03-26
Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...
Felix "xq" Queißner
2025-03-26
abiAndDynamicLinkerFromFile: return an error when the file is not actually dy...
Pratham
2025-03-26
std.process: Fix getBaseAddress() to handle all Darwin OSs.
Alex Rønne Petersen
2025-03-26
std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.
Alex Rønne Petersen
2025-03-26
std.process: Fix getBaseAddress() for linux + libc.
Alex Rønne Petersen
2025-03-26
linux: don't export getauxval when not required
wooster0
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-26
Allocator.create: properly handle alignment for zero-sized types (#21864)
Kendall Condon
2025-03-26
zig build: add env_map entries to hash for Step.Run
dweiller
2025-03-26
std.posix: update LFS64 interfaces for android bionic C
孙冰
2025-03-26
std.Target: Update default Android API level to 24
孙冰
2025-03-26
Merge pull request #23062 from ianic/io_uring_bind
Alex Rønne Petersen
2025-03-26
lib/std/posix: test ftruncate via std.fs.File.setEndPos()
Pat Tullmann
2025-03-25
support more process creation options on Windows
Jonathan Marler
2025-03-25
Fix std.debug.dumpHex address offsets
Arnau Camprubí
2025-03-25
Merge pull request #23310 from Rexicon226/fix-23309
Alex Rønne Petersen
2025-03-25
Added check for HTTP version and GET method when upgrading WebSocket to compl...
Kuwazy
2025-03-25
Merge pull request #23220 from samy-00007/bytesAsSlice-fix
Alex Rønne Petersen
2025-03-25
std.c: android bionic C supports arc4random_buf and getentropy
孙冰
2025-03-25
Merge pull request #23007 from rootbeer/posix-eaccess-eperm
Alex Rønne Petersen
2025-03-25
Update the documentation comment in arena_allocator.zig to be more accurate
godalming123
2025-03-24
std.mem.bytesAsSlice: fix to support zero-bytes sized types
samy007
2025-03-24
fix: Allocator.remap now handles zero-bytes sized types
samy007
2025-03-24
std.zig.Ast: Fix error case memory leak in parse()
Chris Clark
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...
Pat Tullmann
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-03-24
std: add bit_set.findLastSet() (#22411)
Meghan Denny
2025-03-24
std.math: Add least common multiple (lcm)
oittaa
2025-03-24
DepTokenizer: allow space between target and colon
rpkak
2025-03-24
big.int: return normalized results from `{add,sub}Carry`
David Rubin
2025-03-24
docs(std.base64): Add references to RFC 4648
Shun Sakai
2025-03-24
fix(std/fmt.zig): fix overflow in fmtDurationSigned
GasInfinity
2025-03-24
deprecate O(n) union field type helpers in std.meta
Carter Snook
2025-03-24
typo: block_two_semicolon -> block_two
sdzx-1
[next]