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
/
doc
/
vim
/
syntax
/
zig.vim
Age
Commit message (
Expand
)
Author
2016-01-25
add the C integer types
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
various small cleanups
Andrew Kelley
2016-01-22
add undefined reserved word
Andrew Kelley
2016-01-20
doc: remove string keyword from vim syntax highlighting
Andrew Kelley
2016-01-15
merge constant expression evaluator with analyzer
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-11
doc: rename match to switch in vim syntax
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-02
basic maybe type working
Andrew Kelley
2015-12-14
doc: update vim syntax
Andrew Kelley
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
doc: update vim syntax
Andrew Kelley
2015-12-03
add labels and goto
Andrew Kelley
2015-12-01
support if conditionals
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-29
parse and codegen for math expressions
Andrew Kelley
2015-11-27
add root export declaration which is overridable by command line options
Andrew Kelley
2015-11-27
add tests for compile errors
Andrew Kelley
2015-11-27
add pub and export visibility modifiers and optimization
Andrew Kelley
2015-11-24
simple vim syntax highlighting
Andrew Kelley