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
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-06-08
Fix error handling in Buffer::fromOwnedSlice (#1082)
isaachier
2018-06-06
Fix const-ness of buffer in replaceContents method (#1065)
isaachier
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-11
update std.Buffer API
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
2018-05-04
Made container methods that can be const, const
Jimmi Holst Christensen
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