aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
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
2023-01-11autodoc: Fix function pointers rendering issueDer Teufel
2023-01-10autodoc: allow function descriptions expansionClement Espeute
2023-01-08autodoc: improve linking of decl referencesLoris Cro
2023-01-05autodoc: fix bodyless fn type analysis and renderingLoris Cro
2023-01-05autodoc: fix links to functions in generic typesLoris Cro
2023-01-03autodoc: show binding in lowercaseNguyễn Gia Phong
2022-12-11autodoc: Removed BoundFn from indexTypeKinds in main.jsDer Teufel
2022-10-30Merge pull request #13300 from jcalabro/masterLoris Cro
2022-10-30autodoc: update to new func zir body structureLoris Cro
2022-10-25better source file linksjcalabro
2022-10-18Merge pull request #13055 from alichraghi/m2mAndrew Kelley
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-09add [src] links to function decls in autodocsjcalabro
2022-09-26autodoc: Added `.html` to generated source view file namesDer Teufel
2022-09-18autodoc: don't collect tests, usingnamespace and comptime blocksLoris Cro
2022-09-11autodoc: fix regression in frontend rendering of valuesLoris Cro
2022-09-11autodoc: reduce json payload sizeLoris Cro
2022-09-05autodoc: improve rendering of long fn signaturesLoris Cro