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
2020-04-22
std: Implement progress for Windows
LemonBoy
2020-04-22
stage1: Another hack for the C ABI compatibility
LemonBoy
2020-04-20
stage1: Handle errors when generating block IR
LemonBoy
2020-04-20
Remove old-style @typeOf compatibility
Robin Voetter
2020-04-20
stage1: Fix wrong union access
LemonBoy
2020-04-19
stage1: Fix signed multiplication overflow
LemonBoy
2020-04-19
Merge pull request #5097 from Vexu/field
Andrew Kelley
2020-04-19
fix uninitialized ZigValue
xackus
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-18
disallow declarations between container fields
Vexu
2020-04-18
std: Introduce the Once synchronization primitive
LemonBoy
2020-04-18
Merge branch 'cshenton-patch-1'
Andrew Kelley
2020-04-18
ziggurat uses `@truncate` instead of `& 0xff`
Andrew Kelley
2020-04-18
rand: ref the decls so they get tested
Andrew Kelley
2020-04-18
Update ziggurat.zig to use `random.int(u64)`
Charles Shenton
2020-04-18
Merge pull request #5088 from Vexu/varargs-fix
Andrew Kelley
2020-04-18
std.os.readv: Add missing iov_count declaration
Christian Wesselhoeft
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
update cmake, update readme, in response to the dynamic linking fiasco
Andrew Kelley
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
fix missing compile errors on builtin cast functions
Vexu
2020-04-17
stage1: Fix several bugs in constant generation
LemonBoy
2020-04-17
build: Create the output directory if it doesn't exist
LemonBoy
2020-04-16
debug: Minor QOL improvements for osx
LemonBoy
2020-04-16
std: make math.clamp work for common uses, remove automatic bounds swapping
Andrius Mitkus
2020-04-15
CC: fix binary dupe with no -o
Layne Gustafson
2020-04-15
Enable formatting in std.big.Int.format
joachimschmidt557
2020-04-15
Merge pull request #5046 from Vexu/translate-c
Vexu
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-15
translate-c: correct invalid shortcut
Vexu
2020-04-14
Added gdi32.zig and More user32 definitions
Jakub
2020-04-14
Shift error message now says "fixed-width integer type" instead of just "inte...
foobles
2020-04-14
Update emit_raw.zig
markfirmware
2020-04-14
cli: add `c++` subcommand to --help menu
Andrew Kelley
2020-04-13
langref: add link to 0.6.0 version
Andrew Kelley
2020-04-13
stage1: More fixes for BE targets
LemonBoy
2020-04-13
Release 0.6.0
0.6.0
Andrew Kelley
2020-04-13
std: fix StreamSource to disallow writing to a const buffer
daurnimator
2020-04-13
std: fix os.fstatat definition (#5016)
daurnimator
2020-04-12
disable flaky event loop test
Andrew Kelley
2020-04-12
Merge pull request #5014 from nmeum/@panic-path
Michael Dusan
2020-04-12
fix file protocol structure definitions (#5015)
Heppoko
2020-04-12
added CI job for mingw
emekoi
2020-04-12
Update documentation of @panic
Sören Tempel
2020-04-12
std: add some basic windows user32 definitions
daurnimator
2020-04-12
only use `-nostdinc++` on c++ files
Michael Dusan
2020-04-12
Zig treats -lstdc++ identically to -lc++
Andrew Kelley
2020-04-11
cmake: allow not finding some clang libs
Andrew Kelley
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-11
revert Translate C: Add comment containing c source location for failed decls
Andrew Kelley
[next]