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
2017-10-14
build-exe allows direct export of WinMainCRTStartup
Andrew Kelley
2017-10-10
add module flag to emit CodeView for COFF object files
Andrew Kelley
2017-10-06
fix compiler crash when invalid value used
Andrew Kelley
2017-10-03
fix mingw build
Andrew Kelley
2017-10-03
use __chkstk_ms compiler-rt functions for __chkstk
Andrew Kelley
2017-10-03
replace __chkstk function with a stub that does not crash
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-10-02
windows: alignstack=16 on every function
Andrew Kelley
2017-10-02
support terminal colors for cmd.exe and msys pty
Andrew Kelley
2017-10-02
better compiler-rt linkage logic
Andrew Kelley
2017-10-01
fix parse-c tests
Andrew Kelley
2017-10-01
still build compiler-rt when linking msvc CRT
Andrew Kelley
2017-10-01
remove unused function
Andrew Kelley
2017-10-01
support linking against MSVC libc
Andrew Kelley
2017-10-01
fix regression from previous commit
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix implementation of --zig-std-dir
Andrew Kelley
2017-10-01
build: escape backslashes in path arguments given to cmake
Andrew Kelley
2017-10-01
fix codegen on windows
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-30
don't try to use cold calling convention on windows
Andrew Kelley
2017-09-30
fix typo in target_can_exec logic
Andrew Kelley
2017-09-30
better divTrunc codegen
Andrew Kelley
2017-09-30
workaround for invalid binary created on windows
Andrew Kelley
2017-09-30
zig test on 64-bit windows runs 32-bit tests
Andrew Kelley
2017-09-30
better output for cross platform zig test on windows
Andrew Kelley
2017-09-30
better implementation of os_spawn_process for windows
Andrew Kelley
2017-09-28
fix build on mingw
Andrew Kelley
2017-09-28
Allow 128-bit hex float literals
Marc Tiehuis
2017-09-24
fix i386 windows stdcall
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-09-23
macho linking: support full lib paths correctly
Andrew Kelley
2017-09-20
fix chain assignment semicolon
Josh Wolfe
2017-09-20
chain assignment
Josh Wolfe
2017-09-21
parse-c: support sizeof
Andrew Kelley
2017-09-21
parse-c: support implicit cast to void *
Andrew Kelley
2017-09-21
parse-c: support c style cast
Andrew Kelley
2017-09-20
fix assignment needing an lvalue
Josh Wolfe
2017-09-21
parse-c: array access expression
Andrew Kelley
2017-09-20
add sub mul div rem
Josh Wolfe
2017-09-21
parse-c: fix undefined array literals
Andrew Kelley
2017-09-20
assign
Josh Wolfe
2017-09-20
Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig
Josh Wolfe
2017-09-20
bitwise binary operators
Josh Wolfe
2017-09-21
parse-c: null statements
Andrew Kelley
2017-09-21
parse-c: field access expressions
Andrew Kelley
2017-09-20
==, !=
Josh Wolfe
2017-09-20
logical and, logical or
Josh Wolfe
2017-09-20
Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig
Josh Wolfe
[next]