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
/
mem.zig
Age
Commit message (
Expand
)
Author
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-16
Package.Fetch: normalize path separators in symlinks
Andrew Kelley
2023-10-16
std.mem: Improve writeIntSlice performance
joadnacer
2023-10-13
std.simd: return comptime_int from `suggestVectorSize`
Veikka Tuominen
2023-10-09
std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1
Karl Seguin
2023-10-01
std.mem.zeroes: Zero out entire `extern union`, including padding
Jay Petacat
2023-09-30
fix indexOfSentinel alignment for types larger than 1 byte
Marc Tiehuis
2023-09-30
std.mem: check backend vector support for indexOfSentinel/indexOfScalarPos
Marc Tiehuis
2023-09-30
std.mem: add vectorized indexOfScalarPos and indexOfSentinel
Marc Tiehuis
2023-09-28
std.mem: use for loop instead of while in indexOf* to reduce bound checking
Karl Seguin
2023-09-27
std: Reactivate skipped tests w.r.t. llvm/llvm-project#55522
Jay Petacat
2023-09-19
skip regressed LLVM 17 std lib test on powerpc
Andrew Kelley
2023-09-13
mem: explicit Allocator.Error on concat and join
Pascal S. de Kloe
2023-08-09
std.mem.sliceAsBytes: support arrays of zero-bit types
Jacob Young
2023-07-12
Remove len parameter from splat in standard lib
antlilja
2023-07-10
std: add mem.SplitIterator.peek() (#15670)
Meghan
2023-07-10
std.mem.zeroes work with allowzero pointers
xdBronch
2023-06-27
fix u65529 and above overflowing in more places
r00ster91
2023-06-25
x86_64: fix crash emitting a packed undefined u128
Jacob Young
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
std.mem.order: use for loop syntax
Andrew Kelley
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-17
privatize std.mem.writePackedInt{Big, Little}
Evin Yulo
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
Merge pull request #15957 from BratishkaErik/deprecated-
Andrew Kelley
2023-06-13
std.mem.ValidationAllocator: forward free() calls
dweiller
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-10
std.mem.alignForwardGeneric: manually inline the assertions
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-16
std.mem.byteSwapAllFields: add suppport for nested structs (#15696)
Cortex
2023-05-16
std.mem.zeroInit: zero hidden padding for extern struct
Tw
2023-05-13
std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequence
Ryan Liptak
2023-05-13
std.mem: Split `tokenize` into 3 versions by delimiter type: full, any, and s...
Ryan Liptak
2023-05-13
std.mem: Split `split` and `splitBackwards` into 3 versions by delimiter type...
Ryan Liptak
2023-05-10
Add std.mem.indexOfNone
Kyle Coffey
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update a couple more callsites to `@memset`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-18
std: fix uses of comptime blocks in non-inline functions
mlugg
2023-03-31
std.mem.reverseIterator: add nextPtr()
Carl Åstholm
2023-03-31
std.mem.reverseIterator: accept pointer to array
Carl Åstholm
2023-03-15
std.mem.copy: update to new for loop syntax
Andrew Kelley
2023-02-20
trim(Left|Right): clarify that values_to_strip is a set
Frank Denis
[prev]
[next]