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-04-17
Value: convert undefined values to 0xAA for bitwise operations
mlugg
2024-04-17
Value: fix out-of-bounds slice access writing zero-bit undef value
mlugg
2024-04-17
compiler: un-implement #19634
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-16
x86_64: fix miscompilation regression in package fetching code
Jacob Young
2024-04-14
Target: cleanup
Jacob Young
2024-04-12
Autodoc: fix root module name in sources.tar
Ian Johnson
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-04-12
translate-c: allow str literals in bool expressions
travisstaloch
2024-04-11
fetch: combine unpack error validation in a single function
Igor Anić
2024-04-11
translate-c: support macro with 'assert(false && "error message")'
travisstaloch
2024-04-10
Uri: propagate per-component encoding
Jacob Young
2024-04-09
fetch: use arena allocator for diagnostic/UnpackResult
Igor Anić
2024-04-09
fetch: add executable bit test
Igor Anić
2024-04-09
fetch: refactor package root in errors
Igor Anić
2024-04-09
fetch: save test cases
Igor Anić
2024-04-09
fetch: use empty string instead of null for root_dir
Igor Anić
2024-04-09
fetch: remove root_dir from error messages
Igor Anić
2024-04-09
fetch: fix test tarball
Igor Anić
2024-04-09
fetch: remove test with mount and net dependencies
Igor Anić
2024-04-09
fix zig fmt
Igor Anić
2024-04-09
add comments
Igor Anić
2024-04-09
fetch: add pathological packages test
Igor Anić
2024-04-09
fetch.git: collect file create diagnostic errors
Igor Anić
2024-04-09
fetch: update comments
Igor Anić
2024-04-09
fetch: remove absolute path from tests
Igor Anić
2024-04-09
fetch: filter unpack errors
Igor Anić
2024-04-09
fetch: return UnpackResult from unpackResource
Igor Anić
2024-04-09
tar: store diagnostic errors into UnpackResult
Igor Anić
2024-04-09
fetch: make failing test
Igor Anić
2024-04-08
link/elf: do not set soname unless only dynlib (reverts for haiku exec)
Jakub Konka
2024-04-08
link/elf: handle symbols to begin/end of .eh_frame section
Jakub Konka
2024-04-08
link/elf: actually emit DYN when targetting haiku
Jakub Konka
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-08
link/elf: propagate Haiku requirement of always passing -shared for images
Jakub Konka
2024-04-08
haiku: default to single threaded to work around tls bugs
Jacob Young
2024-04-08
haiku: fix linking issues
Jacob Young
2024-04-08
cbe: fix struct field location computation
Jacob Young
2024-04-08
cbe: remove threadlocal variables in single threaded mode
Jacob Young
2024-04-07
Merge pull request #18920 from castholm/fmtId
Andrew Kelley
2024-04-07
Merge pull request #18988 from castholm/lazy-build-zig
Andrew Kelley
2024-04-07
Sema: support coercing ref to anonymous array init to many-pointer
Carl Åstholm
2024-04-07
Sema: fix runtime call of inline fn with comptime-known comptime-only ret type
Carl Åstholm
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-04-07
Fix first-time package fetches
Ian Johnson
2024-04-06
Merge pull request #19562 from Snektron/spirv-remove-cache
Andrew Kelley
2024-04-06
x86_64: fix abi of nested structs
Jacob Young
2024-04-06
package manager: set executable bit
Igor Anić
2024-04-06
Sema: fix non-`pub` `usingnamespace` in `@typeInfo`
Jacob Young
2024-04-06
Builder: fix encoding big integers in bitcode
Jacob Young
[next]