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
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-07
InternPool: implement and use thread-safe list for strings
Jacob Young
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-01-03
Correct expected/actual parameter order of some assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2023-11-04
x86_64: fix miscompilations
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
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: fix bugs and disable erroring tests
Jacob Young
2023-10-08
std: add unstable sorting to array hash maps
Andrew Kelley
2023-09-24
std.MultiArrayList: add test coverage for 0-bit structs
Andrew Kelley
2023-07-11
Add more sorting functions to MultiArrayList (#16377)
Niles Salter
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
[next]