aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
2022-07-19fix: "match failure" in c.zig file @check other files and handling floats and...Vallahor
2022-07-19binOp now showing better it's need a better struture, right now it's has a ha...Vallahor
2022-07-19add: binOp WIPVallahor
2022-07-19add: handling to extra information in ptr_typeVallahor
2022-07-19add: extra information in extendedFnVallahor
2022-07-19fix: calling conventionVallahor
2022-07-19fix: NoReturn and WIP in calling_conventionsVallahor
2022-07-19fix: anyopaque_type. it was showing *[1]anyopaque now *anyopaqueVallahor
2022-07-19add: noreturn keyword at end of the fn declVallahor
2022-07-19fixes: @checkVallahor
2022-07-19fix: slicesVallahor
2022-07-19add: extern, callconv and return errorsVallahor
2022-07-19fix: comptime not showing in all anytype params anymore. add: pointer flagsVallahor
2022-07-19fix: typeOf_peer working in all casesVallahor
2022-07-19add: handling typeof_peerVallahor
2022-07-19fix: typeOf "match failed" with a call after @TypeOf()Vallahor
2022-07-19fix: @TypeOf() now renderingVallahor
2022-07-19add: typeof_builtin (not fully implemented)Vallahor
2022-07-19fix: paths working on windowsVallahor
2022-07-19fix: handling more types of sentinels. now can be structs tooVallahor
2022-07-19autodoc: improve decl categorization and fix enumliteral arrays/ptrsLoris Cro
2022-07-19fix: array_init_anon know workingVallahor
2022-07-19fix: printing const in types and fn decl and sentinel in stringsVallahor
2022-07-19fix: sentinel working with types and in fn declsVallahor
2022-07-19add: array init refsVallahor
2022-07-19add: rendering sentinel in js and some fixes in autodocVallahor
2022-07-19add: sentielVallahor
2022-07-19autodoc: improve frontend renderingLoris Cro
2022-07-19autodoc: collect type information for some expressionsLoris Cro
2022-07-19update to new code from master branchLoris Cro
2022-07-19autodoc: more js type fixesLoris Cro
2022-07-19autodoc: improved frontend renderingLoris Cro
2022-07-19autodoc: improve rendering and add "show priv decls" checkboxLoris Cro
2022-07-19autodoc: fix offset math for decls and change TODOs from panics to justLoris Cro
2022-07-19autodoc: add typedef to zigAnalysis file, just in caseReece Van Atta
2022-07-19autodoc: decl paths become ref pathsLoris Cro
2022-07-19autodoc: added support for error sets and extended functionsLoris Cro
2022-07-19autodoc: add basic support for more builtinLoris Cro
2022-07-19autodoc: add support for anytype and improve semantics for array lengthLoris Cro
2022-07-19autodoc: improve commentsLoris Cro
2022-07-19autodoc: add support for enum literalsLoris Cro
2022-07-19autodoc: add support for `@This` and improve call support in decl pathsLoris Cro
2022-07-19autodoc: add support for pointers and comptime expressions in decl pathsLoris Cro
2022-07-19autodoc: add simplified support for testsLoris Cro
2022-07-19autodoc: add support for array declsLoris Cro
2022-07-19autodoc: add support for solving decl paths depending on otherLoris Cro
2022-07-19autodoc: add support for generic functions & generic function callsLoris Cro
2022-07-19autodoc: add support for non-generic function callsLoris Cro
2022-07-19autodoc: added support for same-file lazy resolution of decl pathsLoris Cro
2022-07-19autodoc: added support for non-lazy decl pathsLoris Cro