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-04-14
move more tests to self-hosted land
Andrew Kelley
2016-04-14
fix crash with generic function and implicit cast
Andrew Kelley
2016-04-13
fix evaluating generic functions in wrong context
Andrew Kelley
2016-04-13
eval: support array literals
Andrew Kelley
2016-04-12
more eval tests and fix eval call analyze code
Andrew Kelley
2016-04-12
add error for dividing by zero in static function evaluation
Andrew Kelley
2016-04-12
passing all tests
Andrew Kelley
2016-04-12
eval: ability to eval more things
Andrew Kelley
2016-04-12
eval: support more node types
Andrew Kelley
2016-04-12
compile-time function evaluation of pure functions
Andrew Kelley
2016-04-12
add error for unable to infer expression type in if statements
Andrew Kelley
2016-04-11
unsigned ints implicitly cast to signed ints when they fit
Andrew Kelley
2016-04-10
add error for accessing empty array
Andrew Kelley
2016-04-10
fix crash when casting undefined to slice
Andrew Kelley
2016-04-09
add error for assigning null to non-nullable pointer
Andrew Kelley
2016-04-09
goto: jumping out of scope runs defers
Andrew Kelley
2016-04-09
add @breakpoint()
Andrew Kelley
2016-04-09
re-introduce goto
Andrew Kelley
2016-04-09
fix debug symbols regression after llvm 3.8.0
Andrew Kelley
2016-04-09
implement @err_name builtin function
Andrew Kelley
2016-04-08
fix parsing of hex literal 0xb
Josh Wolfe
2016-04-08
support hex escapes in string literals
Andrew Kelley
2016-04-08
fix crash when passing empty string to function
Andrew Kelley
2016-04-08
fix gcc compile error
Josh Wolfe
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-04-07
fix gcc compile errors
Josh Wolfe
2016-04-07
fix segfault in generic functions
Andrew Kelley
2016-04-07
fix evaluating generic function instance in wrong context
Andrew Kelley
2016-04-07
generic functions use correct type for generic args
Andrew Kelley
2016-04-07
support multiple generic function instances
Andrew Kelley
2016-04-06
add error for gt and lt comparison of invalid types
Andrew Kelley
2016-04-06
ability to compare function pointers at compile time
Andrew Kelley
2016-04-06
fix generics not using ast clone
Andrew Kelley
2016-04-06
support simple generic functions
Andrew Kelley
2016-04-03
add multiline string literal
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-03-01
fix detection of @import and @c_import inside fn body
Andrew Kelley
2016-03-01
c_void is provided outside of C imports
Andrew Kelley
2016-03-01
better hash table performance
Andrew Kelley
2016-03-01
fix comparison of unsigned integers error
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-19
fix build error with signed/unsigned
Andrew Kelley
2016-02-17
link: on windows link test runner and builtin o files
Andrew Kelley
2016-02-17
os: implement windows os layer
Andrew Kelley
2016-02-16
back to normal print specifiers
Andrew Kelley
2016-02-16
use PRIuMAX instead of PRIu64 for mingw
Andrew Kelley
2016-02-16
fix 64 bit integer printing for mingw
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-16
os: fix ability to compile for windows
Andrew Kelley
2016-02-16
add windows os code
Andrew Kelley
[next]