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
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
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
Fix general purpose allocator incorrectly modifying total_requested_bytes in ...
Nathanaƫl Courant
2020-12-03
Gpa mutex configurable (#7234)
Isaac Yonemoto
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-25
std: ArenaAllocator tries to resize before allocating
LemonBoy
2020-09-08
Add resize for arena allocator
Mark Barbone
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour
2020-08-31
gpa: Don't leak memory when the upper bound is hit
LemonBoy
2020-08-29
gpa: Fix bookkeeping logic
LemonBoy
2020-08-25
std: clean up GeneralPurposeAllocator memset code
Andrew Kelley
2020-08-25
std: GeneralPurposeAllocator: set freed bytes to undefined
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
std.heap.GeneralPurposeAllocator: add `never_unmap` config option
Andrew Kelley
2020-08-13
update std and src-self-hosted for std.log breaking change
heidezomp
2020-08-11
GeneralPurposeAllocator: default to store more stack frames in test mode
Andrew Kelley
2020-08-11
GeneralPurposeAllocator: use std.log instead of std.debug.print
Andrew Kelley
[next]