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
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
Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...
IntegratedQuantum
2024-02-27
compress: activate tests in wasm32
Igor Anić
2024-02-27
Eliminate `error.InvalidHandle` from OpenError and RealPathError
Ryan Liptak
2024-02-27
testing.expectFmt() - reuse expectEqualStrings()
Travis Staloch
2024-02-27
std.compress.zstd: enable tests for wasm32
dweiller
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
Merge pull request #19087 from squeek502/redundant-test-naming
Andrew Kelley
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
std.zig: don't try to unit test a separate exe
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-26
http: fix fetching a github release
Jacob Young
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 many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-26
std.http.Server: fix use case of streaming both reading and writing
Andrew Kelley
2024-02-26
Merge pull request #19081 from ianic/tar_case_sensitive
Andrew Kelley
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
std.http.Client: fix UAF when handling redirects
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
Merge pull request #19077 from Techatrix/http-header-parse
Andrew Kelley
2024-02-26
std.tar fix refactored function
Igor Anić
2024-02-25
fix crash when calling StackIterator.isValidMemory with emscripten
Jae B
2024-02-25
fix large f128 values being incorrectly parsed as inf
Marc Tiehuis
2024-02-25
package management: fix regression of printing expected hash
Andrew Kelley
[next]