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-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
2020-08-08
std: general purpose allocator: use AutoHashMap
Andrew Kelley
2020-08-08
fix general purpose allocator test cases on Windows
Andrew Kelley
2020-08-08
GeneralPurposeAllocator: naming convention refactor
Andrew Kelley
2020-08-08
don't collect stack trace frames in release safe mode by default
Andrew Kelley
2020-08-08
std lib general purpose allocator: disable stack tracing on mips
Andrew Kelley
2020-08-08
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley
2020-08-08
utilize math.ceilPowerOfTwo
Andrew Kelley
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-29
ArenaAllocator: use full capacity
Jonathan Marler
2020-06-29
Revert "arena_allocator: refactor and use full capacity"
Jonathan Marler
2020-06-28
arena_allocator: refactor and use full capacity
Jonathan Marler
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-05-20
small bump to ArenaAllocator minimum alloc size
Andrew Kelley
2020-05-20
arena allocator: smaller minimum allocation size
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-01-30
Convert a few more page_allocator
Benjamin Feng
2020-01-09
std: fix LoggingAllocator, add simple test
daurnimator
2019-09-25
mv std/ lib/
Andrew Kelley