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
/
buffer.zig
Age
Commit message (
Expand
)
Author
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-16
Revert "Buffer.toSliceCopy"
Josh Wolfe
2018-01-16
Buffer.toSliceCopy
Josh Wolfe
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-11-29
add Buffer.appendFormat()
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-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-11
implement command line argument parsing for windows
Andrew Kelley
2017-09-08
fix std.Buffer.endsWith
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley