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
/
tools
/
docgen.zig
Age
Commit message (
Expand
)
Author
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-28
update langref and docs to avoid GenericWriter
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
Andrew Kelley
2025-07-23
std.Io.poll: update to new I/O API
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update autodocs and langref to new API
Andrew Kelley
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-04-25
migrate langref documentation generation to the build system
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-01-21
langref: remove line numbers from code samples
Andrew Kelley
2024-01-13
Don't crash or CR/LF line endings in docgen
F3real
2024-01-01
update docgen for std Target.Query API breaks
Andrew Kelley
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-06
docgen: update use of getExternalExecutor
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-30
move docgen.zig to tools/
Andrew Kelley