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-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
2023-01-24
autodoc: init support for guides
Loris Cro
2023-01-18
autodoc: add support for top-level doc comments
Loris Cro
2023-01-16
autodoc: missing fmt on Autodoc.zig
Loris Cro
2023-01-16
autodoc: Better handling of variable decls (#14301)
Krzysztof Wolicki
2023-01-05
autodoc: fix bodyless fn type analysis and rendering
Loris Cro
2023-01-03
autodoc: restore generic function functionality
Loris Cro
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-11
Autodoc: not all `block_inline`s contain a `break_inline`
Veikka Tuominen
2022-10-30
autodoc: update to new func zir body structure
Loris Cro
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-05
Fix all std lib tests being run for any file within the std package
Ryan Liptak
2022-09-26
zig fmt
Luuk de Gram
2022-09-26
autodoc: Added `.html` to generated source view file names
Der Teufel
2022-09-21
stage2: free up 2 ZIR tags
Andrew Kelley
2022-09-18
autodoc: don't collect tests, usingnamespace and comptime blocks
Loris Cro
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-09-11
autodoc: reduce json payload size
Loris Cro
2022-09-04
autodoc: Opaque now handled like other container types
Der Teufel
2022-09-04
autodoc: add support for doc tests
Loris Cro
2022-09-02
autodoc: fix stage2 compile error
Loris Cro
2022-09-02
autodoc: fix merge mistake
Loris Cro
2022-09-02
Merge pull request #12705 from der-teufel-programming/autodoc-big-int
Loris Cro
2022-09-02
autodoc: simplify int_big json stringify procedure
Loris Cro
2022-09-02
Merge pull request #12709 from der-teufel-programming/autodoc-compare-operators
Loris Cro
2022-09-02
autodoc: correct line number implementation
Loris Cro
2022-09-02
autodoc: int_big cleanup
Der Teufel
2022-09-02
autodoc: Added int_big support
Der Teufel
2022-09-01
autodoc: Compare operators
Der Teufel
2022-08-30
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-27
autodoc: better line counting for decls
Loris Cro
2022-08-23
autodoc: handle self-referential call+field_type instructions
Loris Cro
2022-08-23
autodoc: initial support for struct_init_anon
Loris Cro
2022-08-21
autodoc: compileError now uses index into `exprs` instead of a `[]const u8`
Der Teufel
2022-08-18
autodoc: minor pr cleanup
Loris Cro
2022-08-18
Fixed stage1 compilation error
Der Teufel
[next]