aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
2022-07-19autodoc: restore support for zig version + cleanup & init work to fix packagesLoris Cro
2022-07-19autodoc: fixing a bug in builtin functions when the typeRef is nullVallahor
2022-07-19autodoc: add some tagsVallahor
2022-07-19autodoc: add cmpxchg_strong/weakVallahor
2022-07-19autodoc: @check array_cat and array_mulVallahor
2022-07-19autodoc: add some builtin functions and float128Vallahor
2022-07-19autodoc: refactoring binOpVallahor
2022-07-19autodoc: fix crash when handling siwtch_block instructionsLoris Cro
2022-07-19fix: slice_start, slice_end and slice_sentinel typeRef are now showing the sl...Vallahor
2022-07-19add: slice_start, slice_end and slice_sentinelVallahor
2022-07-19add: builtins functionsVallahor
2022-07-19add: merge_error_sets and @alignOf() need a checkin to confirm it's fully workVallahor
2022-07-19autodoc: fixes to generic fn support plus linking supportLoris Cro
2022-07-19autodoc: init generic function supportLoris Cro
2022-07-19autodoc: add buffering to the json writerLoris Cro
2022-07-19WIP: switch_block tagVallahor
2022-07-19add: @enumToInt() WIPVallahor
2022-07-19add: handling @bitSizeOf() need to check why not working correctly with `alig...Vallahor
2022-07-19add: binOp @alignCast and bit_orVallahor
2022-07-19add: handling @bitCast as binOpVallahor
2022-07-19add: handling binOp divVallahor
2022-07-19issue: reminder to fix array_initVallahor
2022-07-19fix: *.{} array are now printed as type *[]comptimeVallahor
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