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
2022-10-17
Give better error message for --name with folder separator
Evin Yulo
2022-10-16
stage2: remove `--verbose-mir` from help menu
Meghan
2022-10-15
llvm: fix lowering of non-byte-aligned field pointers
Jacob Young
2022-10-15
Module: fix early exit conditions during compilation
Jacob Young
2022-10-15
llvm: fix lowering of runtime refs to comptime-only decls
Jacob Young
2022-10-15
disable sema.addConstant
Guillaume Wenzek
2022-10-15
addrSpaceCastIsValid nvptx
Guillaume Wenzek
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-15
debug
Guillaume Wenzek
2022-10-15
restore comp when leaving flushModule
Guillaume Wenzek
2022-10-15
disable debug info for ptx<7.5
Guillaume Wenzek
2022-10-15
allow ptx kernel export
Guillaume Wenzek
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-15
Merge pull request #12918 from jacobly0/math-cast-comptime-int
Andrew Kelley
2022-10-15
llvm: fix bug lowering aggregate_init with a byref sentinel
Jacob Young
2022-10-15
Merge pull request #13100 from topolarity/powerpc64le
Andrew Kelley
2022-10-14
stage1: Fix ppcle `long double` size
Cody Tapscott
2022-10-14
i386 ABI: Fix some sizes and alignments
Evan Haas
2022-10-14
stage2: fix emitting asm and bin at the same time
Jacob Young
2022-10-13
stage2: Use softfloat for `f16` on MIPS targets
Cody Tapscott
2022-10-13
Disable llvm.prefetch for PowerPC
Cody Tapscott
2022-10-13
stage1: Add softfloat support for `@reduce`
Cody Tapscott
2022-10-13
stage2: Add softfloat support for `@reduce`
Cody Tapscott
2022-10-13
stage1: Rely on softfloat for `f16` on non-arm targets
Cody Tapscott
2022-10-13
stage2 LLVM: Correct long double for WASM
Cody Tapscott
2022-10-13
stage2: Fix softfloat support for PPC64(LE)
Cody Tapscott
2022-10-13
adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...
cod1r
2022-10-13
Sema: add float128IntPartToBigInt to fix compare comptime float with int
kkHAIKE
2022-10-12
build.zig: Forward LLVM lib/include dirs from CMake
Jacob Young
2022-10-12
stage2: improve globals with address spaces a little
Robin Voetter
2022-10-12
make addrSpaceCast work with optionals; forbid ptrCast'ing address spaces
Robin Voetter
2022-10-12
stage2: f128 improvements for targets that do not support it
Robin Voetter
2022-10-12
backport @addrSpaceCast to stage 1
Robin Voetter
2022-10-12
stage2: check address space cast validity
Robin Voetter
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-12
stage2: improve addrspace handling
Robin Voetter
2022-10-12
allow global/local/shared address spaces on amdgcn
Robin Voetter
2022-10-12
stage 2: grammar
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-10-12
amdgpu: add amdhsa/amdpal ctype abi sizes
Robin Voetter
2022-10-12
improve header searchlist handling in build, main
Michael Dusan
2022-10-12
Sema: add reference trace before checking for cached value
Veikka Tuominen
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-12
Windows: Fix stage1.zig's main failing to receive non-ASCII args
Ryan Liptak
2022-10-12
stage2: implement exporting using field access (#13136)
Luuk de Gram
2022-10-12
Merge pull request #13089 from ziglang/update-mingw
Andrew Kelley
2022-10-11
stage2 LLVM: Use a packed aggregate for union payload init
Cody Tapscott
2022-10-11
Merge pull request #13126 from tau-dev/master
Veikka Tuominen
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
[next]