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
/
main.cpp
Age
Commit message (
Expand
)
Author
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-13
fix incorrect debug info path to imports
Andrew Kelley
2015-12-03
parseh command, parses a C .h file and produces extern decls
Andrew Kelley
2015-12-03
add labels and goto
Andrew Kelley
2015-12-01
add --color cli arg to override tty detection
Andrew Kelley
2015-11-30
closer to multiple files working
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-30
factor analysis code out of codegen
Josh Wolfe
2015-11-27
add root export declaration which is overridable by command line options
Andrew Kelley
2015-11-27
add pub and export visibility modifiers and optimization
Andrew Kelley
2015-11-25
fix the remaining TODOs in the source
Andrew Kelley
2015-11-24
debug/release mode
Andrew Kelley
2015-11-24
debug information for functions
Andrew Kelley
2015-11-24
add unreachable expression
Andrew Kelley
2015-11-24
write object file and fix void return type
Andrew Kelley
2015-11-23
semantic analysis checks for multiple definitions of functions
Andrew Kelley
2015-11-23
parsing hello.zig example with recursive descent
Andrew Kelley
2015-11-06
generated parser understands tuples
Andrew Kelley
2015-11-05
delete ELF parsing code
Andrew Kelley
2015-11-05
experiment with being a linker
Andrew Kelley
2015-11-04
progress toward more complex parser gen
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
2015-08-05
tokenize
Andrew Kelley
2015-08-05
read a file
Andrew Kelley