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
/
Package
Age
Commit message (
Expand
)
Author
2024-03-11
Merge pull request #19155 from ianic/tar_max_file_size
Andrew Kelley
2024-03-11
package: remove git fetch zlib lookahead fix
Igor Anić
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.tar: fix broken public interface
Igor Anić
2024-03-07
Package.Module: actually set File.path_digest for builtin modules
mlugg
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-25
package management: fix regression of printing expected hash
Andrew Kelley
2024-02-23
fix zstd compilation errors from previous commit
Andrew Kelley
2024-02-23
std.compress.zstd: remove allocation from DecompressStream
dweiller
2024-02-23
git fetching: fix redirect handling
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http: remove the ability to heap-allocate headers
Andrew Kelley
2024-02-22
return few previous fixes
Igor Anić
2024-02-22
use BufferedTee in Fetch/git.zig
Igor Anić
2024-02-19
Package.Fetch: fix Git package fetching
Ian Johnson
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
CLI: implement 'zig build' lazy dependency fetching
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-15
Accepts generic application/x-compressed in package fetch
cipharius
2024-01-09
ignore charset and boundary directives in content-type headers when fetching...
Joel Gustafson
2024-01-01
frontend: fix populateTestFunctions accessing the wrong module
Andrew Kelley
2024-01-01
Package.Module: fix typo in default red-zone setting
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
frontend: fix stack protector option logic
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-11-28
package fetching: catch relative paths that resolve into cache dir
Andrew Kelley
2023-11-26
add Package.Manifest.copyErrorsIntoBundle
Andrew Kelley
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-12
Package.Fetch.git: handle optional pkt-line LF
Ian Johnson
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-24
add Fetch support for short compressed tar ext
Tobias Simetsreiter
2023-10-21
std.http: rename start->send and request->open to be more inline with operation
Nameless
2023-10-18
Package.Manifest: fix bitrotted unit tests
Andrew Kelley
2023-10-18
Package.Manifest: add minimum_zig_version field
DraagrenKirneh
2023-10-17
package fetching: support .tar.zst archives
dweiller
2023-10-16
zig fetch: add `--debug-hash` argument
Andrew Kelley
2023-10-16
Package.Fetch: normalize path separators in symlinks
Andrew Kelley
[next]