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
2024-02-25
fix integer overflow in indexOfPosLinear when needle.len > haystack.len
Techatrix
2024-02-23
std.mem: take advantage of length-based slicing
Andrew Kelley
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-04
std: use simple eqlBytes for spirv
Robin Voetter
2024-01-14
mem: add byteswap array support (#17959)
Tristan Ross
2024-01-09
std.mem: fix simd.suggestVectorLength merge conflict
Andrew Kelley
2024-01-09
Merge pull request #18318 from castholm/simd-segfault
Andrew Kelley
2024-01-09
Optimized `std.mem.eql` with SIMD (#18389)
David Rubin
2024-01-04
speed up sliceTo when end == sentinel
xdBronch
2024-01-03
Correct expected/actual parameter order of some assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2024-01-01
Change `<` to `<=` in `indexOfSentinel` SIMD path
Carl Åstholm
2024-01-01
Deprecate `suggestVectorSize` in favor of `suggestVectorLength`
Carl Åstholm
2024-01-01
Prevent reading over a page boundary in `mem.indexOfSentinel`
Carl Åstholm
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: delete `readIntSlice` and `writeIntSlice`
Jacob Young
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-28
std.mem.minMax: make it return a tuple
Andrew Kelley
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-24
Sema: don't allow undef values through resolveDefinedValue in typeof block
mlugg
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
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
[next]