index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
bounded_array.zig
Age
Commit message (
Expand
)
Author
2024-08-17
std.BoundedArray: add clear()
mlugg
2024-05-21
Implement addManyAsSlice for BoundedArray
Simon Brown
2024-03-21
std: promote tests to doctests
Andrew Kelley
2023-07-03
Smaller memory footprint for BoundedArray (#16299)
John Simon
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-17
add BoundedArrayAligned (#14580)
Motiejus Jakštys
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-08
std: fix BoundedArray test checking wrong condition (#12372)
Ryotaro "Justin" Kimura
2022-04-14
std/bounded_array.zig: Add Writer interface
Andrew Lee
2022-03-03
std.BoundedArray: return explicit errors (#11044)
Motiejus Jakštys
2022-01-16
Slice function of BoundedArray now returns slice based on self pointer
Jimmi Holst Christensen
2022-01-12
Allow BoundArray to be default initialized
Jimmi Holst Christensen
2021-12-15
std.bounded_array: support inserting a new value at the end (#10340)
Arnav Singh
2021-11-20
std.bounded_array: fix `self` parameter type in `constSlice`
Rohlem
2021-11-14
BoundedArray: add appendAssumeCapacity
Gregory Anders
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
BoundedArray: a simple way to represent small data whose max size is known (#...
Frank Denis