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-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
2020-02-24
implement zeroes for non extern structs and native types
Bas van den Berg
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-21
implement bytesAsSlice, sliceAsBytes
xackus
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-14
std: use testing.allocator in tests
daurnimator
2020-02-09
fix off-by-one error in std.unicode.utf8ToUtf16LeWithNull
Andrew Kelley
2020-01-21
std: allocator interface sets freed memory to undefined
daurnimator
2020-01-06
Add std.mem.zeroes to the standard library
Timon Kruiper
2020-01-01
std.mem.compare: breaking API changes
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-28
Add some documentation for standard library things. (#3540)
Nathan Michaels
2019-10-16
fix std.mem.AsBytesReturnType (#3442)
Emeka Nkurumeh
2019-09-25
mv std/ lib/
Andrew Kelley