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
2019-04-02
put the hack from master branch back in
Andrew Kelley
2019-04-02
remove the lazy value stuff
Andrew Kelley
2019-04-02
introduce lazy values
Andrew Kelley
2019-04-02
decouple llvm types from zig types
Andrew Kelley
2019-04-02
fix cache hash regression
Andrew Kelley
2019-04-02
better error message when os_file_overwrite fails
Andrew Kelley
2019-04-02
fix fd leak in stage1 cacheing code
Shawn Landden
2019-04-01
Merge pull request #2147 from emekoi/fix1940
Andrew Kelley
2019-03-31
added error for implicit cast from *const T to *[1]T. credit: @kristate
emekoi
2019-03-31
fix zig run to accept executable args
Michael Dusan
2019-03-31
fix anon enum literal used with switch on union(enum)
Andrew Kelley
2019-03-28
stage1: better error message when comparing against null
Shawn Landden
2019-03-27
implement target_c_type_size_in_bits for WASI
Andrew Kelley
2019-03-27
use __ARM_EABI__, not __arm__
Shawn Landden
2019-03-27
fix build on arm64
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
add compile error test for invalid enum literal implicit cast
Andrew Kelley
2019-03-24
implement peer type resolution for enum literals
Andrew Kelley
2019-03-24
make switch expressions allow enum literal types
Andrew Kelley
2019-03-24
implement implicit cast from enum literal to enum
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-23
add peer type resolution for `*const T` and `?*T`
Andrew Kelley
2019-03-23
character literals: allow unicode escapes
Andrew Kelley
2019-03-23
remove octal and hex floats from the language
Andrew Kelley
2019-03-23
parse_f128.c: fix whitespace
Andrew Kelley
2019-03-22
stage1: implement get_dynamic_linker for riscv
Andrew Kelley
2019-03-22
fix macos build instructions in readme and fix warning
Andrew Kelley
2019-03-22
get rid of restrict; it's not supported by MSVC
Andrew Kelley
2019-03-22
avoid quad float literal syntax for MSVC
Andrew Kelley
2019-03-22
float literals now parse using musl's 128 bit float code
Andrew Kelley
2019-03-22
Merge pull request #2091 from ziglang/bigint-print-fix
Andrew Kelley
2019-03-22
Fix bigint_append_buf
Marc Tiehuis
2019-03-22
Simplify hex-float parsing code
Marc Tiehuis
2019-03-21
hex float parsing: solve another case
Andrew Kelley
2019-03-21
fix parsing of large hex float literals
Andrew Kelley
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-20
Merge remote-tracking branch 'origin/llvm8'
Andrew Kelley
2019-03-20
Merge pull request #2079 from Sahnvour/issue-2050
Andrew Kelley
2019-03-19
c_abi: when compiling for x86_64, differenciate between system V and windows ABI
Sahnvour
2019-03-19
disable all C warnings when building musl
Andrew Kelley
2019-03-19
zig targets prints the available libcs
Andrew Kelley
2019-03-19
Updated parser to newest grammar
Jimmi Holst Christensen
2019-03-18
workaround for Ubuntu/Debian bug
Andrew Kelley
2019-03-18
fix translate-c regression
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-18
pass explicit frame pointer args when compiling C code
Andrew Kelley
2019-03-18
Merge pull request #2069 from ziglang/glibc-assert-translation
Andrew Kelley
2019-03-18
libc: separate linux headers from musl/glibc
Andrew Kelley
2019-03-18
More work on ignoring values correctly
Jimmi Holst Christensen
[next]