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
2018-04-24
std.mem: add more slice manipulation functions
Andrew Kelley
2018-04-22
add alignment docs
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-03-20
Public SplitIterator
Andrea Orru
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-12
remove std.heap.IncrementingAllocator
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-17
docgen: support executing exe code examples
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
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
[next]