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
2023-10-08
move some package management related source files around
Andrew Kelley
2023-10-08
fix dependencies.zig generation with no dependencies
Andrew Kelley
2023-10-08
zig fetch: require 'paths' field in the manifest
Andrew Kelley
2023-10-08
Package.Fetch: fix not making directory paths for symlinks
Andrew Kelley
2023-10-08
use long-lived arena for `@cImport`-generated Module
Andrew Kelley
2023-10-08
give build.zig modules access to their dependencies' build.zig modules
Andrew Kelley
2023-10-08
Manifest: fix not initializing token locations
Andrew Kelley
2023-10-08
Package.Fetch: fix handling of relative paths
Andrew Kelley
2023-10-08
Package.Fetch: resolve instead of join relative paths
Andrew Kelley
2023-10-08
CLI: fix only_core_functionality logic
Andrew Kelley
2023-10-08
zig build: add `--fetch` argument
Andrew Kelley
2023-10-08
dependencies.zig: omit deps without hashes
Andrew Kelley
2023-10-08
dependencies.zig: omit modules without build.zig as deps
Andrew Kelley
2023-10-08
std.tar: fix creation of symlinks with omit_empty_directories
Andrew Kelley
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
more fixes related to previous commits Package/Module API
Andrew Kelley
2023-10-08
finish implementing the auto-generated dependencies.zig module
Andrew Kelley
2023-10-08
fix detection of build.zig file inside packages
Andrew Kelley
2023-10-08
package fetching: generate dependencies.zig file
Andrew Kelley
2023-10-08
make Package.Path support string escape formatting
Andrew Kelley
2023-10-08
std: add unstable sorting to array hash maps
Andrew Kelley
2023-10-08
fix recursive package fetching logic
Andrew Kelley
2023-10-08
fix inverted logic for allowing/disallowing paths field
Andrew Kelley
2023-10-08
fix Fetch.JobQueue.consolidateErrors
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
require inclusion directives in root manifest but not deps
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-08
add basic build.zig.zon documentation
Andrew Kelley
2023-10-08
Manifest: add top-level `paths` field for inclusion rules
Andrew Kelley
2023-10-08
std.zig.ErrorBundle: add some explicit error sets
Andrew Kelley
2023-10-08
std.tar: add option for omitting empty directories
Andrew Kelley
2023-10-08
Merge pull request #17438 from Luukdegram/issue-17436
Luuk de Gram
2023-10-08
add behavior test `@tagName` with signed values
Luuk de Gram
2023-10-08
wasm: correctly lower signed value in `@tagName`
Luuk de Gram
2023-10-08
Merge pull request #17416 from jacobly0/x86_64
Jacob Young
2023-10-08
x86_64: implement `@mulAdd` of floats for baseline
Jacob Young
2023-10-08
x86_64: implement `@rem` for floats
Jacob Young
2023-10-08
x86_64: fix `@divTrunc` and `@divFloor` of `f16`
Jacob Young
2023-10-08
x86_64: fix undersized vector binary operations
Jacob Young
2023-10-08
x86_64: fix conversions between floats and 128-bit integers
Jacob Young
2023-10-08
x86_64: implement `@abs` for some integer vector types
Jacob Young
2023-10-08
x86_64: fix bitcast from `f80`
Jacob Young
2023-10-08
cbe: fix crash on error
Jacob Young
2023-10-07
x86_64: hack around silent `f80` miscompilations
Jacob Young
2023-10-07
x86_64: improve inline assembly support
Jacob Young
2023-10-07
x86_64: implement C var args
Jacob Young
2023-10-07
x86_64: implement negation and `@abs` for `f80`
Jacob Young
2023-10-07
x86_64: implement `f80` movement
Jacob Young
2023-10-07
x86_64: fix C abi typos
Jacob Young
[next]