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
2024-02-27
CLI: strip lazy built commands by default
Andrew Kelley
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-27
Merge pull request #19102 from ziglang/decouple-zir
Andrew Kelley
2024-02-27
Merge pull request #18538 from Pangoraw/wasm_vector_abi
Luuk de Gram
2024-02-26
introduce ZIG_DEBUG_CMD to choose debug mode
Andrew Kelley
2024-02-26
back out the build_runner.zig moving change
Andrew Kelley
2024-02-26
move lazily compiled source files to lib/compiler/
Andrew Kelley
2024-02-26
compiler: JIT zig reduce
Andrew Kelley
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-26
rearrange std.zig
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
Zir: decouple from InternPool
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-27
Merge pull request #19062 from mlugg/dbg-var-blocks
Matthew Lugg
2024-02-26
Fix tuple default values
John Schmidt
2024-02-26
Check for inactive union field when calling fn at comptime
John Schmidt
2024-02-26
Merge pull request #18859 from schmee/switch-union-capture-align
Andrew Kelley
2024-02-26
Sema: fix compile error for switching on undefined union
John Schmidt
2024-02-26
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt
2024-02-26
change default WASI stack size
Andrew Kelley
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-26
Merge pull request #19083 from antlilja/llvm-blockinfo
Andrew Kelley
2024-02-26
AstGen: fix OoB crash on `ast-check -t`
John Schmidt
2024-02-25
Merge pull request #19080 from jacobly0/llvm-per-mod-strip
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-26
macho: count rebases for synthetic __objc_selrefs
Jakub Konka
2024-02-26
macho: fix section to segment mapping
Jakub Konka
2024-02-26
macho: actually set SG_READ_ONLY on __DATA_CONST segment
Jakub Konka
2024-02-26
Builder: Reduce size of DebugLoc abbrev
antlilja
2024-02-26
Builder: Use BlockInfo block to reduce size of bitcode
antlilja
2024-02-25
package management: fix regression of printing expected hash
Andrew Kelley
2024-02-25
llvm: free llvm data before running llvm optimizations
Jacob Young
2024-02-25
llvm: implement per-module stripping
Jacob Young
2024-02-25
Merge pull request #19074 from antlilja/llvm-debug-loc
Jacob Young
2024-02-25
llvm: remork memory management in emit
Jacob Young
2024-02-25
x86_64: implement more shuffles
Jacob Young
2024-02-25
x86_64: implement optional comparisons
Jacob Young
2024-02-25
x86_64: fix alignment of bool vectors
Jacob Young
2024-02-25
x86_64: fix avx2 `@truncacte`
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-25
x86_64: fix inline asm match constraints
Jacob Young
2024-02-25
x86_64: implement `@select`
Jacob Young
2024-02-25
x86_64: fix incorrect mnemonic selection
Jacob Young
2024-02-25
Builder: Fix llvm ir debug location output
antlilja
2024-02-25
Builder: Improve debug location system
antlilja
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
[next]