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
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-19
add sort.min and sort.max functions to stdlib
Andrew Kelley
2017-12-17
fix std.mem missing error.OutOfMemory decl
Andrew Kelley
2017-12-15
change mem.cmp to mem.lessThan and add test
Andrew Kelley
2017-12-14
replace quicksort with blocksort
Andrew Kelley
2017-12-11
refactor debug.global_allocator into mem.FixedBufferAllocator
Andrew Kelley
2017-12-10
Merge remote-tracking branch 'origin/master' into self-hosted
Andrew Kelley
2017-12-10
rendering source code without recursion
Andrew Kelley
2017-12-10
mem.Allocator initializes bytes to undefined
Andrew Kelley
2017-12-08
parse a simple variable declaration
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-11-30
add mem.readIntLE and readIntBE
Josh Wolfe
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-17
Add c allocator (#542)
Marc Tiehuis
2017-10-15
std.mem.IncrementingAllocator: check for errors
Andrew Kelley
2017-10-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-10-08
more std.os.path work for windows
Andrew Kelley
2017-10-08
implement os.path.dirname for windows
Andrew Kelley
2017-09-27
implement IncrementingAllocator for Windows
Andrew Kelley
2017-09-27
add test for std.mem.IncrementingAllocator
Andrew Kelley
2017-09-27
add reset() method to IncrementingAllocator (#501)
Josh Wolfe
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-28
Updated comment.
Andrea Orru
2017-05-28
Generalize join.
Andrea Orru
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-29
add implicit cast from [0]T to %[]T
Andrew Kelley
2017-04-20
delete test_artifacts directory when tests complete
Andrew Kelley
2017-04-19
convert compare-output tests to use zig build system
Andrew Kelley
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-13
zig build system understands the concept of dependencies
Andrew Kelley
2017-04-07
fix std.mem.IncrementingAllocator
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-05
std: ChildProcess.spawn looks at PATH env var
Andrew Kelley
2017-04-04
zig build system improvements, add some std API
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-28
std/mem: take advantage of new printf
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
[next]