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
juice
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
std.Io.Threaded-groups-2
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
/
std
Age
Commit message (
Expand
)
Author
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-15
std.os.linux: export getauxval only when building executable or root has main...
Vesim
2024-07-15
start: refactor callMain return type checking
gooncreeper
2024-07-15
Merge pull request #20622 from squeek502/windows-arg-iterator-cleanup
Veikka Tuominen
2024-07-15
Tokenizer bug fixes and improvements
gooncreeper
2024-07-14
build runner: update watch caption to include subprocesses
Andrew Kelley
2024-07-14
build runner: handle compiler subprocess failures gracefully
Andrew Kelley
2024-07-14
build system: update std.Progress.Node for long-lived children
Andrew Kelley
2024-07-14
std.Progress: add getIpcFd and have_ipc API
Andrew Kelley
2024-07-14
frontend: add -fincremental, -fno-incremental flag
Andrew Kelley
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-14
std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)
bing
2024-07-13
Merge pull request #20620 from kcbanner/fixup_msvc_bootstrap
Andrew Kelley
2024-07-13
ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointer
Ryan Liptak
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak
2024-07-13
ArgIteratorWindows: Store last emitted code unit instead of checking the last...
Ryan Liptak
2024-07-14
std.ArrayList.unusedCapacitySlice: Return unaligned slice (#20490)
gooncreeper
2024-07-13
ArgIteratorWindows: Clarify buffer length comment
Ryan Liptak
2024-07-14
std.fmt.formatFloat: skip f80 round-trip tests on x86_64 windows
Marc Tiehuis
2024-07-14
std.fmt.parseFloat: add f80 formatFloat support
Harrison McCarty
2024-07-13
Compile: Pass the default --zig-lib-dir along to child processes
kcbanner
2024-07-13
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...
Ryan Liptak
2024-07-12
Merge pull request #20580 from ziglang/watch
Andrew Kelley
2024-07-12
build runner: refactor fs watch logic for OS abstraction
Andrew Kelley
2024-07-12
update build system unit test
Andrew Kelley
2024-07-12
std.Build.Step.Run: support prefixed artifact args
xtex
2024-07-12
std: Add loongarch support for coff. (#20583)
YANG Xudong
2024-07-12
Fix right shift on negative BigInts
Tau
2024-07-12
frontend: add file system inputs for incremental cache mode
Andrew Kelley
2024-07-12
integrate Compile steps with file watching
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix the format method
Andrew Kelley
2024-07-12
std.Build.Step.ObjCopy: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix hash impl on windows
Andrew Kelley
2024-07-12
std.Build.Step.Run: integrate with --watch
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: remove random bytes from cache hash
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: fix handling of directories
Andrew Kelley
2024-07-12
introduce std.Build.Cache.Manifest.addFilePath
Andrew Kelley
2024-07-12
td.Build.Step.InstallDir: leave hint for wrong cached status
Andrew Kelley
2024-07-12
std.Build.Watch: add ONDIR to fanotify event mask
Andrew Kelley
2024-07-12
build runner: don't pass a dirfd + null to fanotify_mark
Andrew Kelley
2024-07-12
std.Build.Watch: introduce special file "." to watch entire dir
Andrew Kelley
2024-07-12
std.Build.LazyPath: add getPath3; deprecate getPath2 and getPath
Andrew Kelley
2024-07-12
std.Build.Cache.Path: fix format function for absolute paths
Andrew Kelley
2024-07-12
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-07-12
std.Build.Watch: gracefully handle fanotify queue overflow
Andrew Kelley
2024-07-12
std.os.linux: type safety for fanotify metadata event mask field
Andrew Kelley
2024-07-12
std.Build.Watch: make dirty steps invalidate each other
Andrew Kelley
2024-07-12
build system: make debounce interval CLI-configurable
Andrew Kelley
2024-07-12
proof-of-concept --watch implementation based on fanotify
Andrew Kelley
[next]