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-02-10
std.fmt: remove placeholders from binary
rpkak
2025-02-10
Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-break...
Alex Rønne Petersen
2025-02-10
std.mem: add missing check to lastIndexOfLinear
andrewkraevskii
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-09
std.c: Fix definition of stack_t on OpenBSD
Linus Groh
2025-02-09
std.c: Use std.c.NI as the flags type in getnameinfo
Karol Kosek
2025-02-09
std.c: Support optional addr and host arguments in getnameinfo
Karol Kosek
2025-02-09
std.BoundedArray: popOrNull() -> pop() [v2] (#22723)
Meghan Denny
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-02-09
Merge pull request #22820 from linusg/uefi-tweaks
Linus Groh
2025-02-08
Merge pull request #22823 from ziglang/SmpAllocator-freelist-accounting
Andrew Kelley
2025-02-09
Read System.keychain as well as SystemRootCertificates.keychain for MacOS CA ...
Don
2025-02-09
std.os.uefi: Drop 'Efi' prefix from type names
Linus Groh
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-09
std.os.uefi: Adjust casing to match style guide in a few places
Linus Groh
2025-02-08
std.heap.SmpAllocator: back to simple free
Andrew Kelley
2025-02-08
std.heap.SmpAllocator: alternate freelist accounting
Andrew Kelley
2025-02-08
std.heap.SmpAllocator; fix freelist accounting
Andrew Kelley
2025-02-08
std.os.uefi: Add missing SystemTable revision constants
Linus Groh
2025-02-08
std.Target: Bump UEFI max version to 2.11
Linus Groh
2025-02-08
Merge pull request #22808 from ziglang/fast-gpa
Andrew Kelley
2025-02-08
std.os.uefi: fix allocators compiling
Tristan Ross
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-07
std.MultiArrayList: popOrNull() -> pop()
Meghan Denny
2025-02-07
don't try to test SmpAllocator in single threaded mode
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: rotate on free sometimes
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix detection of slab end
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix getCpuCount logic
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: simplify by putting freelist node at start
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: fix using wrong size class indices
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: eliminate the global mutex
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: implement searching on alloc
Andrew Kelley
2025-02-07
std.heap.SmpAllocator: 256K slab_len
Andrew Kelley
2025-02-07
std.heap: test smp_allocator
Andrew Kelley
2025-02-07
add std.heap.SmpAllocator
Andrew Kelley
2025-02-07
Merge pull request #20511 from archbirdplus
Andrew Kelley
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-07
Merge pull request #22787 from Rexicon226/add-hint
Alex Rønne Petersen
2025-02-07
fix: getEndPos return end position
Kouosi Takayama
2025-02-06
std.heap.SbrkAllocator: fix typo
Andrew Kelley
2025-02-06
std.mem.Allocator.VTable: improve doc comment wording
Andrew Kelley
2025-02-06
std.heap: fix wrong deprecation date
Andrew Kelley
2025-02-06
std.testing: don't ask wasm to stack trace
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: update unit tests for new impl
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: make page size configurable
Andrew Kelley
2025-02-06
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley
2025-02-06
std.heap: remove HeapAllocator
Andrew Kelley
2025-02-06
std.testing.allocator: different canary + enable resize traces
Andrew Kelley
2025-02-06
std.heap.GeneralPurposeAllocator: fix UAF in resizeLarge
Andrew Kelley
2025-02-06
std.heap: update Windows HeapAllocator
Andrew Kelley
[next]