aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-31Add quota for comptime sort, add testSimon Brown
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-09std/containers: improve consistency using gpa parameter name for allocator.remeh
2025-02-13std.ArrayList: initial capacity based on cache line sizeAndrew Kelley
2025-02-07std.MultiArrayList: popOrNull() -> pop()Meghan Denny
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2024-12-05compiler: allow files with AstGen errors to undergo semantic analysismlugg
2024-10-14std.MultiArrayList: add clear methodsAndrew Kelley
2024-10-11std.MultiArrayList: add empty initalizer valueAndrew Kelley
2024-09-10Dwarf: implement and test multi array listJacob Young
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-07InternPool: implement and use thread-safe list for stringsJacob Young
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-01compiler: audit debug mode checksJacob Young
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