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
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2023-09-07
mem: explicit dupe and dupeZ error on Allocator
Pascal S. de Kloe
2023-07-25
add error when passing a non-single-item pointer to allocator.destroy
xdBronch
2023-07-06
Optimize Allocator functions to create less duplicate code for similar types ...
IntegratedQuantum
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-12
Revert "std: check types of pointers passed to allocator functions"
Andrew Kelley
2023-02-12
std: check types of pointers passed to allocator functions
Leo Constantinides
2022-12-13
Allocator.zig: minor fixes
Ganesan Rajagopal
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-16
std.mem.Allocator: do not return undefined pointers from `create`
Veikka Tuominen
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