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
Age
Commit message (
Expand
)
Author
2019-02-05
Typo: use the joined path to try executables available from PATH.
Sahnvour
2019-02-05
Notify failure to create a process when the executable is not found even in P...
Sahnvour
2019-02-05
docs: clarify passing aggregate types as parameters
Andrew Kelley
2019-02-05
Added support for vector wrapping mult and sub
Jimmi Holst Christensen
2019-02-04
fix vector debug info tripping LLVM assertion
Andrew Kelley
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-02-04
Merge branch 'kristate-zig-backport-std.mem.separate'
Andrew Kelley
2019-02-04
adjustments to std.mem split / separate
Andrew Kelley
2019-02-04
Merge branch 'zig-backport-std.mem.separate' of https://github.com/kristate/z...
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-02
Fix slice concatenation
Matthew McAllister
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2019-02-01
Fix runtime assignment to comptime aggregate field
Matthew McAllister
2019-02-01
add compile errror for @bitCast when bit counts mismatch
Andrew Kelley
2019-02-01
Merge pull request #1775 from tgschultz/stdlib-serialization
Andrew Kelley
2019-02-01
Merge branch 'emekoi-windows-mutex'
Andrew Kelley
2019-02-01
fixups
Andrew Kelley
2019-02-01
Merge branch 'windows-mutex' of https://github.com/emekoi/zig into emekoi-win...
Andrew Kelley
2019-01-31
darwin: fix incorrect timeval struct type
Andrew Kelley
2019-01-31
os.cpp: fix regression on Windows from 59c050e7
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-30
fix test after merging ad8381e0d2936f
Andrew Kelley
2019-01-30
collapse os_file_mtime into os_file_open_r and check for directory
Andrew Kelley
2019-01-30
Move tokenizer error location to offending char
Matthew McAllister
2019-01-30
darwin time code: don't cast to int until the end
Andrew Kelley
2019-01-30
fix freebsd ci from previous commit
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-29
simpler implementation of `&&` and `||` hints
Andrew Kelley
2019-01-25
Hint at use of and/or when &&/|| is improperly used (#1886)
kristopher tate
2019-01-21
llvm-config sanity check
tharvik
2019-01-20
Merge branch 'kristate-zig-backport-issue1883'
Andrew Kelley
2019-01-20
add test case for previous commit
Andrew Kelley
2019-01-20
src/analyze.cpp: return type entry for `ZigTypeIdPointer` if it points to `Zi...
kristopher tate
2019-01-18
Merge pull request #1885 from Sahnvour/master
Andrew Kelley
2019-01-18
Hopefully fixed #1503 (at least improved) line accuracy of stack traces on wi...
Sahnvour
2019-01-18
removed unnecessary cast
Sahnvour
2019-01-14
fix incorrect parameter names for std.math.atan2
Andrew Kelley
2019-01-11
fixed type signature
emekoi
2019-01-11
fixed initializer and typos
emekoi
2019-01-11
removed nullables
emekoi
2019-01-11
changed pointer types
emekoi
2019-01-11
fixed mutex on windows
emekoi
2019-01-11
moved to InitializeCriticalSection to init
emekoi
2019-01-11
switching back to EnterCriticalSection
emekoi
2019-01-11
switching from EnterCriticalSection to TryEnterCriticalSection
emekoi
2019-01-11
updated structs
emekoi
2019-01-11
added mutex for windows
emekoi
2019-01-09
when rendering llvm const values, ensure the types align
Andrew Kelley
2019-01-08
`@typeInfo`: more correct return type info
Andrew Kelley
2019-01-08
fix debug info for function pointers
Andrew Kelley
[next]