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
/
lib
/
docs
/
main.js
Age
Commit message (
Expand
)
Author
2024-07-09
Autodoc: only group structs under "namespaces"
Ian Johnson
2024-03-13
autodoc: Use `code` for keyboard events
Carl Ã…stholm
2024-03-10
update autodocs web application to latest
Andrew Kelley
2024-03-10
upstream new autodocs implementation
Andrew Kelley
2023-10-30
autodoc: Some support for field_call (#16853)
Krzysztof Wolicki
2023-10-22
autodoc: Display type kinds for containers (#17667)
Krzysztof Wolicki
2023-10-04
autodoc: Add `hidden` class to [src] link when starting renderApi to only sho...
Krzysztof Wolicki
2023-10-04
autodoc: Add handling for array_cat, array_mul, struct_init_empty_result. (#1...
Krzysztof Wolicki
2023-09-20
autodoc: show more doc comments for namespaces and types
Loris Cro
2023-09-17
autodoc: split json payload per field
Loris Cro
2023-09-16
autodoc: Implement various missing expressions in ex (#17129)
Krzysztof Wolicki
2023-09-16
autodoc: Implement builtin function rendering.
Krzysztof Wolicki
2023-09-16
autodoc: Remove unnecessary Expr tag
Krzysztof Wolicki
2023-09-16
autodoc: Handle `ref` ZIR instruction
Krzysztof Wolicki
2023-09-09
Autodoc: simplify search text on mobile
Ian Johnson
2023-09-09
Autodoc: fix search results navigation
Ian Johnson
2023-09-03
autodoc: Fix rendering of enum types (#17058)
Krzysztof Wolicki
2023-09-03
autodoc: fix rendering of std.json.ObjectMap
Loris Cro
2023-09-03
autodoc: Implement `@call`, `@unionInit`, `@mulAdd` support (#16918)
Krzysztof Wolicki
2023-09-03
autodoc: Implement `@bitSizeOf` rendering in main.js (#16895)
Krzysztof Wolicki
2023-09-03
autodoc: Implement `a[b]`, `a.?`, and `a.*` (#16863)
Krzysztof Wolicki
2023-09-03
autodoc: fix typo
Loris Cro
2023-09-03
autodoc: better light mode colors
Loris Cro
2023-08-06
autodoc: new layout (#16715)
Loris Cro
2023-07-29
autodoc: implement typeof support in new rendering system
Loris Cro
2023-07-25
autodoc: improve handling of periods in search box and add search explainer
Loris Cro
2023-07-22
autodoc: Fix an issue with aliased functions (#16421)
Krzysztof Wolicki
2023-07-20
collconv -> callconv (#16453)
zooster
2023-07-14
autodoc: improved linking for declrefs
Loris Cro
2023-07-14
Autodoc tokenizer (#16409)
Loris Cro
2023-07-06
Autodoc: implement boolean operations
Ian Johnson
2023-07-04
autodoc: use commonmark.js for Markdown rendering
Ian Johnson
2023-07-03
autodoc: wire in js tokenizer to frontend
Loris Cro
2023-07-01
autodoc: fix scoring bug when matching full decl name
Loris Cro
2023-07-01
Fixed Autodoc rendering of @truncate builtin (#16263)
Emile Badenhorst
2023-06-28
Autodoc: add preference for `/` search
Ian Johnson
2023-06-27
autodoc: walkResultTypeRef returns Zig's undefined instead of 0th type
Krzysztof Wolicki
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
autodoc: Fix rendering of function arguments named `_`
Krzysztof Wolicki
2023-06-18
Merge branch 'master' into autodoc-searchkey
Loris Cro
2023-06-04
autodoc: Fix rendering of some values in main.js
Krzysztof Wolicki
2023-05-22
autodoc: Links to private decls now lead to source files
Krzysztof Wolicki
2023-05-16
autodoc: Fix rendering of imported modules
Krzysztof Wolicki
2023-05-13
autodoc: Start search on any search input event, not just keydown
Linus Groh
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-11
Merge pull request #15545 from r00ster91/autodocthing
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 exprName for struct and union types
Krzysztof Wolicki
2023-05-08
autodoc: Analyze and expose backing integer types for packed structs
Krzysztof Wolicki
[next]