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
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-01-29
fix(autodoc): avoid panic when module not found (#18699)
Jiacai Liu
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-13
autodoc: Rename Module (Compilation Module) to Zcu in preparation for big rename
Krzysztof Wolicki
2024-01-08
add type safety to ZIR for null terminated strings
Ali Chraghi
2024-01-05
autodoc: Reimplement array_mul after ZIR changes. Change some `var`s to `cons...
Krzysztof Wolicki
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-08
Sema: optimize runtime array_mul
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-10-30
autodoc: Some support for field_call (#16853)
Krzysztof Wolicki
2023-10-28
make Zir.Inst.Index typed
Andrew Kelley
2023-10-28
frontend: make Decl.zir_decl_index typed
Andrew Kelley
2023-10-22
autodoc: Add support for struct_init_empty_ref_result (#17476)
Krzysztof Wolicki
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-04
autodoc: Add handling for array_cat, array_mul, struct_init_empty_result. (#1...
Krzysztof Wolicki
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
Autodoc: prevent infinite recursion when resolving parameter type
mlugg
2023-09-17
autodoc: split json payload per field
Loris Cro
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-06
fix: panic message typo
Mustafa Uzun
2023-09-03
autodoc: Implement `@call`, `@unionInit`, `@mulAdd` support (#16918)
Krzysztof Wolicki
2023-09-03
autodoc: Implement `a[b]`, `a.?`, and `a.*` (#16863)
Krzysztof Wolicki
2023-08-17
Autodoc: fix guide path resolution
Ian Johnson
2023-08-14
Autodoc: remove assumption that slice's lhs is always a declRef
Krzysztof Wolicki
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-07-21
autodoc: avoid recursing reference loops in call instructions
Loris Cro
2023-07-18
Autodoc: fix crash on new InternPool addition
Andrew Kelley
2023-07-14
Autodoc tokenizer (#16409)
Loris Cro
2023-07-06
Autodoc: implement boolean operations
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: Correct a comment about types from std.builtin
Krzysztof Wolicki
2023-06-28
autodoc: Try to handle all InternPool.Index types good enough
Krzysztof Wolicki
2023-06-27
autodoc: Added u0, i0 to correctly indexed types
Krzysztof Wolicki
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite them
Eric Joldasov
2023-06-18
autodoc: Handle more InternPool.Index types properly in Autodoc
Krzysztof Wolicki
2023-06-16
Autodoc: fix crash when walking `@min`/`@max` with two operands
mlugg
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-11
Autodoc: make it work under InternPool
mlugg
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
[next]