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
/
testing
Age
Commit message (
Expand
)
Author
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-04-23
FailingAllocator: remove outdated doc comments, move doc comment example to d...
Ryan Liptak
2025-02-06
std.testing.FailingAllocator: flatten namespace
Andrew Kelley
2025-02-06
std.mem.Allocator: introduce `remap` function to the interface
Andrew Kelley
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-06-25
Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as n...
Ryan Liptak
2022-06-23
FailingAllocator: Only capture the stack trace of the first induced allocatio...
Ryan Liptak
2022-06-23
Add stack trace capturing to FailingAllocator
Ryan Liptak
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: split free out from resize
Lee Cannon
2021-11-30
allocgate: utilize a *const vtable field
Lee Cannon
2021-11-30
allocgate: fix failing tests
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-06-26
new allocator interface
Jonathan Marler
2020-01-30
Add explicit error message for too many frees
Benjamin Feng
2020-01-30
Fix testing.allocator wiring
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Move FailingAllocator to testing
Benjamin Feng