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-10-19
Prevent too eager constant-folding of switch expression
LemonBoy
2019-10-19
Fix crash when generating constant unions with single field
LemonBoy
2019-10-19
reduce the size of IrInstruction by 8 bytes on 64 bit targets
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-17
update musl src to v1.1.24
Andrew Kelley
2019-10-16
add -I command line parameter, same as clang
Andrew Kelley
2019-10-16
only look for .defs when needed; remove samsrv.dll cross compiling support
Andrew Kelley
2019-10-16
add more cross compiling support for windows system dlls
Andrew Kelley
2019-10-16
add cross compiling support for opengl32.dll
Andrew Kelley
2019-10-16
generated docs: progress towards generic types being useful
Andrew Kelley
2019-10-15
fix non-byte-aligned packed struct field...
Andrew Kelley
2019-10-13
Merge pull request #3436 from LemonBoy/unpatch-lld
Andrew Kelley
2019-10-13
Propagate user-defined function alignment to LLVM IR
LemonBoy
2019-10-12
Add dlltool functionality
LemonBoy
2019-10-11
merge targets of generated docs
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-11
Fix cross-compilation to i386-windows-msvc
LemonBoy
2019-10-10
codegen.cpp: remove unused variable
Andrew Kelley
2019-10-10
Merge pull request #3421 from LemonBoy/win32-mingw
Andrew Kelley
2019-10-10
generated docs: add optional type support
Andrew Kelley
2019-10-10
better debug info for integers
Andrew Kelley
2019-10-10
Extern unions should not trigger active field check
LemonBoy
2019-10-10
Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...
Andrew Kelley
2019-10-10
Merge pull request #3420 from FireFox317/generated-docs-improvements
Andrew Kelley
2019-10-10
stage1: fix ir_resolve_str() to return slice
Michael Dusan
2019-10-10
Generated docs: Add function paramater names
Timon Kruiper
2019-10-10
Generated docs: store static container info in a containerDecl astNode
Timon Kruiper
2019-10-10
Patch lld to have a more sensible kill-at implementation
LemonBoy
2019-10-10
implement doc generation for union and enum
Vexu
2019-10-09
generated docs: add array type support
Andrew Kelley
2019-10-09
stage1: fix root top-level-struct typename
Michael Dusan
2019-10-09
Compile the architecture-specific mingw sources
LemonBoy
2019-10-09
Remove x86/Windows name mangling hack
LemonBoy
2019-10-09
generated docs: more verbose fields
Andrew Kelley
2019-10-09
add comments about why we choose pentium4 for i386 target
Andrew Kelley
2019-10-09
improve names of error sets when using merge error sets operator
Andrew Kelley
2019-10-09
Merge pull request #3390 from nrdmn/unicode_character_literals
Andrew Kelley
2019-10-09
Merge pull request #3389 from LemonBoy/win32
Andrew Kelley
2019-10-08
generated docs: error sets in fn docs
Andrew Kelley
2019-10-08
Add initial support for struct fields in the docs
Timon Kruiper
2019-10-08
src/main: minor grammar fix in the help for `zig builtin`
Christine Dodrill
2019-10-08
generated docs: functions with inferred error sets display nicely
Andrew Kelley
2019-10-08
generated docs: bool type and fix error for some fns
Andrew Kelley
2019-10-08
generated docs: function parameters have links
Andrew Kelley
2019-10-08
generated docs contain generic instantiations and comptime calls
Andrew Kelley
2019-10-07
generated docs: show doc comments on functions
Andrew Kelley
2019-10-07
unicode character literals
Nick Erdmann
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
[next]