aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Collapse)Author
2022-09-11autodoc: fix regression in frontend rendering of valuesLoris Cro
2022-09-11autodoc: reduce json payload sizeLoris Cro
this commit removes whitespace and changes Decl, AstNode and Type to be json arrays instead of json objects. This change reduces json payload size for the stdlib from 25mb to < 10mb.
2022-09-05autodoc: improve rendering of long fn signaturesLoris Cro
2022-09-04autodoc: Opaque now handled like other container typesDer Teufel
2022-09-04autodoc: add support for doc testsLoris Cro
2022-09-02Merge pull request #12705 from der-teufel-programming/autodoc-big-intLoris Cro
Autodoc big_int
2022-09-02Merge pull request #12709 from der-teufel-programming/autodoc-compare-operatorsLoris Cro
autodoc: Compare operators
2022-09-02autodoc: correct line number implementationLoris Cro
we also correctly take advantage of the starting byte offset of the parent decl when calling `tree.tokenLocation()`!
2022-09-02autodoc: Added int_big supportDer Teufel
2022-09-01autodoc: Compare operatorsDer Teufel
2022-08-27autodoc: better line counting for declsLoris Cro
2022-08-26Merge pull request #12600 from ominitay/autodocs-errorsetLoris Cro
autodocs: improve error set rendering
2022-08-26Merge pull request #12601 from ominitay/autodocs-shortdescLoris Cro
autodocs: improve first-line descriptions
2022-08-23autodocs: improve first-line descriptionsominitay
2022-08-23autodocs: improve error set renderingominitay
2022-08-23autodoc: handle self-referential call+field_type instructionsLoris Cro
2022-08-23autodoc: initial support for struct_init_anonLoris Cro
2022-08-23Merge pull request #12481 from alichraghi/patch-1Loris Cro
docs: add padding between functions list
2022-08-23Merge pull request #12502 from squeek502/autodoc-fields-light-modeLoris Cro
autodoc: Fix border color around field docs in light mode
2022-08-23Merge pull request #12542 from der-teufel-programming/compileError-inputLoris Cro
autodoc: show compileErrors correctly
2022-08-23autodoc: error sets now display all their membersDer Teufel
2022-08-21autodoc: Fixed compileError case in exprNameDer Teufel
2022-08-21autodoc: compileError now uses index into `exprs` instead of a `[]const u8`Der Teufel
2022-08-19autodoc: Fix border color around field docs in light modeRyan Liptak
Follow up to https://github.com/ziglang/zig/pull/12305
2022-08-18docs: add padding between functions listAli Chraghi
2022-08-18autodoc: minor pr cleanupLoris Cro
2022-08-18autodoc: An attempt at generating HTML files from all imported sourceDer Teufel
files. Files generated from the standard library could be considered for placing with main.js and index.html in lib/docs. Paths should reflect packages in the future.
2022-08-16Merge branch 'master' into autodoc-linksLoris Cro
2022-08-16autodoc: absolute line numbers in decl [src] linksLoris Cro
2022-08-16autodoc: remove reference to github, replace with placeholder linkLoris Cro
2022-08-14fix: scroll page to very top when S is pressedr00ster91
Credits go to @rudedogg
2022-08-14bug: add TODOr00ster91
2022-08-14docs: add commentr00ster91
2022-08-14style: formatr00ster91
Some formatting, apparently.
2022-08-14feat: make modal more restrictive and more Esc freedomr00ster91
This makes it so that you can no longer interact with the search bar or the results or anything while the modal is open. That's why it's a "modal" and not a "dialog". It also makes it so that you can now always press Esc to return to the results or the main page. Previously this was only possible when the search field was active.
2022-08-14feat: indent keyboard shortcutsr00ster91
This indents the keyboard shortcuts related to the S key because you can only use these keyboard shortcuts after you pressed S (when the search field is focused). This is a visual hint.
2022-08-14fix: var(--mono) used for font-sizer00ster91
2022-08-14feat: better No Results Found pager00ster91
This adds some helpful links to the page and makes it look nicer by using <kbd> etc.
2022-08-08autodoc: links to source codeMaciej 'vesim' KuliƄski
2022-08-08fix: cleanup recent changesr00ster91
2022-08-06Merge branch 'master' into nicedocszooster
2022-08-06autodoc: use location.replace to avoid history spam when searchingLoris Cro
2022-08-06autodoc: re-introduce search result limitsLoris Cro
2022-08-06fix: use brighter bg color for help modal in light moder00ster91
You can see this issue in the video.
2022-08-06style: some more formattingr00ster91
2022-08-06let -> const for dom elementsr00ster91
These should never be reassigned.
2022-08-06style: missing semir00ster91
2022-08-06feat: make shadow of `<kbd>`s look nicerr00ster91
2022-08-06style: formatr00ster91
This is mostly manually formatted. I couldn't find a good HTML formatter for this file. It also converts a bunch of tabs to spaces.
2022-08-06fix: disable search bar before loadingr00ster91
This fixes the new search placeholder not disappearing if you type before it finished loading, and maybe some other things.