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
/
std
/
mem.zig
Age
Commit message (
Expand
)
Author
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-07
fixups
Andrew Kelley
2019-02-07
Merge branch 'zig-backport-std.mem.join' of https://github.com/kristate/zig i...
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-02-04
adjustments to std.mem split / separate
Andrew Kelley
2019-02-04
Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-16
implement comptime pointer cast
Andrew Kelley
2018-12-16
mem foreign functions call the native ones
Josh Wolfe
2018-12-13
add mem.readVarInt, fix InStream.readVarInt, fix stack traces
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-30
std.mem: split: test for multiple seperator bytes;
kristopher tate
2018-11-30
std.mem: remove varargs on join to stop excessive inlined code;
kristopher tate
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-26
std.mem: add new separate method and rework SplitIterator;
kristopher tate
2018-11-20
std/mem: writeIntLE: buf.* to buf;
kristopher tate
2018-11-19
zig fmt
Andrew Kelley
2018-11-14
test for readIntBE/LE
Josh Wolfe
2018-11-14
implement mem.writeIntLE, mem.writeIntBE
Josh Wolfe
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-19
Ran fmt on last PR
Jimmi Holst Christensen
2018-10-19
Add std.meta (#1662)
tgschultz
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-23
std/mem.zig: test writing u64 integers;
kristopher tate
2018-08-21
fix windows
Andrew Kelley
2018-08-18
Add secureZero function
Marc Tiehuis
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-08-07
mem: use pub on Compare (#1352)
Shawn Landden
2018-08-07
mem: add mem.compare(), and use it for mem.lessThan()
Shawn Landden
2018-08-07
mem: move enum Compare from rb to mem
Shawn Landden
2018-07-23
self-hosted: fix error messages not cleaning up correctly
Andrew Kelley
2018-07-14
Fix aligned reallocation from zero size.
Bas van den Berg
2018-07-14
docs: clarify mem.Allocator.reallocFn
Andrew Kelley
2018-07-13
Add a copyBackwards to fix the broken insert methods for ArrayList.
Bas van den Berg
2018-07-07
M:N threading
Andrew Kelley
2018-07-04
Fixed last commit compiler error
Jimmi HC
2018-07-04
Allow allocation of any 0 sized type (not just void)
Jimmi HC
2018-06-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-06-20
zig fmt
Andrew Kelley
2018-06-21
std.mem.Allocator.construct: improve formatting;
kristopher tate
2018-06-21
std.mem.Allocator.construct: remove deprecation warning;
kristopher tate
2018-06-21
std.mem: remove allocator create in favor of construct; ref #733
kristopher tate
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
[next]