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
2020-10-28
stage1: Fix crash in comptime struct value copy
LemonBoy
2020-10-27
rename ZigClangFloatingLiteral_getValueAsApproximateDouble
Andrew Kelley
2020-10-26
Merge branch 'frmdstryr-import-empty-file'
Andrew Kelley
2020-10-26
non-hacky workaround for the empty file bug
Andrew Kelley
2020-10-26
stage1: support "native" as the OS string in -target
Andrew Kelley
2020-10-26
Fix @import of empty file
frmdstryr
2020-10-25
Temp Fix for deadlock in C compilation, found and tested on Windows
mlarouche
2020-10-24
cc: fix regression on macOS after adding libc headers
Jakub Konka
2020-10-23
When checking a cache hit, make sure to handle a (re)moved source file
Timon Kruiper
2020-10-22
Merge pull request #6744 from LemonBoy/intcast-vec
Andrew Kelley
2020-10-22
stage2 LLD .ar linking: fix wrong object file path
Andrew Kelley
2020-10-21
Add minimal set of macOS libc headers
Jakub Konka
2020-10-21
stage1: Fix edge case in Union ZigValue generation
LemonBoy
2020-10-20
std docs: print bool values
xackus
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-17
coff: link in CRT for DLLs that want -lc
Andrew Kelley
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-17
Merge pull request #6394 from Vexu/fmt
Andrew Kelley
2020-10-17
code cleanups
Andrew Kelley
2020-10-17
Merge branch 'openbsd-minimal' of https://github.com/semarie/zig into semarie...
Andrew Kelley
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-17
use new format specifier in translate-c and std lib
Vexu
2020-10-17
Merge pull request #6291 from pixelherodev/cbe_arithmetic
Andrew Kelley
2020-10-16
byteOffsetOf rounds up using bit offset in host integer
vegecode
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-16
zig fmt: write modified files to stdout not stderr
Isaac Freund
2020-10-16
trivial refactor to remove redundant function call
Andrew Kelley
2020-10-16
Allow linking with dynamic libraries in main CLI
Jakub Konka
2020-10-16
stage1: Don't ask LLVM to emit misaligned memcpy
LemonBoy
2020-10-16
stage1: Expand undefined struct/arrays when indexed
LemonBoy
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-15
adjust error message of zig run with no args
Andrew Kelley
2020-10-15
friendly error message for zig run with no args
g-w1
2020-10-15
fixups
Andrew Kelley
2020-10-15
stage2: use execve where available for zig test and zig run
g-w1
2020-10-15
stage1: Off-by-one error in int to float conversion
LemonBoy
2020-10-14
Merge pull request #6669 from ifreund/color-fixes
Andrew Kelley
2020-10-14
add .tbd to usage text
Andrew Kelley
2020-10-14
Classify .tbd files as shared libraries
Frank Denis
2020-10-14
stage2: support ZIG_LIBC env var and detect self as system C compiler
Andrew Kelley
2020-10-14
Merge pull request #6650 from kubkon/macho-incremental
Jakub Konka
2020-10-14
stage1: Fix missing runtime safety check for intToPtr
LemonBoy
2020-10-13
stage2: use meta.stringToEnum for Color parsing
Isaac Freund
2020-10-13
Do not rewrite paths to dyld and libSystem unless changed
Jakub Konka
2020-10-13
Reuse text blocks; enable all incremental tests
Jakub Konka
2020-10-13
Fix writing of load cmds headers *after* symtab update
Jakub Konka
2020-10-13
Update allocateTextBlock to use node free list
Jakub Konka
2020-10-13
Add mechanism for growing/shrinking text blocks
Jakub Konka
[next]