aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
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
2023-01-24autodoc: init support for guidesLoris Cro
2023-01-18autodoc: add support for top-level doc commentsLoris Cro
2023-01-16autodoc: missing fmt on Autodoc.zigLoris Cro
2023-01-16autodoc: Better handling of variable decls (#14301)Krzysztof Wolicki
2023-01-05autodoc: fix bodyless fn type analysis and renderingLoris Cro
2023-01-03autodoc: restore generic function functionalityLoris Cro
2022-12-27Sema: make overflow arithmetic builtins return tuplesVeikka Tuominen
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-09Eliminate `BoundFn` type from the languageVeikka Tuominen
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-11Autodoc: not all `block_inline`s contain a `break_inline`Veikka Tuominen
2022-10-30autodoc: update to new func zir body structureLoris Cro
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-05Fix all std lib tests being run for any file within the std packageRyan Liptak
2022-09-26zig fmtLuuk de Gram
2022-09-26autodoc: Added `.html` to generated source view file namesDer Teufel
2022-09-21stage2: free up 2 ZIR tagsAndrew Kelley
2022-09-18autodoc: don't collect tests, usingnamespace and comptime blocksLoris Cro
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-09-13stage2: remove pointless discards from source codeAndrew Kelley
2022-09-11autodoc: reduce json payload sizeLoris Cro
2022-09-04autodoc: Opaque now handled like other container typesDer Teufel
2022-09-04autodoc: add support for doc testsLoris Cro
2022-09-02autodoc: fix stage2 compile errorLoris Cro
2022-09-02autodoc: fix merge mistakeLoris Cro
2022-09-02Merge pull request #12705 from der-teufel-programming/autodoc-big-intLoris Cro
2022-09-02autodoc: simplify int_big json stringify procedureLoris Cro
2022-09-02Merge pull request #12709 from der-teufel-programming/autodoc-compare-operatorsLoris Cro
2022-09-02autodoc: correct line number implementationLoris Cro
2022-09-02autodoc: int_big cleanupDer Teufel
2022-09-02autodoc: Added int_big supportDer Teufel
2022-09-01autodoc: Compare operatorsDer Teufel
2022-08-30Sema: shift of comptime int with runtime valueVeikka Tuominen
2022-08-27autodoc: better line counting for declsLoris Cro
2022-08-23autodoc: handle self-referential call+field_type instructionsLoris Cro
2022-08-23autodoc: initial support for struct_init_anonLoris Cro
2022-08-21autodoc: compileError now uses index into `exprs` instead of a `[]const u8`Der Teufel
2022-08-18autodoc: minor pr cleanupLoris Cro
2022-08-18Fixed stage1 compilation errorDer Teufel