COMMITS
/ lib/std/bounded_array.zig February 9, 2025
M
std.BoundedArray: popOrNull() -> pop() [v2] (#22723)
Meghan Denny committed
August 24, 2024
A
Revert "Smaller memory footprint for BoundedArray (#16299)"
Andrew Kelley committed
August 17, 2024
M
std.BoundedArray: add clear()
mlugg committed
May 13, 2024
S
Implement addManyAsSlice for BoundedArray
Simon Brown committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
July 3, 2023
J
Smaller memory footprint for BoundedArray (#16299)
John Simon committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
May 2, 2023
D
convert s[start..start+len] to s[start..][0..len]
dweiller committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
March 17, 2023
M
add BoundedArrayAligned (#14580)
Motiejus Jakštys committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
January 22, 2023
I
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund committed
August 16, 2022
V
AstGen: detect declarations shadowing locals
Veikka Tuominen committed
August 8, 2022
R
std: fix BoundedArray test checking wrong condition (#12372)
Ryotaro "Justin" Kimura committed
April 13, 2022
A
std/bounded_array.zig: Add Writer interface
Andrew Lee committed
March 3, 2022
M
std.BoundedArray: return explicit errors (#11044)
Motiejus Jakštys committed
January 12, 2022
J
Slice function of BoundedArray now returns slice based on self pointer
Jimmi Holst Christensen committed
J
Allow BoundArray to be default initialized
Jimmi Holst Christensen committed
December 15, 2021
A
std.bounded_array: support inserting a new value at the end (#10340)
Arnav Singh committed
November 19, 2021
R
std.bounded_array: fix `self` parameter type in `constSlice`
Rohlem committed
November 10, 2021
G
BoundedArray: add appendAssumeCapacity
Gregory Anders committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
F
BoundedArray: a simple way to represent small data whose max size is known (#9134)
Frank Denis committed