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
/
heap
Age
Commit message (
Expand
)
Author
2023-10-04
GeneralPurposeAllocator.searchBucket: check current bucket before searching t...
Ryan Liptak
2023-10-03
Treap: do not set key to undefined in `remove` to allow re-use of removed nodes
Ryan Liptak
2023-10-03
GeneralPurposeAllocator: Considerably improve worst case performance
Ryan Liptak
2023-09-06
std: enable FailingAllocator to fail on resize
Gregory Anders
2023-08-21
Update default stack frames for general_purpose_allocator.zig
Gregory Mullen
2023-08-02
std: add SbrkAllocator and use it for Plan 9
Jacob G-W
2023-07-03
std: fix doc comment of GPA deinit
Philipp Lühmann
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-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
arena_allocator/reset: avoid zero-capacity allocations
Erik Arvstedt
2023-06-13
arena_allocator/reset: fix use after free
Erik Arvstedt
2023-06-13
arena_allocator/reset: fix buffer overrun
Erik Arvstedt
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
zig fmt
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-22
std: GPA deinit return an enum instead of a bool
Borja Clemente
2023-04-05
std: fix memory bugs
Jacob Young
2023-04-04
GPA: Catch invalid frees
Ganesan Rajagopal
2023-03-15
add std.heap.ThreadSafeAllocator
Andrew Kelley
2023-02-27
std.heap.GeneralPurposeAllocator: add doc comment for deinit
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
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
2023-01-03
Implements std.ArenaAllocator.reset() (#12590)
Felix Queißner
2022-12-15
Improves the comment formatting.
Felix "xq" Queißner
2022-12-15
Implements std.heap.MemoryPool and friends.
Felix "xq" Queißner
2022-11-30
std.ArrayList: fix shrinkAndFree
Andrew Kelley
2022-11-29
WasmAllocator: simplify thanks to new Allocator interface
Andrew Kelley
2022-11-29
rename a couple variables
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: redo
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: implement resizing
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: resize in place without force shrinking
Andrew Kelley
2022-11-29
std.heap.WasmAllocator: large allocations
Andrew Kelley
2022-11-29
introduce std.heap.WasmAllocator
Andrew Kelley
2022-11-29
std.heap: extract PageAllocator, WasmPageAllocator
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-30
std.heap.PageAllocator: add check for large allocation
Andrew Kelley
2022-09-12
remove pointless discards
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-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-04-23
std.Thread: Mutex and Condition improvements (#11497)
protty
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-16
std.heap.GeneralPurposeAllocator: use `var` for mutable locals
Andrew Kelley
2022-02-28
make gpa.deinit work with stage2
Veikka Tuominen
2021-12-19
stage1: deal with BPF not supporting @returnAddress()
Kenta Iwasaki
[next]