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
/
lib
Age
Commit message (
Expand
)
Author
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
remove std.io.PeekStream
Andrew Kelley
2024-03-14
std: make std.dwarf.FixedBufferReader public
Luuk de Gram
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-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-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-12
std.enums: Increase eval branch quotas
Carl Åstholm
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
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-11
docs: make docs work with recent tar changes
Igor Anić
2024-03-11
resinator: Fix auto-detected includes only being used during preprocessing
Ryan Liptak
2024-03-11
Fix progress when multiple zig rc child processes are building resinator
Ryan Liptak
2024-03-11
ErrorBundle: Fix potential writes to stale/freed memory
Ryan Liptak
2024-03-11
Report the progress of lazily building zig rc
Ryan Liptak
2024-03-11
ErrorBundle: Add support for reference traces in addOtherSourceLocation
Ryan Liptak
2024-03-11
Integrate resinator errors with Zig using std.zig.Server and ErrorBundle
Ryan Liptak
2024-03-11
Lazily compile the `zig rc` subcommand and use it during `zig build-exe`
Ryan Liptak
2024-03-11
std.tar: fix broken public interface
Igor Anić
2024-03-11
std.tar: use doctest
Igor Anić
2024-03-11
std.tar: fix test hanging on windows
Igor Anić
2024-03-11
disable test which is hanging on windows in ci
Igor Anić
2024-03-11
std.tar: fix path testing on windows
Igor Anić
2024-03-11
std.tar: fix build on 32 bit platform
Igor Anić
2024-03-11
std.tar: document iterator interface with example
Igor Anić
2024-03-11
std.tar make iterator interface more ergonomic
Igor Anić
2024-03-11
std.tar: don't return in iterator init
Igor Anić
2024-03-11
std.tar: remove redundant test name prefixes
Igor Anić
[next]