aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
AgeCommit message (Expand)Author
2024-01-03Correct expected/actual parameter order of some assertionsCarl Åstholm
2024-01-03Fix compile errors from the `expectEqual` changeCarl Åstholm
2023-11-04x86_64: fix miscompilationsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-08std: add unstable sorting to array hash mapsAndrew Kelley
2023-09-24std.MultiArrayList: add test coverage for 0-bit structsAndrew Kelley
2023-07-11Add more sorting functions to MultiArrayList (#16377)Niles Salter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-16Removing duplicate word in docBogdan Romanyuk
2023-04-10std.MultiArrayList: add support for tagged unions.GethDW
2023-03-27std.MultiArrayList: add set and get to SliceJacob Young
2023-03-06tools: add lldb pretty printer for std.MultiArrayList.SliceJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young
2023-02-21MultiArrayList: delete pessimizing vector usageJacob Young
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-01std: avoid vector usage with the C backendJacob Young
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-09-13std: remove workaround for fixed bugAndrew Kelley
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-04-29std.MultiArrayList: add functions `addOne`, `pop`, and `popOrNull` (#11553)InKryption
2022-03-24std.MultiArrayList: check size of element, not pointerAndrew Kelley
2022-03-16gdb: add slice, multi array list, and array hash map printersRobin Voetter
2022-03-14basic language features do not belong in std.metaAndrew Kelley
2022-03-10std: add sort method to ArrayHashMap and MultiArrayListAndrew Kelley
2022-01-24Revert "MultiArrayList: Fix error when struct is 0 sized"Andrew Kelley
2022-01-24MultiArrayList: Fix error when struct is 0 sizedriverbl
2022-01-17libstd: add smoke test for insert methods in MultiArrayListJakub Konka
2022-01-16Fix missing `!void` in std.MultiArrayListJarred Sumner
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-26multi_array_list: get function take self by valueJonathan Marler
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-10zig fmtAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-19std.MultiArrayList: ensureUnusedCapacity/ensureTotalCapacityAndrew Kelley