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
/
compiler_rt
/
memcpy.zig
Age
Commit message (
Expand
)
Author
2025-10-18
tweak tests to avoid timeouts
mlugg
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-22
Merge pull request #22606 from dweiller/memmove-opt
Andrew Kelley
2025-02-11
compiler-rt: fix memcpy generating recursive calls
dweiller
2025-02-10
compiler_rt memcpy: avoid infinite recursion
Andrew Kelley
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-01-30
compiler-rt: optimize memmove
dweiller
2025-01-26
compiler-rt: ensure memcpy Element has no unused bytes
dweiller
2025-01-20
compiler-rt: optimize memcpy
dweiller
2025-01-20
compiler-rt: reduce memmove and memcpy size for ReleaseSmall
dweiller
2025-01-20
compiler-rt: move memmove back to memmove.zig
dweiller
2025-01-18
Revert "work around llvm failing to lower memcpy"
Alex Rønne Petersen
2025-01-17
work around llvm failing to lower memcpy
Andrew Kelley
2025-01-17
compiler_rt: don't rely on weak aliases
Andrew Kelley
2025-01-17
replace `compiler_rt` memcpy with a better version
David Rubin
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-11-30
compiler-rt: disable some exports for ofmt=c
Veikka Tuominen
2022-10-15
compiler_rt: Move mem implementations from c.zig
Luuk de Gram