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
Age
Commit message (
Expand
)
Author
2016-01-20
rename value_count to member_count
MovingtoMars
2016-01-19
add switch statement support to parser
Andrew Kelley
2016-01-18
Revert "delete parseh"
Andrew Kelley
2016-01-18
use signed integer for sizes of things
Andrew Kelley
2016-01-18
add error for shadowing a type
Andrew Kelley
2016-01-18
add function pointer support
Andrew Kelley
2016-01-18
pave the road for function pointers
Andrew Kelley
2016-01-18
refactor std to use for loop
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-18
fix nested arrays
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-15
rename "alwaysinline" to "inline"
Andrew Kelley
2016-01-15
support array literals
Andrew Kelley
2016-01-15
fix error message for struct initialization on array
Andrew Kelley
2016-01-15
parser: fix not setting container init kind
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-15
add void arrays test
Andrew Kelley
2016-01-15
reduce precedence of {} suffix operator
Andrew Kelley
2016-01-15
solve the mystery of undefined reference error
Andrew Kelley
2016-01-15
fix build with gcc
Andrew Kelley
2016-01-15
delete parseh
Andrew Kelley
2016-01-15
merge constant expression evaluator with analyzer
Andrew Kelley
2016-01-14
overflow intrinsics take type as first argument
Andrew Kelley
2016-01-14
fix next_node_index on wrong struct
Andrew Kelley
2016-01-14
parser: type expressions cannot be assignment
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
fix noalias codegen
Andrew Kelley
2016-01-13
Merge branch 'master' of github.com:andrewrk/zig
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-12
fix build with gcc
Andrew Kelley
2016-01-11
fix not adding builtin functions code
Andrew Kelley
2016-01-11
support enums with values attached
Andrew Kelley
2016-01-11
simple enum support
Andrew Kelley
2016-01-11
resolve enum types and emit debug info
Andrew Kelley
2016-01-10
fix codegen for void struct fields
Andrew Kelley
2016-01-10
delete unused enumfield and enumdecl node types
Andrew Kelley
2016-01-10
update enum parsing to new plan
Andrew Kelley
2016-01-10
refactor out the horrible beast that was codegen_node
Andrew Kelley
2016-01-10
parsing enum declarations
Andrew Kelley
2016-01-10
order-independent declarations even from imports
Andrew Kelley
2016-01-10
detect and report top level decl dependency loop
Andrew Kelley
2016-01-09
order-independent declarations
Andrew Kelley
2016-01-09
add memcpy and memset intrinsics
Andrew Kelley
2016-01-09
implement pub const
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-08
implement unknown size array indexing and slicing
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-08
fix codegen for implicit maybe wrap
Andrew Kelley
[next]