aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
AgeCommit message (Expand)Author
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
2021-03-12std: Handle empty MultiArrayList in items()LemonBoy
2021-03-05std: fix memory leak in MultiArrayListVeikka Tuominen
2021-03-03translate-c: fix c tokenizer giving invalid tokensVeikka Tuominen
2021-02-24MultiArrayList: use @memcpy as a workaroundAndrew Kelley
2021-02-23std.MultiArrayList: add workaround for LLVM bugAndrew Kelley
2021-02-05std.MultiArrayList: use `@memset` builtin for undefinedAndrew Kelley
2021-02-05std.MultiArrayList: implement review commentsIsaac Freund
2021-01-30add std.MultiArrayListAndrew Kelley