aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_list.zig
AgeCommit message (Expand)Author
2025-10-11std.ArrayList: swapRemove set removed element to undefined (#25514)Fri3dNstuff
2025-09-20std: remove loop from growCapacityAndrew Kelley
2025-08-30upgrade more old API usesAndrew Kelley
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std: delete most remaining uses of GenericWriterAndrew Kelley
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-08-26`std.ArrayList`: add `insertSliceAssumeCapacity()` and `insertSliceBounded()`...Rue
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-11std: introduce orderedRemoveManyAndrew Kelley
2025-08-05std: remove BoundedArrayAndrew Kelley
2025-08-05std.array_list: add bounded methodsAndrew Kelley
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-09std/containers: improve consistency using gpa parameter name for allocator.remeh
2025-02-26std.ArrayList: delete unit testAndrew Kelley
2025-02-13std.ArrayList: initial capacity based on cache line sizeAndrew Kelley
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-06std.mem.Allocator: introduce `remap` function to the interfaceAndrew Kelley
2025-01-15std.array_list: tiny refactor for pleasureAndrew Kelley
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-01std: deprecate some incorrect default initializationsmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-07-14std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490)gooncreeper
2024-07-09std: fix typos (#20560)Jora Troosh
2024-04-02Refactor ArrayList replaceRange testsMichael Lynch
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-23std.ArrayList: fixedWriterAndrew Kelley
2024-02-23std.ArrayList: add writerAssumeCapacityAndrew Kelley
2024-01-19std.ArrayList: pedantic fixups to previous commitAndrew Kelley
2024-01-19std.ArrayList: add replaceRangeAssumeCapacity methodGordon Cassie
2024-01-19std.ArrayList.replaceRange: remove unneded overflow checksErik Arvstedt
2024-01-19std.ArrayList: remove `+ 1` overflow checksErik Arvstedt
2024-01-15std.ArrayList: pedantic rewordings of documentation and unit testsAndrew Kelley
2024-01-15std.array_list: Document and reduce illegal behavior in ArrayListsnotcancername
2024-01-13std.ArrayList: Clarify that ensureTotalCapacity/ensureTotalCapacityPrecise wi...Ryan Liptak
2023-11-22std.ArrayList: add initBuffer to the unmanaged array listAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
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: disable failing tests, enable test-std testingJacob Young
2023-09-30Improve (Unmanaged)ArrayList.insertLucas Santos
2023-09-29std.ArrayList: fixups for the previous commitAndrew Kelley
2023-09-29std.ArrayList: insertSlice avoids extra memcpyLucas Santos
2023-09-06std: enable FailingAllocator to fail on resizeGregory Anders