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
2025-10-07
std.mem.countScalar: rework to benefit from simd (#25477)
Henry John Kupty
2025-10-03
std.mem: Add `countScalar`
Ryan Liptak
2025-09-25
std.mem: add cutLast and cutScalarLast
Andrew Kelley
2025-09-25
std.mem: rename all "index of" functions
Andrew Kelley
2025-09-25
std.mem: add cut and cutScalar and example usage
Andrew Kelley
2025-09-25
std.mem: rename chomp to cut
Andrew Kelley
2025-09-25
std.mem: introduce chompPrefix and chompSuffix
Andrew Kelley
2025-09-24
optimize std.mem.swap
rpkak
2025-09-18
std.mem: work around LoongArch inline asm bug in doNotOptimizeAway()
Alex Rønne Petersen
2025-09-17
mem.replace: Document that input/output cannot overlap
Ryan Liptak
2025-09-07
std.mem.indexOfSentinel: eliminate unnecessary `@ptrCast`
Andrew Kelley
2025-09-06
Document std.mem.* functions (#25168)
Frank Denis
2025-08-11
aarch64: implement more assembler instructions
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-19
std.mem: add byteSwapAllElements
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.mem.byteSwapAllFields: support slices
Andrew Kelley
2025-06-23
std.mem.byteSwapAllFields: support untagged unions
Ali Cheraghi
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-04-30
test(std.mem): Remove `trimStart` and `trimEnd` from `test trim`
Shun Sakai
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-26
std: deprecate std.mem.copy{Forwards,Backwards}
dweiller
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
std: Disable some vector-related tests for hexagon.
Alex Rønne Petersen
2025-03-24
std.mem.bytesAsSlice: fix to support zero-bytes sized types
samy007
2025-03-24
fix: Allocator.remap now handles zero-bytes sized types
samy007
2025-02-25
std.mem.indexOfSentinel: don't ask the OS the page size
Andrew Kelley
2025-02-25
mem: add `@branchHint` to `indexOfSentinel`
David Rubin
2025-02-25
Revert "skip regressed LLVM 17 std lib test on powerpc"
Alex Rønne Petersen
2025-02-15
std: add containsAtLeastScalar to mem (#22826)
LmanTW
2025-02-10
std.mem: add missing check to lastIndexOfLinear
andrewkraevskii
2025-02-06
std: update to new Allocator API
Andrew Kelley
2025-02-06
add std.mem.Alignment API
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-16
x86_64: rewrite arithmetic
Jacob Young
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-04
Improve `first()` documentation for split iterators
axel escalada
2024-11-22
std.mem: adjust semantics
Andrew Kelley
2024-11-22
std.mem.eql: make comparisons for zero-sized and non-sized types work
Andrew Kelley
2024-10-31
std.mem.asBytes: fix footgun when passing non-single pointer
mlugg
2024-10-11
std.mem.readVarInt: assert ReturnType is large enough (#20946)
poypoyan
2024-10-04
Remove old deprecated symbols in std (#21584)
PauloCampana
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
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
[next]