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-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
std.mem.writeVarPackedInt: handle write_size == 0 (#19745)
clickingbuttons
2024-08-07
loongarch: various architecture specific fixes (#20912)
YANG Xudong
2024-07-28
std.mem.readVarInt: fix for 8-bits and below (Reloaded) (#20513)
poypoyan
2024-07-22
std.mem: delete workaround now that zig1.wasm is updated
Andrew Kelley
2024-07-22
avoid depending on a zig1.wasm update
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-21
std.mem.reverse: Improve performance (#20455)
JonathanHallstrom
2024-07-19
mem: handle Float and Bool cases in byteSwapAllFields
kcbanner
2024-07-16
indexOfSentinel: fix ub
Jacob Young
2024-06-24
std.mem.zeroes: explicit compile error for @Type(.EnumLiteral)
Bogdan Romanyuk
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
2024-03-21
std.mem.indexOfSentinel: valgrind integration
Andrew Kelley
2024-03-21
std.mem.indexOfScalarPos: valgrind integration
Andrew Kelley
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-15
std.mem: use destructurable tuple for indexOfMinMax return type
garrisonhh
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
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
[next]