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-06-23
remove stray abort
Andrew Kelley
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-22
make string literal const on windows
emekoi
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-21
stage1: update fn_key_eql() for @mulAdd() on vectors
Shawn Landden
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-18
when resolving slice types, might need to...
Andrew Kelley
2019-06-18
Revert "fixes resolving aligment of child type in slice"
Andrew Kelley
2019-06-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-06-16
stage1: check for null in buf_len and buf_ptr
Shawn Landden
2019-06-16
fix type info crash on extern lib name
Andrew Kelley
2019-06-16
fixes resolving aligment of child type in slice
Jimmi HC
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
2019-06-14
expose builtin.strip_debug_info
Andrew Kelley
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-10
whitespace cleanup
Andrew Kelley
2019-06-10
Add check for null body in if, for and while
SamTebbs33
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-07
update the default macos version min to 10.14
Andrew Kelley
2019-06-04
src/ast_render.cpp: fix rendering of character literals <= 0x0f
Nick Erdmann
2019-06-04
Stop the musl builder from skipping necessary files
LemonBoy
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-06-04
Make `void` a signed type
LemonBoy
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-30
Merge pull request #2182 from mikdusan/issue.2046
Andrew Kelley
2019-05-29
std.meta/trait: def/definition => decl/declaration
tgschultz
2019-05-29
stage1: AstNodes cannot be casted, but are rather accessed via a union.
Shawn Landden
2019-05-29
change `use` to `usingnamespace`
Andrew Kelley
2019-05-29
main: set subsystem in `zig builtin` when explicitly provided
Andrew Kelley
2019-05-29
codegen: initialize subsystem
Andrew Kelley
2019-05-29
cleanups for windows subsystem in builtin.zig
Andrew Kelley
2019-05-29
set subsystem to null if not on windows or uefi
emekoi
2019-05-29
try to resolve TargetSubSystemAuto to actual subsystem
emekoi
2019-05-29
added subsystem to builtin.zig
emekoi
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-29
Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...
Andrew Kelley
2019-05-29
add review changes
Michael Dusan
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
Reject undefined as type
LemonBoy
2019-05-28
Warn the user if run/test is paired with emit options
LemonBoy
2019-05-28
Avoid a crash when there are no namespace components
LemonBoy
2019-05-28
fix invalid LLVM IR generated for ?*void const casts
Andrew Kelley
2019-05-28
Move __zig_fail_unwrap locals on stack
LemonBoy
2019-05-27
respect subsystem flag in all cases
emekoi
2019-05-27
Merge pull request #2552 from Sahnvour/issue-2543
Andrew Kelley
2019-05-27
improve the stack check CLI options
Andrew Kelley
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-05-27
Merge pull request #2526 from LemonBoy/arch-format-osx
Andrew Kelley
2019-05-26
allow implicit optional pointer to optional c_void pointer
Andrew Kelley
[next]