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-03-15
macho: fix a sad typo in calculating the address of a TLV pointer
Jakub Konka
2024-03-15
langref: add basic documentation of RLS
mlugg
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-14
bsd: add missing os.IFNAMESIZE
Michael Dusan
2024-03-14
Merge pull request #19273 from mlugg/incremental-some-more
Matthew Lugg
2024-03-14
chore: Fix some typos
Ahmed
2024-03-14
reduce garbage for repeated `zig cc -` calls
Motiejus Jakštys
2024-03-14
remove std.io.PeekStream
Andrew Kelley
2024-03-14
std: make std.dwarf.FixedBufferReader public
Luuk de Gram
2024-03-14
Zcu: preserve ordering of `usingnamespace` decls
mlugg
2024-03-14
Zcu: perform orphan checks against uncoerced function
mlugg
2024-03-14
compiler: add `func_ies` incremental dependencies
mlugg
2024-03-14
compiler: progress towards incremental
mlugg
2024-03-14
Zcu: handle updates to file root struct
mlugg
2024-03-14
Zcu: handle incremental updates (more) correctly when scanning namespaces
mlugg
2024-03-14
Zcu: convert Decl.zir_inst_index to a TrackedInst.Index.Optional
mlugg
2024-03-14
Zcu: remove old decls after scanning namespace
mlugg
2024-03-14
Zcu: rename implicitly-named decls to avoid overriding by explicit decls
mlugg
2024-03-14
compiler: detect duplicate test names in AstGen
mlugg
2024-03-13
Merge pull request #19258 from castholm/enums-eval-branch-quota
Andrew Kelley
2024-03-13
std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)
Jonathan Marler
2024-03-13
autodoc: Use `code` for keyboard events
Carl Åstholm
2024-03-13
remove `math.lerp` bounds for t
pancelor
2024-03-13
Merge pull request #19289 from ianic/issue_19052
Andrew Kelley
2024-03-13
Fix emscripten exports
Adrià Arrufat
2024-03-13
compress.xz: remove unnecessary variable
Igor Anić
2024-03-13
compress.xz: make reader loop little more readable
Igor Anić
2024-03-13
compress.xz: remove copyForwards from tight loop
Igor Anić
2024-03-13
Merge pull request #19257 from ziglang/elf-aarch64-thunks-2
Jakub Konka
2024-03-13
test/link/elf: do not check for $thunk in thunks tests for now
Jakub Konka
2024-03-12
{aegis,aes_gcm}: fix overflow with large inputs on 32-bit systems (#19270)
Frank Denis
2024-03-12
ml_kem.zig: inLen -> in_len (#19269)
Frank Denis
2024-03-12
elf: re-use output buffer for emitting thunks
Jakub Konka
2024-03-12
elf+aarch64: fix off-by-one in converging on groups interleaved with thunks
Jakub Konka
2024-03-12
test/link/macho: remove redundant 'macho-' prefix from case names
Jakub Konka
2024-03-12
elf+aarch64: actually write out thunks, and add a proper link test
Jakub Konka
2024-03-11
Merge pull request #19238 from dweiller/ring-buffer
Andrew Kelley
2024-03-11
Merge pull request #19239 from jedisct1/ml-kem
Andrew Kelley
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-11
Merge pull request #19174 from squeek502/lazy-resinator
Andrew Kelley
2024-03-11
Merge pull request #19155 from ianic/tar_max_file_size
Andrew Kelley
2024-03-12
Avoid comptime concatenation in `EnumFieldStruct`
Carl Åstholm
2024-03-12
Move big enum tests to a standalone test case
Carl Åstholm
2024-03-11
math.big.int: fix incorrect `bitAnd` behavior
tinusgraglin
2024-03-11
package: remove git fetch zlib lookahead fix
Igor Anić
2024-03-12
std.enums: Increase eval branch quotas
Carl Åstholm
2024-03-11
Merge pull request #18994 from ExpidusOS/feat/container-layout-rename-fields
Veikka Tuominen
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make float mode fields lowercase
Tristan Ross
[next]