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-29
Add unreachable branch
Alexandros Naskos
2020-04-29
Progress will now use ANSI escape codes on windows for terminals that support it
Alexandros Naskos
2020-04-29
Merge pull request #5210 from tadeokondrak/IntType-to-Int
Vexu
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
rename std.meta.IntType to std.meta.Int
Tadeo Kondrak
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
Merge pull request #5195 from tadeokondrak/opaquetype-to-type-opaque
Andrew Kelley
2020-04-28
Merge pull request #5201 from tadeokondrak/mangle-field-names-locally
Vexu
2020-04-28
Fix/add translate-c tests for previous commit
Tadeo Kondrak
2020-04-28
Mangle field names with a local counter in records
Tadeo Kondrak
2020-04-28
Update language reference for std.meta.Vector
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-28
add std.meta.Vector to replace @Vector
Tadeo Kondrak
2020-04-28
Validate vector types for @Vector
Tadeo Kondrak
2020-04-28
Update language reference for recent @Type changes
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-27
add missing const to pkg dependencies
wozeparrot
2020-04-27
Merge pull request #5187 from ziglang/squeek502-windows-fmt-relative
Andrew Kelley
2020-04-27
implement @Type() for more types
Tadeo Kondrak
2020-04-27
std: support `/` in Windows paths
Andrew Kelley
2020-04-27
zig fmt: still print the relative path
Andrew Kelley
2020-04-27
fmt: Fix relative paths with . and .. on Windows
Ryan Liptak
2020-04-27
Fix issue with std.json incorrectly replacing forward slashes with a backslas...
Auguste Rame
2020-04-27
Add missing state to C object cache
George Roman
2020-04-26
stage2 zir: remove dead code
Andrew Kelley
2020-04-26
Fix unfortunate typo
Henry Nelson
2020-04-26
add CLI option -Bsymbolic for binding global references locally
Andrew Kelley
2020-04-26
Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172)
Nick Appleton
2020-04-26
ir: elemptr and add instructions
Andrew Kelley
2020-04-25
std: fix posix Thread.spawn to accept all startFn types
Andrius Mitkus
2020-04-25
Pass each target feature flag separately
George Roman
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-24
Merge pull request #5158 from ziglang/zir-to-elf
Andrew Kelley
2020-04-24
link: change default executable mode to 0o777
Andrew Kelley
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-24
bug fixes to make it work
Andrew Kelley
2020-04-23
codegen: write the updated code size to PT_LOAD section header
Andrew Kelley
2020-04-23
codegen rdx set immediate
Andrew Kelley
2020-04-23
codegen supports embedded-in-code constants
Andrew Kelley
2020-04-23
codegen for setting rax and rdi registers
Andrew Kelley
2020-04-23
codegen for inline assembly
Andrew Kelley
2020-04-23
codegen for const ints and string literals
Andrew Kelley
2020-04-23
basics of writing ELF and machine code generation
Andrew Kelley
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-22
Merge pull request #5139 from mikdusan/qemu-5.0.0-rc4
Michael Dusan
2020-04-22
ci: bump static-qemu 5.0.0-rc3 → 5.0.0-rc4
Michael Dusan
2020-04-22
Merge pull request #5125 from mikdusan/kern.osproductversion
Michael Dusan
2020-04-22
Merge pull request #5130 from ziglang/stage2-ir
Andrew Kelley
[next]