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-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
2020-03-30
std: mem span functions can take an optional pointer
daurnimator
2020-03-19
revert std.mem.span to prefer len over sentinel; add spanZ
Andrew Kelley
2020-03-19
update std lib to take advantage of slicing with comptime indexes
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-19
improve std lib code for the new semantics
Andrew Kelley
2020-03-19
`@ptrCast` supports casting a slice to pointer
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-15
adjust renameatW to always supply dest root dir
Andrew Kelley
2020-03-15
fix typo in new mem.len test
Andrew Kelley
2020-03-15
fix std.mem.span handling of sentinel-terminated arrays
Andrew Kelley
2020-03-11
Merge pull request #4709 from LemonBoy/implement-2096
Andrew Kelley
2020-03-10
std: Fix broken tests
LemonBoy
2020-03-10
add allocSentinel function
Jonathan Marler
2020-03-05
Fix crash when freeing empty string as null-terminated sentinel
Michaƫl Larouche
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-03-01
add new functions to std.mem and deprecate others
Andrew Kelley
2020-03-01
revert changes outside std.fmt
Andrew Kelley
2020-03-01
std: format contents of sentinel terminated many pointers
daurnimator
2020-02-24
Merge pull request #4544 from BarabasGitHub/zeroes-for-non-extern-types
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
Processed review comments. Updated documentation, used the typinfo for field ...
Bas van den Berg
2020-02-24
vectors do not support iterating, do not support them (for now)
Bas van den Berg
[next]