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
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
2023-05-08
autodoc: Remove rendering "tuple" as part of the name in exprName
Krzysztof Wolicki
2023-05-07
autodoc: fix support for slice_length ZIR instruction
dweiller
2023-05-05
autodoc: Remove debug code
Krzysztof Wolicki
2023-05-05
autodoc: main.js exprName cleanup
Krzysztof Wolicki
2023-05-05
autodoc: Better comptimeExpr code for blocks
Krzysztof Wolicki
2023-05-02
autodoc: type "?" instead of opening help modal if search selected
r00ster91
2023-05-02
autodoc: make the help modal toggleable
r00ster91
2023-04-29
autodoc: Gather and display decltests
Krzysztof Wolicki
2023-04-26
autodoc: fix sidebar regression and other minor bugs
Loris Cro
2023-04-26
Autodoc: new decl search system (#15475)
Loris Cro
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
Merge pull request #15304 from der-teufel-programming/autodoc-defaults
Loris Cro
2023-04-17
autodoc: more support for linking decls in docs & guides
Loris Cro
2023-04-16
autodoc: Fix errors in main.js; add support for defaults in exprName
Krzysztof Wolicki
2023-04-15
autodoc: add initial support for linking decls mentioned in markdown
Loris Cro
2023-04-15
autodoc: add support for defining guide sections
Loris Cro
2023-04-13
autodoc: main.js formatting
Krzysztof Wolicki
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: index in search usingnamespace decls
Loris Cro
2023-04-12
Autodoc usingnamespace (#15216)
Loris Cro
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-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-20
Merge pull request #14544 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-02-16
autodoc: render ordered lists as such
Nguyễn Gia Phong
2023-02-16
autodoc: fix md list markers matching
Nguyễn Gia Phong
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-10
autodoc: main.js cleanup and formatting
Krzysztof Wolicki Der Teufel
2023-02-03
autodoc: fix search regression
Loris Cro
2023-02-02
autodoc: Added `@qualCast` builtin function handling
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: add html tags to "null"
Der Teufel
2023-01-24
autodoc: init support for guides
Loris Cro
2023-01-16
autodoc: Better handling of variable decls (#14301)
Krzysztof Wolicki
2023-01-12
autodoc: use js instead of details for collapsing descriptions
Clement Espeute
2023-01-11
autodoc: scroll up when collapsing long fn description
Loris Cro
[next]