aboutsummaryrefslogtreecommitdiff
path: root/lib/docs/main.js
AgeCommit message (Expand)Author
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-02autodoc: type "?" instead of opening help modal if search selectedr00ster91
2023-05-02autodoc: make the help modal toggleabler00ster91
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
2023-02-03autodoc: fix search regressionLoris Cro
2023-02-02autodoc: Added `@qualCast` builtin function handlingKrzysztof Wolicki Der Teufel
2023-01-25autodoc: added support for tuple structsDer Teufel
2023-01-24autodoc: Add tag handling to enums and unions. Add support for Struct, Enum, ...Der Teufel
2023-01-24autodoc: add html tags to "null"Der Teufel
2023-01-24autodoc: init support for guidesLoris Cro
2023-01-16autodoc: Better handling of variable decls (#14301)Krzysztof Wolicki
2023-01-12autodoc: use js instead of details for collapsing descriptionsClement Espeute
2023-01-11autodoc: scroll up when collapsing long fn descriptionLoris Cro