aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
2023-06-10stage2: start the InternPool transitionAndrew Kelley
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-20Zir: eliminate `field_call_bind` and `field_call_bind_named`mlugg
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
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-10autodoc: fix crash when call syntax has complex callee expressionLoris Cro
2023-05-10autodoc: Add layout to Struct and Union to properly display packed and extern;Krzysztof Wolicki
2023-05-09autodoc: Fix tag type for unions; Fix backing int for packed structsKrzysztof Wolicki
2023-05-08autodoc: Analyze and expose backing integer types for packed structsKrzysztof Wolicki
2023-05-07autodoc: fix support for slice_length ZIR instructiondweiller
2023-05-07add optional sentinel to slice_length ZIRdweiller
2023-05-07autodoc: implement slice_length case in walkInstructiondweiller
2023-05-07zir: add slice_length tagdweiller
2023-05-06autodoc: Add gathering of top-level doc comments for imported filesKrzysztof Wolicki
2023-05-05autodoc: Save switches as comptimeExpr with the code instead of analyzing it ...Krzysztof Wolicki
2023-05-05autodoc: Better comptimeExpr code for blocksKrzysztof Wolicki
2023-04-29Merge pull request #15478 from der-teufel-programming/autodoc-decltestsLoris Cro
2023-04-29autodoc: Gather and display decltestsKrzysztof Wolicki
2023-04-28compiler: use `@memcpy` instead of `std.mem.copy`Andrew Kelley
2023-04-26Autodoc: new decl search system (#15475)Loris Cro
2023-04-25Merge branch 'master' into autodoc-pkg-modLoris Cro
2023-04-23Improvements to docs and textzooster
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-17autodoc: more support for linking decls in docs & guidesLoris Cro
2023-04-15autodoc: add support for defining guide sectionsLoris Cro
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: make DeclStatus references long-livedLoris Cro
2023-04-12Autodoc usingnamespace (#15216)Loris Cro
2023-04-07std.json: allow returning custom errors from custom stringifymateusz
2023-03-31Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltinsLoris Cro
2023-03-31autodoc: add new builtinsKrzysztof Wolicki
2023-03-31autodoc: fix Extended builtin functions names renderingKrzysztof 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-21Implement new module CLImlugg
2023-02-20Merge pull request #14544 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-10autodoc: anonymous struct type indentation fixKrzysztof Wolicki Der Teufel
2023-02-03Merge pull request #14515 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-02-02autodoc: Added `@qualCast` builtin function handlingKrzysztof Wolicki Der Teufel
2023-01-29autodoc: Implemented struct_init_empty for walkInstruction, fixed variable ty...Krzysztof 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