COMMITS
/ lib/std/heap.zig November 24, 2025
R
os.windows: Delete unused functions and kernel32 bindings
Ryan Liptak committed
August 13, 2025
J
MemoryPool: add unmanaged variants and make them the default
Justus Klausecker committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
October 23, 2025
A
std.heap: define page size for alpha-netbsd
Alex Rønne Petersen committed
A
std.heap: define page size for hppa, sh on NetBSD
Alex Rønne Petersen committed
A
std.heap: define page size for alpha, hppa, sh on OpenBSD
Alex Rønne Petersen committed
October 20, 2025
A
std.heap: define page size for alpha, hppa, microblaze, sh on Linux
Alex Rønne Petersen committed
October 19, 2025
A
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen committed
October 18, 2025
A
std.heap: define min/max page size for or1k-linux
Alex Rønne Petersen committed
September 22, 2025
J
Coff2: create a new linker from scratch
Jacob Young committed
August 20, 2025
J
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
August 3, 2025
J
zig fmt: apply new cast builtin order
Justus Klausecker committed
July 30, 2025
L
std: Add serenity to more OS checks
Linus Groh committed
July 10, 2025
A
std: refactor to use Alignment.of
Andrew Kelley committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 26, 2025
K
Allocator.create: properly handle alignment for zero-sized types (#21864)
Kendall Condon committed
March 2, 2025
R
add parentheses in std.heap.page_size_min
rpkak committed
February 24, 2025
A
std.heap.page_size_min: relax freestanding restriction
Andrew Kelley committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
February 17, 2025
S
Fix build failure in sbrk allocator, caused by #20511
schtvn committed
February 10, 2025
M
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny committed
February 7, 2025
A
don't try to test SmpAllocator in single threaded mode
Andrew Kelley committed
February 6, 2025
A
std.heap: test smp_allocator
Andrew Kelley committed
A
add std.heap.SmpAllocator
Andrew Kelley committed
A
std.heap: fix wrong deprecation date
Andrew Kelley committed
A
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley committed
A
std.heap: remove HeapAllocator
Andrew Kelley committed
A
std.heap: update Windows HeapAllocator
Andrew Kelley committed
February 5, 2025
A
std: fix compilation under -lc
Andrew Kelley committed
A
std.heap.ThreadSafeAllocator: update to new Allocator API
Andrew Kelley committed
February 4, 2025
A
std.heap: delete LoggingAllocator and friends
Andrew Kelley committed
A
std: update to new Allocator API
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
A
delete std.heap.WasmPageAllocator
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
October 4, 2024
P
Remove old deprecated symbols in std (#21584)
PauloCampana committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
March 5, 2024
T
std: expose Config struct of GeneralPurposeAllocator
Techatrix committed
February 25, 2024
A
std.heap.raw_c_allocator: use malloc_size for resize
Andrew Kelley committed
February 1, 2024
M
std: eliminate some uses of `usingnamespace`
mlugg committed
October 10, 2023
J
byos: Ease `GeneralPurposeAllocator` integration
Jay Petacat committed
December 14, 2023
V
std.heap: add runtime safety for calling `stackFallback(N).get` multiple times
Veikka Tuominen committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
July 17, 2023
J
std: add SbrkAllocator and use it for Plan 9
Jacob G-W committed