aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
2022-07-19autodoc: restore support for zig version + cleanup & init work to fix packagesLoris Cro
2022-07-19autodoc: add some tagsVallahor
2022-07-19autodoc: add cmpxchg_strong/weakVallahor
2022-07-19autodoc: add some builtin functions and float128Vallahor
2022-07-19autodoc: refactoring binOpVallahor
2022-07-19autodoc: new design for function listLoris 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-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-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-19fix: apparently doing this the `@as` problem is solved @checkVallahor
2022-07-19fix: print align() in pointersVallahor
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-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() now renderingVallahor
2022-07-19add: handling some anytype casesVallahor
2022-07-19fix: comptimeExpr working with generated dataVallahor
2022-07-19add: handling comptimeExpr in jsVallahor
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: 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: rendering sentinel in js and some fixes in autodocVallahor
2022-07-19autodoc: improve frontend renderingLoris Cro
2022-07-19autodoc: collect type information for some expressionsLoris Cro
2022-07-19autodoc: fix final js type errorLoris Cro
2022-07-19autodoc: improved rendering container fields and fixed rendering of funcLoris Cro
2022-07-19autodoc: var 2 let in main.jsLoris Cro
2022-07-19autodoc: fixed all type errors in main.jsLoris Cro
2022-07-19autodoc: more js type fixesLoris Cro
2022-07-19autodoc: more typechecking in main.jsLoris Cro