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
/
src
/
buffer.hpp
Age
Commit message (
Expand
)
Author
2019-04-17
stage1 assertions always on, and have stack traces
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-05-07
link: don't put -l in front of .a or .so files
Andrew Kelley
2016-01-28
parseh recognizes C enums
Andrew Kelley
2015-12-03
parseh command, parses a C .h file and produces extern decls
Andrew Kelley
2015-12-01
colored error messages that tell the source file
Andrew Kelley
2015-11-30
factor analysis code out of codegen
Josh Wolfe
2015-11-29
ability to generate shared library and h file
Andrew Kelley
2015-11-25
fix the remaining TODOs in the source
Andrew Kelley
2015-11-25
fix invalid memory write
Andrew Kelley
2015-11-24
debug information for functions
Andrew Kelley
2015-11-24
fix not using subtarget features
Andrew Kelley
2015-11-23
semantic analysis checks for multiple definitions of functions
Andrew Kelley
2015-11-06
generated parser understands tuples
Andrew Kelley
2015-11-03
parser generator beginnings
Andrew Kelley
2015-11-02
building part of the hello world AST
Andrew Kelley
2015-11-01
tokenizing hello.zig
Andrew Kelley
2015-08-23
some half done thing I forgot about ¯\_(ツ)_/¯
Andrew Kelley
2015-08-05
preprocessor runs once
Andrew Kelley
2015-08-05
preprocessor detects #include directives
Andrew Kelley