aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
2023-06-27autodoc: walkResultTypeRef returns Zig's undefined instead of 0th typeKrzysztof Wolicki
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18autodoc: Fix rendering of function arguments named `_`Krzysztof Wolicki
2023-06-18Merge branch 'master' into autodoc-searchkeyLoris Cro
2023-06-04autodoc: Fix rendering of some values in main.jsKrzysztof Wolicki
2023-05-22autodoc: Links to private decls now lead to source filesKrzysztof Wolicki
2023-05-16autodoc: Fix rendering of imported modulesKrzysztof Wolicki
2023-05-13autodoc: Start search on any search input event, not just keydownLinus Groh
2023-05-11Merge pull request #15519 from dweiller/issue-15482Andrew Kelley
2023-05-11Merge pull request #15637 from der-teufel-programming/autodoc-layoutsLoris Cro
2023-05-11Merge pull request #15545 from r00ster91/autodocthingLoris Cro
2023-05-10autodoc: Add layout to Struct and Union to properly display packed and extern;Krzysztof Wolicki
2023-05-09autodoc: Fix exprName for struct and union typesKrzysztof Wolicki
2023-05-08autodoc: Analyze and expose backing integer types for packed structsKrzysztof Wolicki
2023-05-08autodoc: Remove rendering "tuple" as part of the name in exprNameKrzysztof Wolicki
2023-05-07autodoc: fix support for slice_length ZIR instructiondweiller
2023-05-05autodoc: Remove debug codeKrzysztof Wolicki
2023-05-05autodoc: main.js exprName cleanupKrzysztof Wolicki
2023-05-05autodoc: Better comptimeExpr code for blocksKrzysztof Wolicki
2023-05-03Add new shortcut to help popupcryptocode
2023-05-02autodoc: type "?" instead of opening help modal if search selectedr00ster91
2023-05-02autodoc: make the help modal toggleabler00ster91
2023-04-29autodoc: Add / as an alternative search keycryptocode
2023-04-29autodoc: Gather and display decltestsKrzysztof Wolicki
2023-04-26autodoc: fix sidebar regression and other minor bugsLoris Cro
2023-04-26Autodoc: new decl search system (#15475)Loris Cro
2023-04-23autodoc: Change package to module to better reflect the new namesKrzysztof Wolicki
2023-04-22Merge branch 'master' into autodoc-src-files-dirsLoris Cro
2023-04-22autodoc: Change html file destination dirsKrzysztof Wolicki
2023-04-21autodoc: Handle calling conventions betterKrzysztof Wolicki
2023-04-17Merge pull request #15304 from der-teufel-programming/autodoc-defaultsLoris Cro
2023-04-17autodoc: more support for linking decls in docs & guidesLoris Cro
2023-04-16autodoc: Fix errors in main.js; add support for defaults in exprNameKrzysztof Wolicki
2023-04-15autodoc: add initial support for linking decls mentioned in markdownLoris Cro
2023-04-15autodoc: add support for defining guide sectionsLoris Cro
2023-04-13autodoc: main.js formattingKrzysztof Wolicki
2023-04-13autodoc: Handling of explicit values for enum fieldsKrzysztof Wolicki
2023-04-13autodoc: Handling of default values for struct fieldsKrzysztof Wolicki
2023-04-13autodoc: index in search usingnamespace declsLoris Cro
2023-04-12Autodoc usingnamespace (#15216)Loris Cro
2023-03-31Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltinsLoris Cro
2023-03-31autodoc: add new builtinsKrzysztof Wolicki
2023-03-07autodoc: Add struct to tryResolveRefPathKrzysztof Wolicki Der Teufel
2023-03-03Zir: move set_cold from Inst.Tag to Inst.Extendedr00ster91
2023-02-20Merge pull request #14544 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-02-16autodoc: render ordered lists as suchNguyễn Gia Phong
2023-02-16autodoc: fix md list markers matchingNguyễn Gia Phong
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-10autodoc: anonymous struct type indentation fixKrzysztof Wolicki Der Teufel
2023-02-10autodoc: main.js cleanup and formattingKrzysztof Wolicki Der Teufel