aboutsummaryrefslogtreecommitdiff
path: root/lib/std/bounded_array.zig
AgeCommit message (Expand)Author
2024-08-23Revert "Smaller memory footprint for BoundedArray (#16299)"Andrew Kelley
2024-08-17std.BoundedArray: add clear()mlugg
2024-05-21Implement addManyAsSlice for BoundedArraySimon Brown
2024-03-21std: promote tests to doctestsAndrew Kelley
2023-07-03Smaller memory footprint for BoundedArray (#16299)John Simon
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-17add BoundedArrayAligned (#14580)Motiejus Jakštys
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-29std: restrict mem.span() and mem.len() to sentinel terminated pointersIsaac Freund
2022-08-16AstGen: detect declarations shadowing localsVeikka Tuominen
2022-08-08std: fix BoundedArray test checking wrong condition (#12372)Ryotaro "Justin" Kimura
2022-04-14std/bounded_array.zig: Add Writer interfaceAndrew Lee
2022-03-03std.BoundedArray: return explicit errors (#11044)Motiejus Jakštys
2022-01-16Slice function of BoundedArray now returns slice based on self pointerJimmi Holst Christensen
2022-01-12Allow BoundArray to be default initializedJimmi Holst Christensen
2021-12-15std.bounded_array: support inserting a new value at the end (#10340)Arnav Singh
2021-11-20std.bounded_array: fix `self` parameter type in `constSlice`Rohlem
2021-11-14BoundedArray: add appendAssumeCapacityGregory Anders
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24BoundedArray: a simple way to represent small data whose max size is known (#...Frank Denis