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
/
test
Age
Commit message (
Expand
)
Author
2016-12-21
IR: implement runtime enum init and switch on enum with variable
Andrew Kelley
2016-12-20
IR: enum init support
Andrew Kelley
2016-12-19
IR: support maybe defers
Andrew Kelley
2016-12-19
IR: support error defers
Andrew Kelley
2016-12-19
organize tests
Andrew Kelley
2016-12-19
IR: start a new passing self hosted test suite
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-17
IR: add more instructions
Andrew Kelley
2016-12-13
IR: implement maybe return expression
Andrew Kelley
2016-12-13
IR: implement the rest of the builtin functions
Andrew Kelley
2016-12-11
IR: implement intType builtin
Andrew Kelley
2016-12-11
IR: implement truncate builtin
Andrew Kelley
2016-12-11
IR: implement divExact builtin
Andrew Kelley
2016-12-11
IR: implement fence and cmpxchg builtins
Andrew Kelley
2016-12-10
IR: support error union type
Andrew Kelley
2016-12-10
IR: fix errorName builtin
Andrew Kelley
2016-12-08
IR: a bunch of fixes and some additions
Andrew Kelley
2016-12-07
IR: add minValue, maxValue, and negation
Andrew Kelley
2016-12-06
IR: implement compile time eval unwrap maybe
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
IR: implement short circuit bool or, and
Andrew Kelley
2016-12-05
IR: implement break and continue
Andrew Kelley
2016-12-05
IR: implement generic function calls
Andrew Kelley
2016-12-04
IR: compile time function evaluation
Andrew Kelley
2016-11-28
IR: function call porting progress
Andrew Kelley
2016-11-26
IR: support goto and labels
Andrew Kelley
2016-11-26
IR: support import builtin function
Andrew Kelley
2016-11-26
IR: support inline switch
Andrew Kelley
2016-11-26
IR: support switch with range
Andrew Kelley
2016-11-24
IR: generating a switch statement
Andrew Kelley
2016-11-21
IR: implement setFnVisible builtin
Andrew Kelley
2016-11-18
IR: support setDebugSafety builtin function
Andrew Kelley
2016-11-03
add concept of inline for, inline while, inline var
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-27
clean up test directory
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-26
emit error for extern function
Andrew Kelley
2016-09-26
fix crash when doing binary not on integer literal
Andrew Kelley
2016-09-26
add error message for method call on non method
Andrew Kelley
2016-09-25
ability to have struct to have a field which is slice of itself
Andrew Kelley
2016-09-23
enums support member functions
Andrew Kelley
2016-09-23
fix compiler crash for misspelled type with pointer only reference
Andrew Kelley
2016-09-23
stack trace is able to figure out compilation unit
Andrew Kelley
2016-09-22
fix compile crash when leaving out for loop parameter
Andrew Kelley
2016-09-20
fix error when switch prong has implicit cast
Andrew Kelley
2016-09-19
tests: correct test name
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-15
fix compiler crash involving slice with const slice child
Andrew Kelley
2016-09-14
tests: use a more robust path to self_hosted.zig
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
[next]