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
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
2020-06-01
Add initialization helper
Alexis Brodeur
2020-05-27
Support vectors in mem.len
data-man
2020-05-24
Supports vectors in mem.zeroes
data-man
2020-05-24
run zig fmt on std lib
Andrew Kelley
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-14
fix codegen of sentinel-terminated arrays and .got alignment
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-08
Merge pull request #4892 from Sobeston/patch-4
Vexu
2020-05-08
std: add test for mem.zeroes on sentinel terminated arrays
Vexu
2020-05-06
add failAllocator to enable some regression tests
Jonathan Marler
2020-05-06
fix copy/paste error in AllocWithOptionaPayload
Jonathan Marler
2020-04-30
Merge pull request #4683 from LakeByTheWoods/parser_test
Vexu
2020-04-30
rename diffIndex to indexOfDiff
Vexu
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-24
link: change default executable mode to 0o777
Andrew Kelley
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-21
ir: analysis of fn instruction
Andrew Kelley
2020-04-20
simplify ZIR spec; separate parsing/rendering from analysis
Andrew Kelley
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-10
Add visible newlines to parser_test output when there's a failure.
Lachlan Easton
2020-04-05
Generate clearer size mismatch error message
Benjamin Feng
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-01
mem.zeroes - add sentinel terminated array support
Sebastian
2020-04-01
std: fix mem.span* when an optional pointer is passed
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-30
mem.zeroes .Array improvements
Sebastian
[next]