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
/
multi_array_list.zig
Age
Commit message (
Expand
)
Author
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-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-16
Removing duplicate word in doc
Bogdan Romanyuk
2023-04-10
std.MultiArrayList: add support for tagged unions.
GethDW
2023-03-27
std.MultiArrayList: add set and get to Slice
Jacob Young
2023-03-06
tools: add lldb pretty printer for std.MultiArrayList.Slice
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-21
MultiArrayList: delete pessimizing vector usage
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-01
std: avoid vector usage with the C backend
Jacob Young
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-13
std: remove workaround for fixed bug
Andrew Kelley
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-04-29
std.MultiArrayList: add functions `addOne`, `pop`, and `popOrNull` (#11553)
InKryption
2022-03-24
std.MultiArrayList: check size of element, not pointer
Andrew Kelley
2022-03-16
gdb: add slice, multi array list, and array hash map printers
Robin Voetter
2022-03-14
basic language features do not belong in std.meta
Andrew Kelley
2022-03-10
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley
2022-01-24
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley
2022-01-24
MultiArrayList: Fix error when struct is 0 sized
riverbl
2022-01-17
libstd: add smoke test for insert methods in MultiArrayList
Jakub Konka
2022-01-16
Fix missing `!void` in std.MultiArrayList
Jarred Sumner
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-26
multi_array_list: get function take self by value
Jonathan Marler
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-19
std.MultiArrayList: ensureUnusedCapacity/ensureTotalCapacity
Andrew Kelley
2021-03-12
std: Handle empty MultiArrayList in items()
LemonBoy
2021-03-05
std: fix memory leak in MultiArrayList
Veikka Tuominen
2021-03-03
translate-c: fix c tokenizer giving invalid tokens
Veikka Tuominen
2021-02-24
MultiArrayList: use @memcpy as a workaround
Andrew Kelley
2021-02-23
std.MultiArrayList: add workaround for LLVM bug
Andrew Kelley
2021-02-05
std.MultiArrayList: use `@memset` builtin for undefined
Andrew Kelley
2021-02-05
std.MultiArrayList: implement review comments
Isaac Freund
2021-01-30
add std.MultiArrayList
Andrew Kelley