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.zig
Age
Commit message (
Expand
)
Author
2024-01-01
compiler: fix UAF when writing builtin.zig
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2023-10-10
Package: Fix path separator not being escaped between root_dir and sub_path
Ryan Liptak
2023-10-08
move some package management related source files around
Andrew Kelley
2023-10-08
Package.Fetch: resolve instead of join relative paths
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
fix detection of build.zig file inside packages
Andrew Kelley
2023-10-08
make Package.Path support string escape formatting
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-08
rework package manager
Andrew Kelley
2023-10-02
Support symlinks for git+http(s) dependencies
Ian Johnson
2023-10-02
zig fetch: enhanced error reporting
Andrew Kelley
2023-10-02
introduce the 'zig fetch' command + symlink support
Andrew Kelley
2023-10-02
compiler: extract package hashing logic to separate file
Andrew Kelley
2023-09-30
Support fetching dependencies over git+http(s)
Ian Johnson
2023-09-29
Extract logic for directory packages
Adam Goertz
2023-09-29
Fix diamond dependencies with directory packages
AdamGoertz
2023-09-29
Purge absolute paths and remove unneeded path processing
AdamGoertz
2023-09-29
Allow only relative paths.
Adam Goertz
2023-09-29
Support file:/// URIs and relative paths
Adam Goertz
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-09-24
Support non zig dependencies
antlilja
2023-09-15
package manager: write deps in a flat format, eliminating the FQN concept
mlugg
2023-08-27
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat
2023-07-25
Package: add progress indicator for package fetching
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-03
fix missing insertion of module to all_modules on first download
DraagrenKirneh
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
Improve Content-Disposition filename detection (#15844)
DraagrenKirneh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-18
Only add build.zig module dependencies once
mlugg
2023-05-18
Deduplicate uses of the same package across dependencies
mlugg
2023-05-15
Package: support gitlab tarball urls
Travis Staloch
2023-05-13
Improve error handling on dependency download (#15661)
DraagrenKirneh
2023-05-13
add application/tar+gzip unblocking sr.ht packages
Simon A. Nielsen Knights
2023-05-03
Change compression detection to use content-type instead of the url ending
DraagrenKirneh
2023-04-26
std.http: do -> wait, fix redirects
Nameless
2023-04-18
std.http: pass Method to request directly, parse trailing headers
Nameless
2023-04-17
std.http: curate some Server errors, fix reading chunked bodies
Nameless
2023-04-17
std.http: add Headers
Nameless
2023-04-08
update package manager to use req.do(), fix chunked trailer reading
Nameless
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-09
Add ability to import dependencies from build.zig
antlilja
2023-03-05
fix package redeclaration when cache is not found
jiacai2050
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-02-25
fix package hashes on Windows
Andrew Kelley
[next]