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
/
doc
/
docgen.zig
Age
Commit message (
Expand
)
Author
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
langref: Update langref to use {s}
LemonBoy
2020-12-23
update depreciated code (#7502)
g-w1
2020-10-29
add missing Invalid_periodasterisks case in docgen
Travis
2020-10-20
Update langref errors
LemonBoy
2020-10-06
langref: update for opaque {} syntax
Tadeo Kondrak
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-05
update more HashMap API usage
Andrew Kelley
2020-05-23
update docgen to new ast API
Andrew Kelley
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-05
Rename noasync to nosuspend in self-hosted, add rewriter
Tadeo Kondrak
2020-04-09
Update docgen to new ArrayList API
joachimschmidt557
2020-04-01
std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStream
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-14
fix docgen, which relied on stdout being path to binary
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-03
update docgen to new std.fs API
Andrew Kelley
2020-02-28
update docs to latest Target API
Andrew Kelley
2020-02-28
update docgen to new Target API
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-08
fix regression in docgen
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Add explicit free to docs
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-16
langref table of contents in a separate column on large displays
xackus
2019-12-09
update docgen to new format API
Andrew Kelley
2019-12-05
docs: fix duplicate closing tag generation
xackus
2019-12-01
fix docs regressions
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-15
fix containerdoccomment not handled in docgen.zig
Vexu
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-06
add token for parsing pointer dereference
Brendan Hansknecht
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-09-29
docs: docgen supports release safe exe code examples
Andrew Kelley
2019-09-29
docgen: support code examples for riscv target
Andrew Kelley
2019-09-26
docgen: add "process terminated by signal" to exe_err
Andrew Kelley
2019-09-25
docgen: slightly better caching
Andrew Kelley
2019-09-24
docgen: test blocks support linking libc
Andrew Kelley
2019-09-24
docgen: slightly cleaner display of libc cli args
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Add the noinline keyword for function declarations
LemonBoy
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
changing occurrences of HashMap with []const u8 as keys for StringHashMap
Sahnvour
2019-08-15
remove `cancel`
Andrew Kelley
[next]