aboutsummaryrefslogtreecommitdiff
path: root/lib/docs/main.js
AgeCommit message (Expand)Author
2022-08-06fix: disable search bar before loadingr00ster91
2022-08-06feat: new search placeholderr00ster91
2022-08-06fix: "dialog" -> "modal"r00ster91
2022-08-06feat: make help modal disappear if you click outside itr00ster91
2022-08-05autodoc: only modify the DOM once to display the search resultsAustin Rude
2022-08-05autodoc: Run through prettier formatter with default settingsAustin Rude
2022-08-05autodoc: fix inconsistency when indexing generic types for searchLoris Cro
2022-08-03autodoc: inferred error unions in function return valuesLoris Cro
2022-08-02autodoc: fix autodoc analysis for `@typeInfo`Loris Cro
2022-08-02autodoc: fix frontend crash while rendering std.memLoris Cro
2022-08-02Merge pull request #12276 from r00ster91/shortdescLoris Cro
2022-07-30autodoc: Add borders to field docs to make it clear which field they are asso...Ryan Liptak
2022-07-28autodoc: better short description algorithmr00ster91
2022-07-19autodoc: fix rendering of function argumentsLoris Cro
2022-07-19autodoc: handle result location instructionsLoris Cro
2022-07-19autodoc: handle special case of autodoc for stdLoris Cro
2022-07-19autodoc: @as behavior in jsVallahor
2022-07-19autodoc: handling more values sectionsVallahor
2022-07-19autodoc: update array analysis to new ZirLoris Cro
2022-07-19autodoc: fiedRef type renderingVallahor
2022-07-19autodoc: handling refPath and fieldRefVallahor
2022-07-19autodoc: initial work in opaque_declVallahor
2022-07-19autodoc: remove type annotations from main.jsLoris Cro
2022-07-19autodoc: experiment get line infoVallahor
2022-07-19autodoc: enabled packagesLoris Cro
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