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
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-06
fix doc comments copy paste typo
Andrew Kelley
2021-06-06
std: Add helpers to safely align pointers
LemonBoy
2021-06-01
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki
2021-06-01
x/os/net: remove unnecessary comptime prefix in resolveScopeID()
Kenta Iwasaki
2021-05-28
make writeIntSlice functions work for signed integers
Matthew Borkowski
2021-05-22
fix Boyer-Moore-Horspool algorithm in indexOfPos and lastIndexOf when element...
Matthew Borkowski
2021-05-22
Merge pull request #7664 from marler8997/fixWindowsPaths
Andrew Kelley
2021-05-22
fix accidental quadratic dependence on haystack length in replace and replace...
Matthew Borkowski
2021-05-21
handle relative paths with too many ".."
Jonathan Marler
2021-05-20
have collapseRepeats return slice intead of just len
Jonathan Marler
2021-05-20
implement nt path conversion for windows
Jonathan Marler
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-12
std/mem: add sliceTo(), deprecate spanZ(), lenZ()
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)
jumpnbrownweasel
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-20
std: Add reset to TokenIterator
Nuno Leiria
2021-03-07
std: Prevent null pointer deref in mem.len{,Z}
LemonBoy
2021-03-01
Add some bit set variants
Martin Wickham
2021-01-27
Fix interger overflow when calling joinZ with empty slices
root
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2021-01-08
added mem.containsAtLeast
Sobeston
2020-12-31
Year++
Frank Denis
2020-11-18
Merge pull request #7084 from xackus/mem-volatile
Veikka Tuominen
2020-11-16
std.mem: make args comptime, fix test names
xackus
2020-11-14
std.mem: make sliceAsBytes, etc. respect volatile
xackus
2020-11-14
std.mem: improve doc comments
xackus
2020-11-07
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis
2020-11-03
sparc64 has a 8Kb page size
Frank Denis
2020-10-29
Set page size to 16KB for aarch64 macos
Jakub Konka
2020-10-25
Make lastIndexOf use the same cut-off between BMH as indexOf
dec05eba
2020-10-17
std.mem: expose the simpler linear functions
Andrew Kelley
2020-10-17
Merge pull request #6259 from dec05eba/master
Andrew Kelley
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-06
Use better haystack size and needle size for cutoff between linear and BMH
dec05eba
2020-09-05
Add comment to clearify why the first/last element in preprocess is
dec05eba
2020-09-05
Fix indexOf and lastIndexOf with empty needle
dec05eba
2020-09-05
Fix start index if @sizeOf(T) > 1
dec05eba
2020-09-05
Check if the type has unique bit representation to see if it can be compared ...
dec05eba
2020-09-05
Remove type size check, looks like its not needed
dec05eba
2020-09-05
Make preprocess function take comptime sized slice
dec05eba
2020-09-05
Fix lastIndexOf and add tests that do not fallback to linear search
dec05eba
2020-09-05
Only use boyer-moore-horsepool for types that are power of 2
dec05eba
2020-09-05
Use boyer-moore-horspool with all types of T
dec05eba
2020-09-05
Create skipping table
dec05eba
[next]