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
Age
Commit message (
Expand
)
Author
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
2023-01-11
autodoc: Fix function pointers rendering issue
Der Teufel
2023-01-10
autodoc: allow function descriptions expansion
Clement Espeute
2023-01-08
autodoc: improve linking of decl references
Loris Cro
2023-01-05
autodoc: fix bodyless fn type analysis and rendering
Loris Cro
2023-01-05
autodoc: fix links to functions in generic types
Loris Cro
2023-01-03
autodoc: show binding in lowercase
Nguyễn Gia Phong
2022-12-11
autodoc: Removed BoundFn from indexTypeKinds in main.js
Der Teufel
2022-10-30
Merge pull request #13300 from jcalabro/master
Loris Cro
2022-10-30
autodoc: update to new func zir body structure
Loris Cro
2022-10-25
better source file links
jcalabro
2022-10-18
Merge pull request #13055 from alichraghi/m2m
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-09
add [src] links to function decls in autodocs
jcalabro
2022-09-26
autodoc: Added `.html` to generated source view file names
Der Teufel
2022-09-18
autodoc: don't collect tests, usingnamespace and comptime blocks
Loris Cro
2022-09-11
autodoc: fix regression in frontend rendering of values
Loris Cro
2022-09-11
autodoc: reduce json payload size
Loris Cro
2022-09-05
autodoc: improve rendering of long fn signatures
Loris Cro
[next]