COMMITS
/ lib/std/multi_array_list.zig January 25, 2022
A
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley committed
January 24, 2022
R
MultiArrayList: Fix error when struct is 0 sized
riverbl committed
January 17, 2022
J
libstd: add smoke test for insert methods in MultiArrayList
Jakub Konka committed
J
Fix missing `!void` in std.MultiArrayList
Jarred Sumner committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 25, 2021
J
multi_array_list: get function take self by value
Jonathan Marler committed
September 17, 2021
R
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak committed
August 24, 2021
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 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham 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 19, 2021
A
std.MultiArrayList: ensureUnusedCapacity/ensureTotalCapacity
Andrew Kelley committed
March 11, 2021
L
std: Handle empty MultiArrayList in items()
LemonBoy committed
March 5, 2021
V
std: fix memory leak in MultiArrayList
Veikka Tuominen committed
March 3, 2021
V
translate-c: fix c tokenizer giving invalid tokens
Veikka Tuominen committed
February 24, 2021
A
MultiArrayList: use @memcpy as a workaround
Andrew Kelley committed
A
std.MultiArrayList: add workaround for LLVM bug
Andrew Kelley committed
February 5, 2021
A
std.MultiArrayList: use `@memset` builtin for undefined
Andrew Kelley committed
I
std.MultiArrayList: implement review comments
Isaac Freund committed
January 31, 2021
A
add std.MultiArrayList
Andrew Kelley committed