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
2024-10-12
Fix index calculation in WasmPageAllocator
Krzysztof Wolicki
2024-10-12
Remove packed_int_array usage from WasmPageAllocator and BigInt
Krzysztof Wolicki
2024-09-01
std: deprecate some incorrect default initializations
mlugg
2024-08-29
std: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-05-21
gpa: Add never_unmap and retain_metadata test
Hampus Fröjdholm
2024-05-21
gpa: Fix GeneralPurposeAllocator crash when deallocating metadata
Hampus Fröjdholm
2024-05-18
gpa: Fix GeneralPurposeAllocator double free stack traces
Hampus Fröjdholm
2024-05-18
gpa: Add helper to calculate size class of empty buckets
Hampus Fröjdholm
2024-05-10
Avoid unnecessary operation in PageAllocator.
Lucas Santos
2024-03-23
WasmAllocator: fix safety panic during OOM
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-01
std: eliminate some uses of `usingnamespace`
mlugg
2023-11-21
std.heap: Use @alignOf(T) rather than 0 if not manually overridden for alignm...
Michael Pfaff
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-01
Use ArenaAllocator.reset in MemoryPool
Kai Jellinghaus
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-15
std.heap.ArenaAllocator: fix doc comment typo
Johan Jansson
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
[next]