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
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
2021-12-01
std: remove double free in GPA
Andrew Kelley
2021-12-01
gpa: fix leak in freeLarge and memory limit accounting in resize and resizeLarge
Matthew Borkowski
2021-12-01
allocgate: actually free memory in gpa
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: update code to use new interface
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: 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-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-29
gpa: fix memory limit accounting for large allocations
Matthew Borkowski
2021-10-24
std.log: simplify to 4 distinct log levels
Isaac Freund
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
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-06-10
zig fmt
Andrew Kelley
2021-06-09
Add a logging allocator that uses std.log (#8511)
Lee Cannon
2021-06-09
let GeneralPurposeAllocator retain metadata to report more double frees
Matthew Borkowski
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-01
std.GeneralPurposeAllocator: print leaked memory addresses
Andrew Kelley
2021-01-30
std.GeneralPurposeAllocator: logging improvements
Andrew Kelley
2021-01-14
std.Thread.Mutex: restore the "Held" API
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-08
Remove deprecated stream aliases
Jay Petacat
[next]