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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2017-01-23
various fixes
Andrew Kelley
2017-01-23
basic support for functions with variable length arguments
Andrew Kelley
2017-01-22
remove staticEval builtin in favor of comptime expression
Andrew Kelley
2017-01-22
introduce comptime expression
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
get rid of zeroes literal
Andrew Kelley
2017-01-16
Merge branch 'master' into ir-merge
Andrew Kelley
2017-01-08
pass unnecessary if statement test
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-12
IR: implement memcpy, memset, and slice expression
Andrew Kelley
2016-12-11
IR: implement alloca builtin
Andrew Kelley
2016-12-07
IR: add error for assigning runtime value to inline var
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
remove the boolean argument from setFnTest
Andrew Kelley
2016-11-26
IR: add inline goto
Andrew Kelley
2016-11-26
IR: support inline switch
Andrew Kelley
2016-11-26
IR: add error for non static const on switch case range
Andrew Kelley
2016-11-24
IR: generating a switch statement
Andrew Kelley
2016-11-21
IR: implement ctz and clz builtins
Andrew Kelley
2016-11-18
IR: correctly codegening memset and memcpy
Andrew Kelley
2016-11-03
add concept of inline for, inline while, inline var
Andrew Kelley
2016-10-21
capitalize builtins in doc
François Saint-Jacques
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-10
langref: correct builtin function names
Andrew Kelley
2016-09-08
ability to infer parameter types
Andrew Kelley
2016-08-29
implement `?return` expression
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-11
add style guide
Andrew Kelley
2016-08-08
add zeroes value
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-18
add some docs about builtin functions
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-09
support variable declarations in structs
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-05-05
add integer wrapping
Andrew Kelley
2016-05-03
support maybe destructuring into a pointer variable
Andrew Kelley
2016-05-01
implement string escapes
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-28
ability to specify body of an extern function
Andrew Kelley
2016-04-26
vim syntax: single-line strings must be contained in a single line
Josh Wolfe
2016-04-24
add skeleton for union support
Andrew Kelley
2016-04-23
fix vim syntax highlighting for multiline strings
Josh Wolfe
[prev]
[next]