COMMITS
/ lib/std/heap.zig December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
November 7, 2021
L
allocgate: change resize to return optional instead of error
Lee Cannon committed
November 6, 2021
L
allocgate: split free out from resize
Lee Cannon committed
October 29, 2021
L
allocgate: utilize a *const vtable field
Lee Cannon committed
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: dont use a dummy temporary for stateless allocators
Lee Cannon committed
L
allocgate: std Allocator interface refactor
Lee Cannon committed
October 20, 2021
A
stage2: fix inline assembly with expression output
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 28, 2021
A
std: reorganization that allows new usingnamespace semantics
Andrew Kelley committed
August 24, 2021
A
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley committed
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 9, 2021
L
Add a logging allocator that uses std.log (#8511)
Lee Cannon committed
June 6, 2021
L
std: Add helpers to safely align pointers
LemonBoy committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 29, 2021
A
std: remove redundant comptime keyword
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
December 28, 2020
I
std/heap: fix documentation of raw_c_allocator
Isaac Freund committed
December 13, 2020
L
Fix StackFallbackAllocator
Luuk de Gram committed
November 19, 2020
A
add std.heap.raw_c_allocator
Andrew Kelley committed
A
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley committed
November 6, 2020
X
change debug.assert to testing.expect in tests
xackus committed
September 22, 2020
L
Fix typo, remove debug leftover, rename few fns
LemonBoy committed
L
Implement a fallback mechanism for posix_memalign
LemonBoy committed
September 20, 2020
L
std: Make C allocator respect the required alignment
LemonBoy committed
October 17, 2020
J
Make std.meta.Int accept a signedness parameter
Jan Prudil committed
September 24, 2020
L
std: ArenaAllocator tries to resize before allocating
LemonBoy committed
September 19, 2020
L
std: Fix metadata corruption in HeapAllocator
LemonBoy committed
September 6, 2020
A
Merge pull request #6239 from pfgithub/patch-1
Andrew Kelley committed
September 3, 2020
P
Test 0 bit allocation
pfg committed
V
update uses of deprecated type field access
Vexu committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 8, 2020
A
std.heap.page_allocator: Windows support for growing without remapping
Andrew Kelley committed
A
stage1: deal with WebAssembly not supporting @returnAddress()
Andrew Kelley committed
A
std.mem.Allocator: add return_address to the interface
Andrew Kelley committed
A
improvements & fixes for general purpose allocator integration
Andrew Kelley committed
A
std: introduce GeneralPurposeAllocator
Andrew Kelley committed
July 12, 2020
S
Make allocator test functions public
Sam Tebbs committed
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
June 28, 2020
J
Fix issue 5741, use after free
Jonathan Marler committed
J
WasmPageAllocator: fix bug not aligning allocations
Jonathan Marler committed
June 27, 2020
J
new allocator interface after Andrew Kelley review
Jonathan Marler committed
April 17, 2020
J
new allocator interface
Jonathan Marler committed
June 2, 2020
J
Expose full llvm intrinsic
Jakub Konka committed
J
Use builtins in std.heap.WasmAllocator
Jakub Konka committed
May 10, 2020
A
rework self-hosted compiler for incremental builds
Andrew Kelley committed
April 29, 2020
T
std.meta.IntType -> std.meta.Int
Tadeo Kondrak committed