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
2025-09-03
Add allocator that always fails
whatisaphone
2025-08-24
lib: Reword documentation for realloc to clarify size
87
2025-07-09
std: refactor to use Alignment.of
Andrew Kelley
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-03-26
Allocator.create: properly handle alignment for zero-sized types (#21864)
Kendall Condon
2025-03-25
Merge pull request #23220 from samy-00007/bytesAsSlice-fix
Alex Rønne Petersen
2025-03-24
fix: Allocator.remap now handles zero-bytes sized types
samy007
2025-03-11
std.mem.Allocator.remap: fix incorrect doc comment (part 2)
mlugg
2025-03-11
std.mem.Allocator.remap: fix incorrect doc comment
mlugg
2025-02-06
std.mem.Allocator.VTable: improve doc comment wording
Andrew Kelley
2025-02-06
std.mem.Allocator: keep the undefined memset
Andrew Kelley
2025-02-06
std.mem.Allocator: introduce `remap` function to the interface
Andrew Kelley
2025-02-06
GeneralPurposeAllocator: minimal fix
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-03
Allocator/Random: document that comparing `ptr` may result in illegal behavior
Ryan Liptak
2025-01-22
std.mem.Allocator: remove redundant check
mlugg
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-24
Allocator.free: document zero-length behavior
Ilia Choly
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
[next]