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-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
2020-09-05
Use boyer-moore-horspool algorithm for indexOfPos and lastIndexOf
dec05eba
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-27
Added edge case test to mem.count
Cléo Rebert
2020-08-26
std.mem.count
Sobeston
2020-08-26
forceEval() -> doNotOptimizeAway()
Frank Denis
2020-08-26
Rename blackBox, move it to std.mem.forceEval()
Frank Denis
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
translate-c: correct translation of global variables
Vexu
2020-08-14
Support tuples in mem.len and trait.isIndexable (#5897)
Dmitry Atamanov
2020-08-08
std.mem.Allocator: add return_address to the interface
Andrew Kelley
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-26
Add memory replacement routines
meme
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-16
std.mem.zeroes use std.mem.set instead of `@memset`
Vexu
2020-07-16
std.mem.zeroInit support initiating with tuples
Vexu
2020-07-12
std: add mem.joinZ
Isaac Freund
2020-07-12
document a few functions in std.mem
xackus
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-01
Corrected default value field initialization in std.zeroInit
Alexandros Naskos
2020-06-28
Fix issue 5741, use after free
Jonathan Marler
2020-06-27
new allocator interface after Andrew Kelley review
Jonathan Marler
2020-06-26
new allocator interface
Jonathan Marler
2020-06-01
rename std.mem.defaultInit to std.mem.zeroInit
Andrew Kelley
[next]