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-11-04
fix build on MacOS
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-11-03
slightly more verbose error message when building object file fails
Andrew Kelley
2017-11-03
Merge pull request #581 from Dimenus/line_endings
Andrew Kelley
2017-11-03
Windows libc & static libc are located in the same dir which is already cover...
dimenus
2017-11-03
Add support for windows line endings with c macros
dimenus
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-11-02
fix incorrect debug info for empty structs
Andrew Kelley
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-27
use llvm named structs for const values when possible
Andrew Kelley
2017-10-26
Improve invalid character error messages (#566)
Marc Tiehuis
2017-10-26
better output when @cImport generates invalid zig
Andrew Kelley
2017-10-25
fix crash on field access of opaque type
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
fix missing compiler_rt in release modes
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-23
remove CXX ABI workaround
Andrew Kelley
2017-10-23
add maximum value for @setAlignStack
Andrew Kelley
2017-10-21
parse-c: improve performance
Andrew Kelley
2017-10-21
report compile error instead of crashing for void in var args
Andrew Kelley
2017-10-21
fix compiler crash regarding type name of undefined
Andrew Kelley
2017-10-17
add uwtable attribute to functions on windows
Andrew Kelley
2017-10-16
fix codegen of enum name table having wrong LLVM types
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-15
set stdout and stderr to binary mode on windows
Andrew Kelley
2017-10-15
mingw build: delete unused variable
Andrew Kelley
2017-10-15
only SetConsoleTextAttribute to do console colors on windows
Andrew Kelley
2017-10-15
disable byval parameters on windows to work around llvm bug
Andrew Kelley
2017-10-14
try harder to emit console colors
Andrew Kelley
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
[next]