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
/
Autodoc.zig
Age
Commit message (
Expand
)
Author
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-11
Merge pull request #15637 from der-teufel-programming/autodoc-layouts
Loris Cro
2023-05-10
autodoc: fix crash when call syntax has complex callee expression
Loris Cro
2023-05-10
autodoc: Add layout to Struct and Union to properly display packed and extern;
Krzysztof Wolicki
2023-05-09
autodoc: Fix tag type for unions; Fix backing int for packed structs
Krzysztof Wolicki
2023-05-08
autodoc: Analyze and expose backing integer types for packed structs
Krzysztof Wolicki
2023-05-07
autodoc: fix support for slice_length ZIR instruction
dweiller
2023-05-07
add optional sentinel to slice_length ZIR
dweiller
2023-05-07
autodoc: implement slice_length case in walkInstruction
dweiller
2023-05-07
zir: add slice_length tag
dweiller
2023-05-06
autodoc: Add gathering of top-level doc comments for imported files
Krzysztof Wolicki
2023-05-05
autodoc: Save switches as comptimeExpr with the code instead of analyzing it ...
Krzysztof Wolicki
2023-05-05
autodoc: Better comptimeExpr code for blocks
Krzysztof Wolicki
2023-04-29
Merge pull request #15478 from der-teufel-programming/autodoc-decltests
Loris Cro
2023-04-29
autodoc: Gather and display decltests
Krzysztof Wolicki
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-26
Autodoc: new decl search system (#15475)
Loris Cro
2023-04-25
Merge branch 'master' into autodoc-pkg-mod
Loris Cro
2023-04-23
Improvements to docs and text
zooster
2023-04-23
autodoc: Change package to module to better reflect the new names
Krzysztof Wolicki
2023-04-22
Merge branch 'master' into autodoc-src-files-dirs
Loris Cro
2023-04-22
autodoc: Change html file destination dirs
Krzysztof Wolicki
2023-04-21
autodoc: Handle calling conventions better
Krzysztof Wolicki
2023-04-17
autodoc: more support for linking decls in docs & guides
Loris Cro
2023-04-15
autodoc: add support for defining guide sections
Loris Cro
2023-04-13
autodoc: Handling of explicit values for enum fields
Krzysztof Wolicki
2023-04-13
autodoc: Handling of default values for struct fields
Krzysztof Wolicki
2023-04-13
autodoc: make DeclStatus references long-lived
Loris Cro
2023-04-12
Autodoc usingnamespace (#15216)
Loris Cro
2023-04-07
std.json: allow returning custom errors from custom stringify
mateusz
2023-03-31
Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltins
Loris Cro
2023-03-31
autodoc: add new builtins
Krzysztof Wolicki
2023-03-31
autodoc: fix Extended builtin functions names rendering
Krzysztof Wolicki
2023-03-07
autodoc: Add struct to tryResolveRefPath
Krzysztof Wolicki Der Teufel
2023-03-03
Zir: move set_cold from Inst.Tag to Inst.Extended
r00ster91
2023-02-21
Implement new module CLI
mlugg
2023-02-20
Merge pull request #14544 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-10
autodoc: anonymous struct type indentation fix
Krzysztof Wolicki Der Teufel
2023-02-03
Merge pull request #14515 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-02-02
autodoc: Added `@qualCast` builtin function handling
Krzysztof Wolicki Der Teufel
2023-01-29
autodoc: Implemented struct_init_empty for walkInstruction, fixed variable ty...
Krzysztof Wolicki Der Teufel
2023-01-25
autodoc: added support for tuple structs
Der Teufel
2023-01-24
autodoc: Add tag handling to enums and unions. Add support for Struct, Enum, ...
Der Teufel
[next]