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
/
src
/
dump_analysis.cpp
Age
Commit message (
Expand
)
Author
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-16
generated docs: progress towards generic types being useful
Andrew Kelley
2019-10-11
merge targets of generated docs
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-10
generated docs: add optional type support
Andrew Kelley
2019-10-10
Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...
Andrew Kelley
2019-10-10
Generated docs: Add function paramater names
Timon Kruiper
2019-10-10
Generated docs: store static container info in a containerDecl astNode
Timon Kruiper
2019-10-10
implement doc generation for union and enum
Vexu
2019-10-09
generated docs: add array type support
Andrew Kelley
2019-10-09
generated docs: more verbose fields
Andrew Kelley
2019-10-08
generated docs: error sets in fn docs
Andrew Kelley
2019-10-08
Add initial support for struct fields in the docs
Timon Kruiper
2019-10-08
generated docs: functions with inferred error sets display nicely
Andrew Kelley
2019-10-08
generated docs: bool type and fix error for some fns
Andrew Kelley
2019-10-08
generated docs: function parameters have links
Andrew Kelley
2019-10-08
generated docs contain generic instantiations and comptime calls
Andrew Kelley
2019-10-07
generated docs: show doc comments on functions
Andrew Kelley
2019-10-05
generated docs: show public stuff only
Andrew Kelley
2019-10-04
proof of concept of stage1 doc generation
Andrew Kelley
2019-10-04
stage1: fix compile error on macOS Xcode 11.1
Michael Dusan
2019-10-03
handle when std lib is unused
Andrew Kelley
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley