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
/
mem
Age
Commit message (
Expand
)
Author
2022-10-29
Allocator: fix len_align calc in large type size case
kkHAIKE
2022-10-27
std.mem.Allocator: do not return undefined pointers
Veikka Tuominen
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-07-23
Revert "std.mem.Allocator: add alignedCreate"
Veikka Tuominen
2022-07-23
std.mem.Allocator: add alignedCreate
devins2518
2022-05-02
Allocator: correct `PanicFree` function name
Lee Cannon
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-01-26
std.mem.Allocator: upgrade to new function pointer semantics
Andrew Kelley
2021-12-19
Allocator: `allocBytes` and `reallocBytes` (#10352)
Lee Cannon
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-02
allocator: Move vtable into gen struct
Lee Cannon
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: apply missed changes
Lee Cannon
2021-11-30
allocgate: utilize a *const vtable field
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-09
std: Publicize Allocator.reallocBytes
Silver
2021-09-22
FIX resize() for non u8 element types. (#9806)
Coleman Broaddus
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-02-25
std: Clear old memory on free
LemonBoy
2020-12-31
Year++
Frank Denis
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-06
Merge pull request #6239 from pfgithub/patch-1
Andrew Kelley
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-02
"Support" allocating 0 bit types
pfg
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-11
std.mem.Allocator: fix not passing return_address
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley